[Webkit-unassigned] [Bug 137799] New: clearing html direction style doesn't restore it to ltr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 16 19:04:50 PDT 2014


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

            Bug ID: 137799
           Summary: clearing html direction style doesn't restore it to
                    ltr
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rigdern at gmail.com

Created attachment 239988
  --> https://bugs.webkit.org/attachment.cgi?id=239988&action=review
Repro page

Steps to reproduce the problem:
1. Open toggleRTL.html (attached)

What is the expected behavior?
The final direction should be LTR.

The script should output:
Switched to ''
getComputedStyle(document.documentElement).direction is ltr

What went wrong?
The final direction is actually RTL.

The script outputs:
Switched to ''
getComputedStyle(document.documentElement).direction is rtl


This works in IE 11 and Firefox 32

-- 
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/20141017/0728a4e6/attachment-0002.html>


More information about the webkit-unassigned mailing list