[Webkit-unassigned] [Bug 28670] New: [Chromium] Multi-value select boxes cannot do non-contiguous selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 23 13:58:32 PDT 2009


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

           Summary: [Chromium] Multi-value select boxes cannot do
                    non-contiguous selection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://code.google.com/p/chromium/issues/detail?id=159
                    98
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rsesek at bluestatic.org
                CC: playmobil at google.com


On Chromium Mac, you cannot perform non-contiguous selection on a multi-value
list box in the normal Mac way. On the Mac, you do this kind of selection by
holding down the Command key; on Windows, you do this with the Control key. In
SelectElement.cpp, the #if guard that determines which of these keys to respect
uses PLATFORM(MAC), which is always false for Chromium. The fix is to use
PLATFORM(DARWIN). Patch coming shortly.

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