Open
Bug 1564084
Opened 2 years ago
Updated 5 months ago
Tooltips jump around on zooming the DevTools
Categories
(DevTools :: Shared Components, defect, P5)
DevTools
Shared Components
Tracking
(firefox67 unaffected, firefox67.0.1 unaffected, firefox68 affected, firefox69 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | unaffected |
| firefox67.0.1 | --- | unaffected |
| firefox68 | --- | affected |
| firefox69 | --- | affected |
People
(Reporter: cfogel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
875.22 KB,
image/gif
|
Details |
Affected versions
- 69.0a1 (2019-07-07), 68.0
Affected platforms
- all
Steps to reproduce
- Launch Firefox and input:
data:text/html,<style>body{display: inline;flex-flow: column;flex-direction: row;width:30px;width:30px; height:30px; color:red}</style>test - Open the DevTools rules inspector;
- Hover over the (i) button for any inactive property;
- Zoom in/out, move the mouse cursor away from/to the tooltip.
Expected result
- tooltip has no issues (either is hidden or keeps the bottom triangle position "clamped" to the button);
Actual result
- tooltip is repositioned away durring the zoom action;
Regression range
- not a regression
- Pushlog: link
Additional notes
- attached recording with the issue
Comment 1•2 years ago
|
||
While indeed jarring, shifting layout due to zooming is something that affects all doorhanger previews and swatch-based tools. Given the minor impact of the issue and the complex potential tie-ins with relayout on zoom, it's unlikely we'll get to work on this soon.
But we'll accept and review a patch if someone decides to work on this.
Priority: -- → P5
Comment 2•5 months ago
|
||
Given that this affects all previews and swatch-based tools, I've generalized the summary and the component.
Sebastian
Component: Inspector: Rules → Shared Components
Summary: Inactive CSS - tooltips jump around on section zoom → Tooltips jump around on zooming the DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•