Closed
Bug 1599296
Opened 5 years ago
Closed 5 years ago
Image inside <svg:image> should not be draggable
Categories
(Core :: SVG, defect, P3)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: xidorn, Assigned: longsonr)
References
Details
Attachments
(2 files)
See the attached testcase, there is an <image>
element inside an <svg>
element.
That image shouldn't be draggable. I'm not sure whether there is any spec about that, but I'm suspecting whether dragging should be support at all for SVG elements.
Anyway, there is no draggable
attribute defined for SVG elements because it's an HTML global attribute, so there is effectively no way to control this behavior (and Firefox doesn't respect draggable
on image anyway, see bug 1376369).
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → longsonr
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/27b92ff71cc1
SVG images and links should not be draggable r=dholbert
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Updated•5 years ago
|
QA Whiteboard: [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•