[Webkit-unassigned] [Bug 29456] [Qt] QtWebkit API does not handle HTML anchors properly when loading the current page with an additional anchor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 14 08:05:06 PST 2009


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


Jocelyn Turcotte <jocelyn.turcotte at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt] QtWebkit does not      |[Qt] QtWebkit API does not
                   |handle HTML anchors         |handle HTML anchors
                   |properly by reloading the   |properly when loading the
                   |entire page even though the |current page with an
                   |link points to the same     |additional anchor
                   |page                        |
          Component|Page Loading                |WebKit API
                 CC|                            |jocelyn.turcotte at nokia.com




--- Comment #1 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>  2009-12-14 08:05:05 PST ---
== More details from original bug:

Clicking on the links that are Anchors works perfectly.
It's the SetUrl/Load(url) that is problematic here.

If I do:
qWebview->Load("c:\test.html");
and then
qWebview->Load("c:\test.html#page293);
// this reload the whole html, show top of page, then goes to anchor #page293

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