[Webkit-unassigned] [Bug 3390] Destination anchors are sometimes ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 11:07:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=3390





------- Comment #20 from koivisto at iki.fi  2007-03-15 11:07 PDT -------
Outside scope of this bug, but...

Current approach to anchor scrolling is not optimal in general. Jumping should
not be tied to parse complete/load complete. On a slow loading document or one
with blocking javascript load at the end the jump maybe happen long after the
target position has appeared on the screen, giving perception of slowness.

Perhaps the jump could be done earlier, at first repaint after the renderer for
target anchor has been created and placed in layout (and document is
sufficiently tall to put it to top of the page).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list