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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 07:23:05 PST 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |hausmann at webkit.org




--- Comment #3 from Simon Hausmann <hausmann at webkit.org>  2010-03-08 07:23:05 PST ---
This works for me. Note that you can only specify a path to a local file or a
base64 encoded url.

>From the documentation:

/*!
    Specifies the location of a user stylesheet to load with every web page.

    The \a location must be either a path on the local filesystem, or a data
URL
    with UTF-8 and Base64 encoded data, such as:

   
"data:text/css;charset=utf-8;base64,cCB7IGJhY2tncm91bmQtY29sb3I6IHJlZCB9Ow=="

    \sa userStyleSheetUrl()
*/

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