Bug 35656
Summary: | [Qt] QWebView - doesn't load html pages when file extension is different then .html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | kent.hansen |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | OS X 10.5 |
Tor Arne Vestbø
This bug report originated from issue QTBUG-5404
http://bugreports.qt.nokia.com/browse/QTBUG-5404
--- Description ---
webView->load ("file:///C:/foo.vgp"); // doesn't work<br/>
webView->load ("file:///C:/foo.html"); // work
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Hansen
Reproduced with r55658.
QWebView::load() produces a blank page.
QtLauncher redirects to about:blank and says "Frame load interrupted by policy change".
I don't know if QWebView is supposed to support format auto-detection when the file extension is not recognized.
Jocelyn Turcotte
=== Bulk closing of Qt bugs ===
If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.
If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.