Closed
Bug 1204899
Opened 10 years ago
Closed 10 years ago
It's really hard to see inspector tooltip twitching when element is constantly changing width
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1143675
People
(Reporter: arni2033, Unassigned)
References
()
Details
STR: (Win7_64, Nightly 43, 32bit, ID 20150913030204, new profile, safe mode)
1. Open http://jsfiddle.net/laukstein/LLNsV/5/ (testcase from bug 851875)
2. Open Inspector, type "div.motion-width > ul.list-a > li:first-child" without quotes in "Search with CSS selector" field
3. Hover mouse over selected element [tooltip will appear near that element]
Result: You can see how tooltip is twitching when element's width crosses integers (because integer numbers are 1-3 symbols in length ("187"), and frational numbers are 1-6 symbols in length ("103.408"). So this bug is reproducible even if the change of element's width is barely visible.
> video https://dl.dropboxusercontent.com/s/87snnp3k0x88p1r/video%20-%20It%27s%20really%20hard%20to%20see%20inspector%20tooltip%20twitching%20when%20element%20is%20constantly%20changing%20width.webm?dl=0
Expectations: Tooltip should be easier to read
Leaving it Unconfirmed because this issue really looks like request. Maybe it could be fixed by moving element's dimentions to another line in tooltip and setting some fixed width for them.
Essentially the same issues.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•