NEW 164280
Make MathML links draggable
https://bugs.webkit.org/show_bug.cgi?id=164280
Summary Make MathML links draggable
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.