On Jun 7, 2005, at 4:08 PM, Boyd Waters wrote:
Just built the WebKit with the XCode 2.1 work-arounds, and sure enough my Safari passes the Acid2 test!
But now I cannot drag URLs from the location bar of Safari to (for example) the Finder. With the previous WebKit, I was able to drag URLs to the Finder to save "webloc" files.
Each time I attempt to drag a URL from the location bar icon (the favicon), a message is printed to the console:
2005-06-07 17:04:01.570 Safari[7622] *** -[NSCFArray addObject:]: attempt to insert nil 2005-06-07 17:04:40.611 Safari[7622] *** -[NSCFArray addObject:]: attempt to insert nil 2005-06-07 17:04:43.172 Safari[7622] *** -[NSCFArray addObject:]: attempt to insert nil 2005-06-07 17:04:57.394 Safari[7622] *** -[NSCFArray addObject:]: attempt to insert nil 2005-06-07 17:05:01.326 Safari[7622] *** -[NSCFArray addObject:]: attempt to insert nil
Looks like a recently-introduced bug (introduced in the preparation for making WebKit open source). Could you file a report in bugzilla? I'll be fixing this shortly. -- Darin