[Webkit-unassigned] [Bug 94362] New: [Qt] QWebView::setHtml doesn't load external JS and CSS files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 10:51:27 PDT 2012


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

           Summary: [Qt] QWebView::setHtml doesn't load external JS and
                    CSS files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://bugreports.qt-project.org/browse/QTBUG-26883
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitya57 at gmail.com


[ I'm not sure if it's a bug in Qt or QtWebKit, so reported to both bugtrackers ]

For example, if I have a QString html containing source of HTML page and it contains

    <link rel="stylesheet" type="text/css" href="style.css">

reference in <head>, and a QWebView webView, and I set HTML code using webView.setHtml(html), it won't be loaded and applied.

The same happens if there's a JS reference included using

    <script type="text/javascript" src="script.js">

(in my case, it's MathJax).

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