[Webkit-unassigned] [Bug 91912] Adding "all" to -webkit-user-select

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 14:50:02 PDT 2012


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





--- Comment #43 from Ryosuke Niwa <rniwa at webkit.org>  2012-08-17 14:50:34 PST ---
(From update of attachment 159176)
View in context: https://bugs.webkit.org/attachment.cgi?id=159176&action=review

>>> Source/WebCore/page/EventHandler.cpp:834
>>> +        newSelection.setExtent(targetPosition);
>> 
>> Don't we need to set this to the beginning of rootUserSelectAllForMousePressNode when the previous if condition is true?
> 
> Why? Do you mean setting the base or extent?

Extent. If rootUserSelectAllForMousePressNode is not null, then we're still in -webkit-user-select: all, right?

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