Closed
Bug 1405995
Opened 7 years ago
Closed 7 years ago
stylo: Element highlight area misposition in a case if text-align style is applied to html element
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1405635
People
(Reporter: alexander.grimalovsky, Unassigned)
References
Details
Attachments
(2 files)
Steps to reproduce:
1. Open attached test page into browser
2. Open developer tools, Inspector tab
3. Try to select BODY element (either by using picker or from elements tree)
Expected behavior:
Highlight area should cover selected element
Actual behavior:
Highlighted area is shifted by 50% as shown on attached screenshot
Reproducible in Firefox Developer Edition v57.0b5 (64 bit) on Windows 7. Firefox 56 is not affected.
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Confirmed; only happens with stylo.
Blocks: stylo
Summary: Element highlight area misposition in a case if text-align style is applied to html element → stylo: Element highlight area misposition in a case if text-align style is applied to html element
Comment 3•7 years ago
|
||
Dupe of bug 1405635. It also happens without stylo in this page, fwiw:
<!doctype html>
<style>
html { text-align: center; }
</style>
Select anything.
Fix should be in next nightly.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•