[Webkit-unassigned] [Bug 86974] [Qt][Wk2] Assertion failure when selecting an option in select list with size attribute greater than one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 07:07:11 PDT 2012


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





--- Comment #5 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-05-23 07:06:12 PST ---
(In reply to comment #3)
> (From update of attachment 142925 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=142925&action=review
> 
> Nice catch! Looks good to me, with a comment.
> 
> > Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp:192
> > +        emit dataChanged(this->index(oldIndex), this->index(oldIndex));
> 
> I think is better to keep the signal emission where it was, after we update the new selected item. This way, if someone reacts to the dataChanged, our model will be in a consistent state.

Changed to emit the signals after updating the states.

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