Closed
Bug 1695860
Opened 4 years ago
Closed 4 years ago
DevTools - Learn more about buttons - lacks hover indicator
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(firefox-esr78 unaffected, firefox86 wontfix, firefox87 wontfix, firefox88 verified)
VERIFIED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox86 | --- | wontfix |
firefox87 | --- | wontfix |
firefox88 | --- | verified |
People
(Reporter: cfogel, Assigned: ntim)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Affected versions
- 88.0a1 (2021-02-23), 87.0b4;
Affected platforms
- Windows 10, macOS 10.15;
Steps to reproduce
- Launch Firefox access any webpage open the Network Monitor and click on any request;
- Open the Network Monitor - Timings Tab / Or Headers tab and scroll to find the status indicator for request;
- Hover near the (?) button;
- While the tooltip is not displayed, start clicking and moving the mouse towards the (?) button;
Expected result
- button is clickable when tooltip displayed;
- hover indicator for button;
Actual result
- button action triggered before mouse reaches the expected button position;
- lack of hover indicator for button;
Regression range
- First bad: 2021-01-19;
- Last good: 2021-01-18;
- Pushlog: URL
- Potential regressor: 1685638
Additional notes
- attached recording to best illustrate the issue;
- can appear as UX issue making the user believe that action is triggered from div holding it and not the intended button.
Reporter | ||
Updated•4 years ago
|
Has Regression Range: --- → yes
Has STR: --- → yes
Assignee | ||
Comment 1•4 years ago
•
|
||
Learn more links are <a> tags, so the :enabled state doesn't apply.
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
Updated•4 years ago
|
Priority: -- → P3
Updated•4 years ago
|
status-firefox86:
--- → wontfix
status-firefox-esr78:
--- → unaffected
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3c4341347730
Stop using :enabled in devtools/client/themes/common.css. r=nchevobbe
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Updated•4 years ago
|
Reporter | ||
Comment 5•4 years ago
|
||
Verified with 89.0a1 (2021-03-25) on Windows 10, macOS 10.15.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•