[Webkit-unassigned] [Bug 48502] New: Qt WebKit 2.1 doesn't support resource qrc indicator in URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 00:38:26 PDT 2010


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

           Summary: Qt WebKit 2.1 doesn't support resource qrc indicator
                    in URL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ext-oleh.2.vasyura at nokia.com


Created an attachment (id=72153)
 --> (https://bugs.webkit.org/attachment.cgi?id=72153&action=review)
Test project

Regression bug
Qt WebKit 2.1 with Qt 4.7 doesn't support qrc in the URL on Symbian 3 and N8 phone.
It worked with Qt 4.6 and QtWebKit 2.0. Also it works on Windows platform.
This error is reproduced as for emulator as for hardware.

Test environment.
 - Symbian 3 wk41 release
 - Qt 4.7 and QtWebkit 2.1

Test case:
 - add test.html file in the resource
 - create QWebView and try to load test html from the resource  
  QWebView *view = new QWebView();
  view->load(QUrl("qrc:///test.html"));

-Actual result
  nothing is displayed on the screen. 

-Expected result
 page is displayed on the screen. At least it is described in the documentation: 
 http://doc.trolltech.com/4.7/resources.html

The test project is attached.

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