RESOLVED FIXED 11827
REGRESSION(r18203): Drag-n-drop layout test failures
https://bugs.webkit.org/show_bug.cgi?id=11827
Summary REGRESSION(r18203): Drag-n-drop layout test failures
David Kilzer (:ddkilzer)
Reported 2006-12-14 03:13:59 PST
The following drag-n-drop layout tests regressed between r18203 and r18205: editing/pasteboard/drag-drop-modifies-page editing/pasteboard/subframe-dragndrop-1 fast/events/ondragenter fast/forms/drag-into-textarea fast/lists/drag-into-marker Unfortunately the BuildBot didn't provide individual builds for these revisions. Note that this is NOT related to Bug 11825 which Hyatt fixed later.
Attachments
mitz
Comment 1 2006-12-14 05:29:25 PST
According to Anders on IRC, the bug originated from this change in r18203: NSURL *KURL::getNSURL() const { + // FIXME: CFURL can't hold an empty URL, unlike NSURL + if (isEmpty()) + return [NSURL URLWithString:@""]; + In addition to the test failures, you can easily see the bug by dragging any selected text, which results in an empty URL being dragged. Another effect is that the Safari status bar reads "Open "" in a new window" whenever the mouse pointer is over something that is not a link.
David Kilzer (:ddkilzer)
Comment 2 2006-12-14 21:33:24 PST
Fixed by mjs in r18227.
Note You need to log in before you can comment on or make changes to this bug.