Closed
Bug 990846
Opened 11 years ago
Closed 6 years ago
autocomplete popups consume clicks on the text field (breaks Go button in Firefox)
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1089005
Tracking | Status | |
---|---|---|
firefox28 | --- | affected |
People
(Reporter: karlt, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [Australis:P-])
Attachments
(1 file)
19.11 KB,
patch
|
Details | Diff | Splinter Review |
1. Enter https://bugzilla.mozilla.org into the location bar.
Auto-complete drop down opens.
2. Click the "Go to the address in the location bar" icon.
Expected: drop down closes and page loads.
Actual: drop down closes and page does not load.
This makes it very confusing trying to select or paste text with the mouse
in the location bar.
The search bar behaves similarly wrt select and paste, but distinctly the
"Search" button is effective on click.
Reporter | ||
Comment 1•11 years ago
|
||
Used to identify http://hg.mozilla.org/integration/mozilla-inbound/rev/07ea7b11adef as the regressing changeset.
Reporter | ||
Updated•11 years ago
|
Version: Trunk → 28 Branch
Comment 2•11 years ago
|
||
This is because the Go button is part of the textbox and the textbox is considered the popup's "anchor", causing consumeoutsideclicks="false" to be ignored there.
Component: XUL Widgets → XP Toolkit/Widgets: Menus
OS: Linux → All
Product: Toolkit → Core
Hardware: x86_64 → All
Summary: autocomplete dropdowns consume clicks → autocomplete popups consume clicks on the text field (breaks Go button in Firefox)
Updated•11 years ago
|
status-firefox28:
--- → affected
Whiteboard: [Australis:P-]
Updated•11 years ago
|
Blocks: fxdesktoptriage
Comment 3•11 years ago
|
||
We've removed the triage tracker (Bug 981530). To nominate bugs for the triage team to review you can set the firefox-backlog flag to '?'
No longer blocks: fxdesktoptriage
Flags: firefox-backlog?
Updated•11 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Updated•11 years ago
|
Whiteboard: [Australis:P-] → [Australis:P-] p=13
Comment 5•11 years ago
|
||
As you can see in file bug 1012143 :
- This bug also prevents the cursor from moving to where the user has clicked.
- This bug also occurs in the text field of a form, when there are one or several auto-complete suggestion(s).
Updated•10 years ago
|
Points: --- → 13
Whiteboard: [Australis:P-] p=13 → [Australis:P-]
Comment 7•6 years ago
|
||
This should be marked a duplicate of bug 1089005.
The fix in that bug seems to have resolved this issue. The steps in comment 0 don't reproduce anymore.
Assignee | ||
Updated•6 years ago
|
Component: XP Toolkit/Widgets: Menus → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•