[Webkit-unassigned] [Bug 34884] [Qt] QWebSettings::setUserStyleSheetUrl() does nothing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 21 16:29:31 PDT 2010


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





--- Comment #8 from Simon Hausmann <hausmann at webkit.org>  2010-03-21 16:29:30 PST ---
(In reply to comment #7)
> Well spotted. It seems KURL::fileSystemPath() should use toLocalFile() instead
> of simply path().

Which argh isn't correct either. QUrl::toLocalFile() will return an empty
string if the scheme is qrc (or != file && !isEmpty().

Looks like we need a special case and a unit test.

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