[Webkit-unassigned] [Bug 220639] Web Inspector: BiDi issue on JavaScript evaluation result element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 08:01:37 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220639

--- Comment #1 from Sam Sneddon [:gsnedders] <gsnedders at apple.com> ---
> I like to submit a patch for fixing this just that I don't know yet how to open a Web Inspector on Web Inspector :) on Chrome that can be achieved by entering Command+Option+I twice but in Safari that won't work apparently.

On macOS, run:

defaults write NSGlobalDomain WebKitDebugDeveloperExtrasEnabled -bool YES

Then you'll get the "Inspect Element" option in the context menu.

> The solution is to apply unicode-bidi: isolate to the specific element.

I'd rather we added dir=auto as an attribute, rather than manually setting unicode-bidi: isolate, FWIW.

Regardless—thanks for filing bugs (and even more so patches!) for all these bidi issues!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210115/297878c7/attachment.htm>


More information about the webkit-unassigned mailing list