Bug 143849 - Support link dragging for <area>
Summary: Support link dragging for <area>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-16 14:46 PDT by Daniel Bates
Modified: 2015-04-16 15:26 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-04-16 14:46:21 PDT
The idea of supporting link dragging of the HTML Area element came up during the discussion of the patch for bug #141597. Currently we do not support link dragging of such elements. We should consider implementing support for link dragging of HTML Area elements to be consistent with our dragging behavior for hyperlinks defined using other markup (e.g. <a href="http://www.apple.com">www.apple.com</a>).