Bug 29242

Summary: [Qt] Assert hit when dropping a file in QtLauncher
Product: WebKit Reporter: Yael <yael>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch vestbo: review+

Yael
Reported 2009-09-14 05:50:27 PDT
Assert is hit if the file path contains a space. The reason is that KURL can only accept escaped strings and the file name is not escaped. I checked on mac port, and the file name is escaped in DrapData::asURL()
Attachments
Patch (1.15 KB, patch)
2009-09-14 05:56 PDT, Yael
vestbo: review+
Yael
Comment 1 2009-09-14 05:56:50 PDT
Created attachment 39541 [details] Patch DropData::asURL() now encodes the URL before returning it.
Yael
Comment 2 2009-09-14 08:37:37 PDT
Landed in r48354
Note You need to log in before you can comment on or make changes to this bug.