[Webkit-unassigned] [Bug 40718] [Qt] Platform plugin's multi-select does not take OptGroup into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 21:14:31 PDT 2010


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





--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-06-16 21:14:31 PST ---
(From update of attachment 58953)
WebKit/qt/examples/platformplugin/WebPlugin.h:56
 +      virtual bool isMultiple() const { return false; }
I think this is what the extension was supposed to be used for

WebKit/qt/examples/platformplugin/WebPlugin.cpp:117
 +      emit selectItem(idx, m_popup->isMultiple(), false);
isnt this used for single as well? 

WebKit/qt/WebCoreSupport/QtPlatformPlugin.h:51
 +      SelectData* m_selectData;
isnt there a way to keep this away from the header?

WebCore/dom/SelectElement.cpp:92
 +  #if ENABLE(NO_LISTBOX_RENDERING)
We should really turn this into a runtime thing so that it can even consult the plugin to see if it (the plugin) implements multiselection (using the extension)

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