[Webkit-unassigned] [Bug 11827] REGRESSION(r18203): Drag-n-drop layout test failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 14 05:29:26 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11827


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION(r18203-18205):   |REGRESSION(r18203): Drag-n-
                   |Drag-n-drop layout test     |drop layout test failures
                   |failures                    |
                 CC|                            |mitz at webkit.org,
                   |                            |acarlsson at apple.com




------- Comment #1 from mitz at webkit.org  2006-12-14 05:29 PDT -------
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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list