RESOLVED WONTFIX 23174
Need a way to treat listboxes like menulists
https://bugs.webkit.org/show_bug.cgi?id=23174
Summary Need a way to treat listboxes like menulists
scroggo
Reported 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.
Attachments
Adds flag to allow treating Listboxes as menulists (3.93 KB, patch)
2009-01-08 14:35 PST, scroggo
no flags
Provide a flag for making ListBoxes function like MenuLists (4.12 KB, patch)
2009-01-09 12:55 PST, scroggo
adele: review-
scroggo
Comment 1 2009-01-08 14:35:23 PST
Created attachment 26536 [details] Adds flag to allow treating Listboxes as menulists
David Levin
Comment 2 2009-01-09 11:27:02 PST
Something obvious to fix in the patch: <set EMAIL_ADDRESS environment variable>
scroggo
Comment 3 2009-01-09 12:55:17 PST
Created attachment 26569 [details] Provide a flag for making ListBoxes function like MenuLists
Mark Rowe (bdash)
Comment 4 2009-01-12 23:45:51 PST
Do we really need a separate #define for every Android UI quirk?
Adele Peterson
Comment 5 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.
Alexey Proskuryakov
Comment 6 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.
Note You need to log in before you can comment on or make changes to this bug.