[Webkit-unassigned] [Bug 29595] [Qt] Resetting the URL property of a QWebView results in the current directory being set as file::-type URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 11:01:43 PDT 2011


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


Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caio.oliveira at openbossa.org




--- Comment #2 from Caio Marcelo de Oliveira Filho <caio.oliveira at openbossa.org>  2011-03-21 11:01:43 PST ---
Reproduced with trunk. It is a problem when setting URL to be an empty QUrl(). I made a test case and am looking into a fix. Basically what we do wrong here is that ensureAbsolute() helper function turns an empty URL into the current directory.

Stepped on this as part of coming up with tests for bug 32723.

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