Closed
Bug 264670
Opened 20 years ago
Closed 19 years ago
Typeaheadfind doesn't work when button has focus
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: FelixWiemannBugs, Assigned: bugzilla)
References
Details
Attachments
(1 file)
|
786 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
When a button has the focus, find-as-you-type doesn't work.
Even worse, when typing a space, the button is activated ("clicked"), which
leads to weird and unintended results. IMO it is sufficient to be able to press
a button using the return key, so typeaheadfind could very well also work when a
button is focused.
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
what button do you talk about ?
| Reporter | ||
Comment 2•20 years ago
|
||
Any button on a web page. E.g., the "Commit" below the comment text field in Bugzilla. (It happens easily that a button receives the focus when navigating with <Tab> through the clickable elements on a web page.)
Comment 3•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041016 Firefox/1.0' Confirming for focus on: <input type=submit|reset|file|image|button > <button> ' or / does not activate the Find toolbar only ctrl+F will do
Comment 4•20 years ago
|
||
This bug affects my copy of Firefox 1.0 final. I'd change it from UNCONFIRMED to NEW but I don't have canconfirm.
Comment 5•20 years ago
|
||
*** Bug 274809 has been marked as a duplicate of this bug. ***
Comment 6•20 years ago
|
||
Confirmed, fails in 1.0 and current trunk, works fine in current Seamonkey.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•20 years ago
|
||
This patch removes the blocking of FAYT when a button is focused. I am not sure what the reasoning was behind the original blocking of the button focused state.
Comment 8•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050621 Firefox/1.0+ ID:2005062110 fayt does pop up with / now, but not with
Comment 9•19 years ago
|
||
Currently, I cannot reproduce. -> WFM.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 10•19 years ago
|
||
Which version are you using? I can still reproduce it with 1.0.7.
| Reporter | ||
Comment 11•19 years ago
|
||
Works for me on 1.5 => OK.
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•