[Webkit-unassigned] [Bug 85527] [Qt][WK2] ASSERT failure when selecting an item from a multi-selection list
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 4 13:56:00 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85527
--- Comment #7 from Dinu Jacob <dinu.jacob at Nokia.com> 2012-05-04 13:56:00 PST ---
(In reply to comment #6)
> (From update of attachment 140066 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=140066&action=review
>
> > Source/WebKit2/ChangeLog:7
> > + Do not display current popup-menu if a multi-select list is requested
> > + as current implementation only supports single selection.
>
> Hm, wouldn't it be better to extend the itemSelector API to allow for the selection of multiple items? Isn't that what we need in the end anyway for the itemSelector API to be complete?
Yes, that is the final target :) I mentioned in the patch comments that the actual support for multi-select list is being worked on. There are missing parts like this one(where UIProcess doesn't have information on whether the list allows multiple selections), 'selected' flag for each item, refactoring of the existing item selector model and context object before actual support for multi-select can be added. I was planning on doing them in increments to keep the changes more manageable.
--
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