Open
Bug 1187970
Opened 9 years ago
Updated 2 years ago
[meta] Highlighters are not considering HiDPI displays
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(firefox42 affected)
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: zer0, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
Attachments
(1 file)
(deleted),
image/png
|
Details |
Currently most of the highlighters are not taking in account monitors with HiDPI like retina (see the screenshot, the comparison between the line of the inspector and the rulers' graduations, that supports HiDPI).
We need to fix that; we can probably generalize the method used in Rulers, at least create a function in LayoutHelpers / layout utils that returns the "real" pixel ratio, or directly the value to use as stroke width of SVG.
We could work on that during the highlighters refactoring (bug 1187831), after the LayoutHelpers refactoring (bug 1132475).
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → zer0
Comment 1•9 years ago
|
||
Inspector bug triage, filter on CLIMBING SHOES.
Severity: normal → enhancement
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Blocks: devtools/highlighters
Reporter | ||
Updated•8 years ago
|
Summary: Highlighters are not considering HiDPI displays → [meta] Highlighters are not considering HiDPI displays
Assignee: zer0 → nobody
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•