[Webkit-unassigned] [Bug 84026] New: RTL document in <iframe> should have left-hand scrollbar.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 16 05:43:36 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84026
Summary: RTL document in <iframe> should have left-hand
scrollbar.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aharon at google.com
CC: eric at webkit.org, playmobil at google.com,
hbono at chromium.org, aharon at google.com,
rniwa at webkit.org
This is a continuation of bug 54623, for the case of scrollbar on an <iframe>.
Currently, it is always on the right, even if both the <iframe> and the document inside it have direction:rtl. For an <iframe>, the scrollbar should be on the start side of the document inside it (even though that is *not* the case when the same document is displayed in a separate tab, not an <iframe>). If the thing inside the <iframe> does not have a direction, e.g. it is an image, it should be on the start side of the <iframe>'s direction. (If the latter requirement is very difficult to achieve, though, it can be relaxed.)
As usual, behavior on Mac OS X is a special case.
--
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