Bug 123464 - Node shouldn't be selected if it's not a draggable element and has -webkit-user-select: none set
Summary: Node shouldn't be selected if it's not a draggable element and has -webkit-us...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-29 13:58 PDT by Crystal Zhang
Modified: 2013-10-29 14:42 PDT (History)
2 users (show)

See Also:


Attachments
patch (2.49 KB, patch)
2013-10-29 14:10 PDT, Crystal Zhang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Crystal Zhang 2013-10-29 13:58:14 PDT
As the comment says, if it's a draggable element, then it should be allowed to be selected, so drag & drop action can be performed, if it's not, and has -webkit-user-select: none set, then it shouldn't be allowed.
Comment 1 Crystal Zhang 2013-10-29 14:10:31 PDT
Created attachment 215425 [details]
patch

patch.
Comment 2 Crystal Zhang 2013-10-29 14:16:12 PDT
Add Antonio to cc list.
Comment 3 Crystal Zhang 2013-10-29 14:42:23 PDT
Comment on attachment 215425 [details]
patch

Need have a second thought.