[Webkit-unassigned] [Bug 81094] New: Hitting the backbutton to a page that had pushStates loads the data from the lastest XHR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 04:25:02 PDT 2012


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

           Summary: Hitting the backbutton to a page that had pushStates
                    loads the data from the lastest XHR
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: martenschilstra at gmail.com


How to reproduce:

- Visit a page that uses a pjax*  
- Then load up a random other page that gets loaded with pjax.
- Hit the back button.

What happens:
- The browser shows the html document loaded with the last ajax request.

What should happen:
- The browser should load the full page it came from + fire a popstate event.

Tested this in Chrome 17 and Safari 5.1.2



* a combination of pushState + ajax => pjax http://martndemus.nl is a site that uses pjax
  see http://pjax.heroku.com/ for details about the principle.

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