Bug 23174 - Need a way to treat listboxes like menulists
Summary: Need a way to treat listboxes like menulists
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.webcom.com/html/tutor/form...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 13:51 PST by scroggo
Modified: 2010-06-12 14:50 PDT (History)
2 users (show)

See Also:


Attachments
Adds flag to allow treating Listboxes as menulists (3.93 KB, patch)
2009-01-08 14:35 PST, scroggo
no flags Details | Formatted Diff | Diff
Provide a flag for making ListBoxes function like MenuLists (4.12 KB, patch)
2009-01-09 12:55 PST, scroggo
adele: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description scroggo 2009-01-07 13:51:41 PST
Without a mouse it is tricky to use listboxes (<select> with multiple="true" or size defined).  I want to treat them as menulists (like normal <select> elements).

iPhone Safari already does this.  I am working on a patch, but if there is already a way to do this, I will follow the established convention.
Comment 1 scroggo 2009-01-08 14:35:23 PST
Created attachment 26536 [details]
Adds flag to allow treating Listboxes as menulists
Comment 2 David Levin 2009-01-09 11:27:02 PST
Something obvious to fix in the patch:
   <set EMAIL_ADDRESS environment variable>
Comment 3 scroggo 2009-01-09 12:55:17 PST
Created attachment 26569 [details]
Provide a flag for making ListBoxes function like MenuLists
Comment 4 Mark Rowe (bdash) 2009-01-12 23:45:51 PST
Do we really need a separate #define for every Android UI quirk?
Comment 5 Adele Peterson 2009-03-23 11:46:09 PDT
Comment on attachment 26569 [details]
Provide a flag for making ListBoxes function like MenuLists

Instead of using #ifs, it would be much nicer to fix this to work with using "-webkit-appearance: menulist" in  your theme specific stylesheet.
Comment 6 Alexey Proskuryakov 2010-06-12 14:50:12 PDT
Marking WONTFIX per above comment - I don't think Android browser stylesheet is in webkit.org repository. Please feel free to re-open if you'd like to follow up on this patch.