Closed
Bug 512402
Opened 15 years ago
Closed 15 years ago
Auto-select of URLBar is broken
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
2.18 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
The toolbar locking patch in bug 511123 added code to lock/unlock the toolbar using fixed positioning. We were already using the fixed positioning method, but now we were calling it whenever certain dialogs were displayed.
One of those dialogs is the awesomebar panel. We select all the text in the URL edit box when opening the awesomebar, however the fixed positioning code is causing the edit box to unselect all the text (after a brief moment when all the text appears selected).
To fix this, the patch moves the pushDialog() and edit.select() around a little bit.
Attachment #396384 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Attachment #396384 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•