Closed
Bug 814786
Opened 12 years ago
Closed 9 years ago
Focusing an element inside the location bar (e.g. notification icons, identity icon) removes domain highlighting
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
FIXED
Firefox 42
People
(Reporter: mozbz, Unassigned)
References
Details
(Keywords: regression, Whiteboard: fixed by bug 834830)
Attachments
(1 file)
1.47 KB,
patch
|
Unfocused
:
review-
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20.0 Firefox/20.0
Build ID: 20121121030712
Steps to reproduce:
Visit a site that will prompt you with a Notification icon in the URLbar. The plugins.click_to_play feature gives the cleanest examples, as it presents no messages until clicked.
Actual results:
Clicking the Notification icon in the URLbar removes domain highlighting from the current URL. It is not reinstated once the notification has been closed.
Expected results:
Domain highlighting should be unaffected.
Comment 1•12 years ago
|
||
I can reproduce
http://hg.mozilla.org/mozilla-central/rev/d8e4f06198dc
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20.0 Firefox/20.0 ID:20121123030827
Status: UNCONFIRMED → NEW
Component: Untriaged → Location Bar
Ever confirmed: true
Comment 2•12 years ago
|
||
Clicking password-notification-icon also removes the domain highlight.
Comment 3•12 years ago
|
||
Regression window
Good:
http://hg.mozilla.org/mozilla-central/rev/43949eb48546
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110512 Firefox/6.0a1 ID:20110512101326
Bad:
http://hg.mozilla.org/mozilla-central/rev/2601f4d06ffe
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110512 Firefox/6.0a1 ID:20110512144531
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=43949eb48546&tochange=2601f4d06ffe
Regressed by: Bug 654729
Blocks: 654729
Keywords: regression
Comment 4•12 years ago
|
||
WORKAROUND:
#notification-popup-box *{
-moz-user-focus:ignore !important;
}
Comment 5•12 years ago
|
||
(In reply to Alice0775 White from comment #4)
> WORKAROUND:
>
> #notification-popup-box *{
> -moz-user-focus:ignore !important;
> }
Aha,this workaround breaks tab key navigation(Bug 572967).
Comment 6•12 years ago
|
||
Updated•12 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Updated•12 years ago
|
Summary: Clicking a Notification Icon removes Domain Highlighting → Focusing an element inside the location bar (e.g. notification icons, identity icon) removes domain highlighting
Comment 8•12 years ago
|
||
Comment on attachment 684967 [details] [diff] [review]
patch
Review of attachment 684967 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, but it really needs a test.
Attachment #684967 -
Flags: review?(bmcbride) → review-
Updated•12 years ago
|
Assignee: dao → nobody
Status: ASSIGNED → NEW
Updated•11 years ago
|
Blocks: fxdesktopbacklog
Updated•11 years ago
|
Whiteboard: p=0
Updated•11 years ago
|
Updated•10 years ago
|
Points: --- → 2
Flags: qe-verify?
Whiteboard: p=2 [qa?]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Depends on: 834830
Resolution: --- → FIXED
Whiteboard: fixed by bug 834830
Target Milestone: --- → Firefox 42
You need to log in
before you can comment on or make changes to this bug.
Description
•