[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 11:22:48 PST 2011


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





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

> Source/WebCore/page/EventHandler.cpp:567
> +        if (!(targetNode->parentNode() && targetNode->parentNode()->renderer() && targetNode->parentNode()->renderer()->isListBox()))
> +            return false;
> +        isListBox = true;

Hm... on my second thought it's probably cleaner to keep the pointer to targetNode->parentNode()->renderer() because you're calling it again in line 580.

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