[Webkit-unassigned] [Bug 36177] [Qt] Multiselect Popup - Listbox click simulation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 16 14:32:57 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=36177
Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tonikitoo at webkit.org
--- Comment #4 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> 2010-03-16 14:32:57 PST ---
+void HTMLSelectElement::listBoxPopupClick(int listIndex, bool multi, bool
shift, bool fireEvents)
+{
+ if (!multiple())
+ setSelectedIndexByUser(listIndex, true, fireEvents);
+ else {
+ updateSelectedState(m_data, this, listIndex, multi, shift);
+ if (fireEvents)
+ listBoxOnChange();
+ }
+}
Luiz, yet in this method, what is the difference between |multi| and the
calling |multiple()| ?
--
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