[Webkit-unassigned] [Bug 85527] [Qt][WK2] Add support for multi-select list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 4 07:37:12 PDT 2012


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





--- Comment #30 from Pierre Rossi <pierre.rossi at gmail.com>  2012-07-04 07:37:11 PST ---
(From update of attachment 145404)
View in context: https://bugs.webkit.org/attachment.cgi?id=145404&action=review

While we're at it on small refinements... ;)

> Source/WebCore/rendering/RenderMenuList.cpp:348
> +    if (listIndex <= firstSelectedIndex)

Changing this condition to take into account the de-selection of the last item would be icing on the cake.
Something along that line should do:
if (listIndex <= firstSelectedIndex || firstSelectedIndex < 0)

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