Bug 35475 - Links do not respect -webkit-user-drag: none
Summary: Links do not respect -webkit-user-drag: none
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: data:text/html,<a href="#" style="-we...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-27 04:13 PST by mitz
Modified: 2010-02-27 04:44 PST (History)
0 users

See Also:


Attachments
Disallow dragging links with -webkit-user-drag: none; (9.32 KB, patch)
2010-02-27 04:14 PST, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-02-27 04:13:40 PST
<rdar://problem/7696607>

Links can be dragged even when -webkit-user-darg: none; is specified.
Comment 1 mitz 2010-02-27 04:14:48 PST
Created attachment 49680 [details]
Disallow dragging links with -webkit-user-drag: none;

This also fixes <img style="-webkit-user-drag: none;">.
Comment 2 Maciej Stachowiak 2010-02-27 04:21:18 PST
Comment on attachment 49680 [details]
Disallow dragging links with -webkit-user-drag: none;

> The link drag check now chekcs that the link is not undraggable.

Please don't fail to avoid double negatives. (Though I see this does literally match what the corresponding line of code says.)

r=me
Comment 3 mitz 2010-02-27 04:43:28 PST
Fixed in <https://bugs.webkit.org/show_bug.cgi?id=35475>.
Comment 4 mitz 2010-02-27 04:44:12 PST
Err… fixed in <http://trac.webkit.org/projects/webkit/changeset/55353>