[Webkit-unassigned] [Bug 12870] REGRESSION: Safari accepts and attempts to load any file dragged into it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 23 17:21:11 PST 2007


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


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |oliver at apple.com
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #13356|                            |review?
               Flag|                            |




------- Comment #1 from oliver at apple.com  2007-02-23 17:21 PDT -------
Created an attachment (id=13356)
 --> (http://bugs.webkit.org/attachment.cgi?id=13356&action=view)
instamatic fix

Okay, the problem is that the drag and drop code had an "improvement" that
short circuited the evaluation of _web_best_URL if the dragging  Pasteboard
contained any url.  _web_best_URL filters out insane URLs (eg. directories) so
this was bad.  This fix stops directories from being accepted.

All other files are accepted, and will bring up the finder if the dropped file
isn't viewable with webkit. 


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list