[Webkit-unassigned] [Bug 29242] New: [Qt] Assert hit when dropping a file in QtLauncher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 05:50:28 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29242

           Summary: [Qt] Assert hit when dropping a file in QtLauncher
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


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()

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



More information about the webkit-unassigned mailing list