[Webkit-unassigned] [Bug 70395] New: rtl horizontal scrollbar / resize bug - Body shifts on resize when scrolled all the way to the left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 20:08:28 PDT 2011


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

           Summary: rtl horizontal scrollbar / resize bug - Body shifts on
                    resize when scrolled all the way to the left
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: numero2dos at gmail.com


Created an attachment (id=111555)
 --> (https://bugs.webkit.org/attachment.cgi?id=111555&action=review)
Simple Repro File

NOTE: I am not sure about the webkit version. In Chrome, navigator.userAgent has  AppleWebKit/535.1

What steps will reproduce the problem?
1. Open RtlContentShift.html
2. Resize browser so that the content window is less than 500 px wide.
3. Scroll to the left all the way.
4. Resize browser, increasing the width.

Browsers tested:
     Chrome 13.0.782.112: FAIL
     Safari 5: FAIL
     Firefox 7.x: N/A - scrolling appears to be disabled in rtl
     IE 7: MIXED - the body still covers the whole window, but the rest of the layout is not correct
     IE 8/9: OK

What is the expected result?
The body still covers the entire window, since it has width:100%;height:100%

What happens instead?
The body is shifted over by the amount that the window was resized.

-- 
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