RESOLVED FIXED 181275
Web Inspector: RTL - DOM Tree Element selection doesn't work
https://bugs.webkit.org/show_bug.cgi?id=181275
Summary Web Inspector: RTL - DOM Tree Element selection doesn't work
Joseph Pecoraro
Reported 2018-01-03 20:31:36 PST
RTL - DOM Tree Element selection doesn't work. Steps to Reproduce: 1. Inspect webkit.org 2. Configure Web Inspector for RTL Layout Direction 3. Inspect the "Feature Status" link at the top of the page 4. Try to use the DOM Tree in the Elements Tab => Selection always goes to the top level parent and not the node you selected. Notes: - Algorithm in TreeOutline.prototype.treeElementFromEvent adjusts `x` used for elementFromPoint but doesn't take into account layout direction.
Attachments
[PATCH] Proposed Fix (3.05 KB, patch)
2018-01-03 20:34 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2018-01-03 20:32:06 PST
Joseph Pecoraro
Comment 2 2018-01-03 20:34:14 PST
Created attachment 330438 [details] [PATCH] Proposed Fix
Devin Rousso
Comment 3 2018-01-03 21:36:44 PST
Comment on attachment 330438 [details] [PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 4 2018-01-03 21:57:26 PST
Comment on attachment 330438 [details] [PATCH] Proposed Fix Clearing flags on attachment: 330438 Committed r226392: <https://trac.webkit.org/changeset/226392>
WebKit Commit Bot
Comment 5 2018-01-03 21:57:28 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.