[Webkit-unassigned] [Bug 25708] New: Cannont choose menu items in popups with many entries in Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 17:10:40 PDT 2009


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

           Summary: Cannont choose menu items in popups with many entries in
                    Chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paul at chromium.org


Popup menus that contain many entries cannot select menu items beyond the ~20th
one in Mac Chromium.

Chromium on Mac uses cocoa controls for handling these popups, and converts the
index of the selected item to a coordinate corresponding to that item in the
popup. On Windows and linux, Chromium's popup menu uses a ScrollView that
limits the number of visible items to a maximum of 20. Any mouse click outside
of that scroll view is discarded.

The hit testing in Mac Chromium needs to account for the fact that native popup
controls will display as many items as can fit on the screen, which is much
more than the artificial limit of 20 that Chromium imposes.


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


More information about the webkit-unassigned mailing list