Closed
Bug 1340533
Opened 8 years ago
Closed 8 years ago
pageshow persisted is always false
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: teun, Unassigned)
Details
Attachments
(1 file)
688 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.2; rv:43.0) Gecko/20100101 Firefox/43.0 Seamonkey/2.40
Steps to reproduce:
1. Put the attached html file pageshow-persisted.html somewhere on a webserver
2. Visit that page with Firefox
3. Open Firebug (and enable the console)
4. Refresh the page (deeply).
5. Observe that evt.persisted is false
6. Visit the link to google.com
7. Press the back button in the browser
8. Observe that evt.persisted is still false
This bug might be related to Bug 698360
Actual results:
evt.persisted is false
Expected results:
evt.persisted should be true
Comment 1•8 years ago
|
||
In FF51.0.1 I get:
win pageshow pageshow { target: HTMLDocument → attachment.cgi, isTrusted: true, persisted: true, currentTarget: Window → attachment.cgi, eventPhase: 2, bubbles: true, cancelable: true, defaultPrevented: false, timeStamp: 1487344366514000, originalTarget: HTMLDocument → attachment.cgi, explicitOriginalTarget: HTMLDocument → attachment.cgi } evt.persisted true
From your report you are using FF43? Can you try updating to see if it still reproduces for you?
Flags: needinfo?(teun)
Reporter | ||
Comment 2•8 years ago
|
||
Ah yes the attachment it is still broken in Fx 49 but it works in Fx 53.0a2 (Developer)
Comment 3•8 years ago
|
||
Thanks for the report and re-testing. Marking this WFM since it seems to be fixed in later releases now.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(teun)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•