[Webkit-unassigned] [Bug 47256] Adding C api for comboboxes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 04:57:41 PDT 2010


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





--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-10-06 04:57:39 PST ---
(In reply to comment #3)
> I assume by "combobox" you mean <select> elements with a size attribute less than 2?
> 
> I think it would be useful to talk about use-cases for the API in addition to the API itself. One should inform the other. For instance, it isn't clear to me why this needs to be handled in the application at all; couldn't WebKit handle this itself in the UI process?

It is not just for size attributes less than two. Like on the iphone we supports using this for single and multiple selections.

For Qt we have a qtwebkitplatform plugin, where platforms such as MeeGo, Symbian etc can decide how this should be handled in a platform way. If that plugin is not installed we will deal with it using normal desktop like QWidgets, which do not work nicely for phones, TV's etc.

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