[Webkit-unassigned] [Bug 37126] REGRESSION (r56223): http://www.playerpress.com/ shows up twice in the back/forward list.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 18:28:34 PDT 2010


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





--- Comment #2 from Brady Eidson <beidson at apple.com>  2010-04-05 18:28:34 PST ---
Another example is with NPR stories (which requires visiting an initial site to
follow these steps):

1 - Visit google.com
2 - Visit http://www.npr.org/templates/story/story.php?storyId=125491180
3 - The back list contains only google.
4 - Go back.
5 - The forward list only contains
http://www.npr.org/templates/story/story.php?storyId=125491180
6 - Go forward
7 - The back list contains http://www.google.com/ and a duplicate entry for
http://www.npr.org/templates/story/story.php?storyId=125491180
8 - Click back
9 - ASSERT.  FrameLoader compares the current URL and the back item URL, which
are both http://www.npr.org/templates/story/story.php?storyId=125491180, and
determines this must be a same document navigation.  But it's not.

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