[Webkit-unassigned] [Bug 92210] New: [Chromium] an RTL <select> element should have a left-hand scrollbar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 22:23:05 PDT 2012


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

           Summary: [Chromium] an RTL <select> element should have a
                    left-hand scrollbar
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hbono at chromium.org


(Copied from <http://crbug.com/85883>.)

Chrome Version       : 12.0.742.91
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5: -
  Firefox 4.x: OK
       IE 7/8/9: OK

What steps will reproduce the problem?
1. Open the attached file with Chrome

What is the expected result?
The vertical scrollbar should be on the left side

What happens instead?
The vertical scrollbar is on the right side.

Please provide any additional information below. Attach a screenshot if possible.

This is another continuation of bug 54623, for the case of scrollbar on a multiple <select> element. Even though my r109537 moves the vertical scroll bar of the RenderLayer class to the left side, multiple <select> elements use the RenderListBox class to render their vertical scrollbars, i.e. my r109537 does not cover multiple <select> elements. To move the vertical scrollbar of a multiple <select> element, we need to change the RenderListBox class.

Regards,

Hironori Bono

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