[Webkit-unassigned] [Bug 60430] selectstart is not fired when selection was created by arrow keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 23:52:33 PDT 2011


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





--- Comment #12 from Arko Saha <nghq36 at motorola.com>  2011-09-08 23:52:33 PST ---
> You should check that new selection is range. You can do that by using trialFrameSelection below.
> 
Done.

> This seems like an unnecessary indirection. I'd just do extent().containerNode().
> 
Incorporated this comment.

> This method should be private for now.
> 
Right, moved this method to private.

> No curly brackets around one line statement.
> 
Removed curly brackets.

> We should probably ensure that selectstart event is fired exactly once (not twice or three times).

I have modified the test case to ensure that selectstart event is fired exactly once.

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