[Webkit-unassigned] [Bug 40660] REGRESSION (r61207): Navigation via -[WebView goToBackForwardItem:] no longer works

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 13:05:28 PDT 2010


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





--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-06-16 13:05:27 PST ---
FrameLoader::loadItem has a check that item != currentItem.  It uses that to determine that navigateToDifferentDocument should be called instead of navigateWithinDocument.  We can certainly replicate that same check in HistoryController::recursiveGoToItem.  It seems logically that they should be similar.

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