Drag'n'drop does not use link title (regression)
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
People
(Reporter: volkmarkostka, Unassigned)
Details
(Keywords: regression)
| Reporter | ||
Comment 1•17 years ago
|
||
Comment 3•17 years ago
|
||
Updated•17 years ago
|
Updated•17 years ago
|
Comment 4•10 years ago
|
||
Updated•3 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
I don't know what this bug is about honestly. If I drag a url to a <textarea>, the url itself is copied over, but not the url text. This is also the behaviour in Chrome.
Edgar, do you know anything about this bug? Can we close it?
Comment 6•2 years ago
|
||
(In reply to Volkmar Kostka from comment #0)
The link and the link text should be pasted as in FF2.
http://noscript.net/?ver=1.6.8&prev=1.5.6#basics
How NoScript delivers usable security
I guess reporter expect to get the data in
<url>
<url title>
format, which looks like a format of text/x-moz-url to me.
I do see there are some difference on the order of format between FF45 and current release when drag a link, but the content on each format is the same.
I also compare with Chrome, the data is the same, but the order of format is different.
Since this bug is pretty old, lets just close, feel free to open a new bug if you still encounter similar issue.
Description
•