RESOLVED FIXED 24132
Cannot drag text
https://bugs.webkit.org/show_bug.cgi?id=24132
Summary Cannot drag text
Eric G
Reported 2009-02-24 13:24:56 PST
I have a test site at: http://ericgorr.net/safaritest.html Basically, what I would like to be able to do is drag some text. As best I can determine, the correct method for making this happen hasn't changed since I first reported the problem in 2006. The first text span on the test site used to be draggable in Safari 2.x, but ceased being so in Safari 3.x and still isn't with the latest release of Safari 4.x. Please see the following threads: https://lists.webkit.org/pipermail/webkit-dev/2009-February/006771.html http://lists.apple.com/archives/webkitsdk-dev/2006/Oct/msg00064.html http://bytes.com/groups/javascript/550644-javascript-drag-drop for more history
Attachments
test case (2.11 KB, text/html)
2009-02-24 13:39 PST, Eric G
no flags
Eric G
Comment 1 2009-02-24 13:39:29 PST
Created attachment 27930 [details] test case Should live indefinitely at http://ericgorr.net/safaritest.html
Eric G
Comment 2 2009-02-24 13:40:00 PST
Daniel Bates
Comment 3 2009-10-16 18:28:30 PDT
Seems to work in the current nightly (r49701). Can you confirm? (In reply to comment #0) > I have a test site at: > > http://ericgorr.net/safaritest.html > > Basically, what I would like to be able to do is drag some text. As best I can > determine, the correct method for making this happen hasn't changed since I > first reported the problem in 2006. > > The first text span on the test site used to be draggable in Safari 2.x, but > ceased being so in Safari 3.x and still isn't with the latest release of Safari > 4.x. > > Please see the following threads: > > https://lists.webkit.org/pipermail/webkit-dev/2009-February/006771.html > http://lists.apple.com/archives/webkitsdk-dev/2006/Oct/msg00064.html > http://bytes.com/groups/javascript/550644-javascript-drag-drop > > for more history
Eric G
Comment 4 2009-10-16 20:55:26 PDT
Confirmed. It appears to be working as expected now. Is this a deliberate fix? Has making sure this continues to work been added to a test suite? (I'd like to know that it will remain fixed.)
Oliver Hunt
Comment 5 2009-12-06 13:39:50 PST
We've made a number of drag and drop fixes (including this apparently) all those fixes should have regression tests to ensure that we don't break again.
Note You need to log in before you can comment on or make changes to this bug.