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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 16:02:13 PST 2021


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

            Bug ID: 220639
           Summary: Web Inspector: BiDi issue on JavaScript evaluation
                    result element
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebrahim at gnu.org
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 417665

  --> https://bugs.webkit.org/attachment.cgi?id=417665&action=review

actual

Steps to reproduce:
Open JavaScript console of WebInspector
Enter "سیب" (with its quotations) on evaluation line.

Actual:
"سیب" = $2

Expected:
"سیب" = $@
(I mean $2 by $@ just that numbers confuses bidi algorithm)

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

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.

-- 
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/fae1caee/attachment-0001.htm>


More information about the webkit-unassigned mailing list