[Webkit-unassigned] [Bug 71128] Select multiple options with mouse drag in Select element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 15:26:29 PST 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114136|review?                     |review+
               Flag|                            |




--- Comment #27 from Ryosuke Niwa <rniwa at webkit.org>  2011-11-08 15:26:29 PST ---
(From update of attachment 114136)
View in context: https://bugs.webkit.org/attachment.cgi?id=114136&action=review

> Source/WebCore/page/EventHandler.cpp:566
> +        if (!(renderer && renderer->isListBox()))

It's probably simpler to write this as !renderer || !renderer->isListBox()

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