[webkit-reviews] review denied: [Bug 14214] [S60] Dropdown not opened if it has size defined. : [Attachment 15103] Webcore doesn't support multiple size in dropdown list.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 13:59:52 PDT 2007


Zalan Bujtas <zbujtas at gmail.com> has denied Hong Zhao <hong.a.zhao at nokia.com>'s
request for review:
Bug 14214: [S60] Dropdown not opened if it has size defined.
http://bugs.webkit.org/show_bug.cgi?id=14214

Attachment 15103: Webcore doesn't support multiple size in dropdown list.
http://bugs.webkit.org/attachment.cgi?id=15103&action=edit

------- Additional Comments from Zalan Bujtas <zbujtas at gmail.com>
this patch changes behavior of single select with size>1 by diverting it form
m_useListBox = true to false. The issue here is that when the renderselect
constructs ListBox instead of ComboBox, then the activate event does not get
through. That's what  needs to be fixed here. (you can check it out by coming
up with testcase with <select multiple="multiple">. it'll construct a ListBox
and that listbox cannot be activated either). so even if this patch was
applied, the multiselect  testcase would still not be working.)



More information about the webkit-reviews mailing list