[Webkit-unassigned] [Bug 200564] REGRESSION(r248391): Web Inspector: changing Layout Direction Debug setting no longer adds dir="ltr" to body element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 23:15:06 PDT 2019


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

Nikita Vasilyev <nvasilyev at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drousso at apple.com

--- Comment #3 from Nikita Vasilyev <nvasilyev at apple.com> ---
This line broke it.

Main.js:
- 2707    if (layoutDirection === WI.LayoutDirection.System)
+ 2707    if (!WI.isDebugUIEnabled() || layoutDirection === WI.LayoutDirection.System)

-- 
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/20190809/cf4115a6/attachment-0001.html>


More information about the webkit-unassigned mailing list