Open
Bug 1894987
Opened 2 years ago
Updated 2 years ago
DevTools inspector does not work on RTL page
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: niklas, Unassigned)
Details
When the page has a scrollMinX less than 0, the inspector does not highlight the elements correctly.
STR:
- Open
data:text/html,<html dir="rtl"><div style="width: 150vw;background-color:red;">ain a new tab - Open the Inspector
- Scroll horizontally to the left
- Use the node picker to highlight the
divelement or hover thedivelement in the tree.
ER:
The node highlighter should span the entire width of the div element
AR:
The node highlighter only spans the width of the viewport starting at scrollX = 0
The node width is correctly shown in the tooltip as 150vw in pixels.
Comment 1•2 years ago
|
||
The anonymous container we use to display highlighters forces direction: ltr which might be an issue here.
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•