[Webkit-unassigned] [Bug 28679] Touch and <SELECT multiple> do not play well
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 2 06:35:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28679
--- Comment #3 from David Kilzer (ddkilzer) <ddkilzer at webkit.org> 2009-09-02 06:35:17 PDT ---
(In reply to comment #2)
> What does the iphone do? I assume it exposes a different form control.
Multi-select lists are drawn as single-select lists in Safari for iPhone, but
when you tap on the form control, you get a "wheel" picker that lets you select
multiple items in the list. The UI drawing and item selection for the wheel
picker is handled above WebCore/WebKit, though.
In the long term, it would be better to use an adapter pattern or a base
class/child class relationship rather than adding yet another ENABLE() macro.
--
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