[Webkit-unassigned] [Bug 14214] [S60] Dropdown not opened if it has size defined.

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


http://bugs.webkit.org/show_bug.cgi?id=14214


zbujtas at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15103|review?(zbujtas at gmail.com)  |review-
               Flag|                            |




------- Comment #3 from zbujtas at gmail.com  2007-06-20 13:59 PDT -------
(From update of attachment 15103)
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.) 


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list