[Webkit-unassigned] [Bug 59204] New: REGRESSION: left property broken with position:fixed elements in RTL documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 09:27:31 PDT 2011


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

           Summary: REGRESSION: left property broken with position:fixed
                    elements in RTL documents
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: leviw at chromium.org
                CC: eric at webkit.org, hyatt at apple.com, mitz at webkit.org,
                    simon.fraser at apple.com, xji at chromium.org,
                    rniwa at webkit.org


Copied from Chromium bug 80216 (http://code.google.com/p/chromium/issues/detail?id=80216)

What steps will reproduce the problem?
1. Create an RTL document (<html dir="rtl">); create a position:fixed element within that document; set its "top" and "left" attributes.
2. Scroll left/right within the document.

What is the expected result?

The position:fixed element should float with a constant left offset.

What happens instead?

The position:fixed element moves horizontally as you scroll.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list