[Webkit-unassigned] [Bug 32723] New: QWebFrame::setUrl works only from second time if url fragment is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 10:51:03 PST 2009


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

           Summary: QWebFrame::setUrl works only from second time if url
                    fragment is present
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rion4ik at gmail.com


if url contains fragment ('#' sign and maybe some text after)
QWebFrame just cleans screen when we do setUrl. And only if we
do setUrl second time with the same url, page becomes visible.

simple testcase which needs double execution:
QUrl url = QUrl::fromLocalFile("/path/to/test.html");
url.setFragment("");
ui->webView->setUrl(url);

bug is reproduced at least on 2 computers with absolutely
different hardware. both have fully updated gentoo ~amd64 system,
qt-4.6.0

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