Tooltip is not displayed when the user hover the mouse over the protection panel shield icon in the highlighted area
Categories
(Firefox :: Protections UI, defect, P3)
Tracking
()
People
(Reporter: ailea, Assigned: theo)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
Affected versions:
ALL
Affected platforms:
ALL
Steps:
- Launch Firefox with a new profile access any website e.g www.wikipedia.org
- Hover with the mouse over the shield icon near the address bar, in the highlighted area but not right on the shield icon.
Actual result:
The shield icon is highlighted but the tooltip is displayed only if the user hover the mouse cursor exactly on the shield icon. If hover the mouse in the highlighted zone but not directly on the shield icon the tooltip is not displayed.
Expected result:
The tooltip should be displayed when the user hover the mouse anywhere in the highlighted area, like on the other buttons or menus.
Please see the video attachment for a better understanding.
Updated•4 years ago
|
Comment 1•4 years ago
|
||
It looks like the tooltip attribute is on the inner box with id=tracking-protection-icon-box
, instead of the outer box with id=tracking-protection-icon-container
. This would be a good first bug, labelling it as such, and happy to mentor/review.
Updated•4 years ago
|
Hi Erica,
I am interested in contributing to this bug. Where should I start?
Thanks!
Comment 3•4 years ago
|
||
Barbara, Absolutely!
Have you worked with Firefox before? If not you can follow the guide to start building Firefox for desktop: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions
There's more instructions on contributing and putting your code up for review on Phabricator here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction
The code you'll be looking at is in this file: https://searchfox.org/mozilla-central/source/browser/base/content/browser.xhtml#851
I'll assign you to the bug after you post a patch.
Feel free to email me with further questions (ewright@mozilla.com).
Assignee | ||
Comment 4•4 years ago
|
||
Hi Erica,
Is this no longer being worked on? I'd like to pick this up.
Comment 5•4 years ago
|
||
Hi Theo, Erica is away until March 11 but I'm happy to help. I think you should feel free to pick this up.
Assignee | ||
Comment 6•4 years ago
|
||
Hi Johann,
I've fixed the bug last night. Going going to read the docs on submitting patches tonight and will hopefully have pushed the patch by tomorrow.
Comment 7•4 years ago
|
||
Great, thanks! Feel free to tag me as reviewer.
Assignee | ||
Comment 8•4 years ago
|
||
Updated•4 years ago
|
Pushed by jhofmann@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/458075843d46 Display tooltip when hovering over protection panel highlight area r=johannh
Comment 10•4 years ago
|
||
bugherder |
Reporter | ||
Comment 11•4 years ago
|
||
Verified - Fixed in latest Nightly 75.0a1 (build id: 20200304084140) using Windows 10, Mac OS 10.15 and Ubuntu 18.04.
Updated•4 years ago
|
Description
•