Closed
Bug 1646114
Opened 4 years ago
Closed 4 years ago
Dragging text that's underneath a CSS transform causes it to fly in from its untransformed origin
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 941356
People
(Reporter: caleb, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15
Steps to reproduce:
https://jsfiddle.net/pnvqLd58/
- Have text with some parent element that is translated
- Select the text and drag it
Actual results:
The "ghost" text animates in from the top left
Expected results:
Ghost text should have started right where the selected text was, as if the text had no transform.
Component: Untriaged → DOM: Drag & Drop
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•