Bug 164280

Summary: Make MathML links draggable
Product: WebKit Reporter: John Wilander <wilander>
Component: MathMLAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=163468

John Wilander
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.