[Webkit-unassigned] [Bug 13067] Manually adding #hash to URL reloads entire page instead of jumping to #hash location in cached page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 11:38:29 PST 2008


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





------- Comment #4 from ddkilzer at webkit.org  2008-01-02 11:38 PDT -------
(In reply to comment #3)
> Does this behavior coincide with Safari's "always reload the page when hitting
> Enter in the URL Address Field" behavior, though?

I guess we could do the following:

1. If the new URL only differs from the previous URL by adding a #hash, don't
reload the page, just jump to #hash.
2. Else if the new URL only differs from the previous URL by a different #hash,
don't reload the page, just jump to #newhash.
3. Else reload 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