Bug 164280 - Make MathML links draggable
Summary: Make MathML links draggable
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 11:44 PDT by John Wilander
Modified: 2016-11-01 11:49 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Wilander 2016-11-01 11:44:05 PDT
MathML elements with href attributes are links, behave like links, and can be dragged and dropped as links if they are embedded in a draggable element. However, they don't become the drag target element in drag & drop since isDraggableLink(const Element& element) defined in DragController doesn't consider MathML elements.