Closed
Bug 1309047
Opened 8 years ago
Closed 5 years ago
Identity icon isn't properly updated for the initially selected heuristic result
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
People
(Reporter: adw, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fxsearch])
Matthew noticed this problem with the omnibox magic word API he's working on. The identity icon in the urlbar isn't properly updated for the initially selected result. It remains an info icon until you re-select the heuristic result, for example by arrowing down and then back up to it.
I thought there was already a bug on file for this, but I couldn't find one. I guess it hasn't been a big problem because we haven't had a use case where the heuristic result should drastically change the style/appearance of the urlbar, like switch-to-tab and now omnibox results do.
Comment 1•8 years ago
|
||
Bug 1306639 solves a part of this in the backend. The problem is probably the fact we do the preselection in the frontend and we don't hit all the code paths of a normal selection. I also think we skip some of that for accessibility (IIRC) so that it keeps seeing the input field as focused.
Comment 2•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Comment 3•7 years ago
|
||
Not sure if this is still relevant, since on focus we remove all the entities from the input field.
Priority: P2 → P3
Comment 4•5 years ago
|
||
doesn't seem to apply anymore
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•