Closed
Bug 1677059
Opened 4 years ago
Closed 4 years ago
Dragging a url doens't take into account the transform set on the parent div
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 941356
Tracking | Status | |
---|---|---|
firefox84 | --- | affected |
People
(Reporter: calixte, Unassigned)
Details
Test case:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
<div style="transform: matrix(2, 0, 0, 2, 0, 0); transform-origin: -100px -100px 0px;">
<a href="https://www.mozilla.org">www.mozilla.org</a>
</div>
</p>
</body>
</html>
STR:
- click and drag the link
- move the cursor
- the appearance should take into account the transform
This bug has been initially found in pdf.js:
https://bugzilla.mozilla.org/show_bug.cgi?id=1673356
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•