Opened 10 years ago
Closed 7 years ago
#9522 closed bug (wontfix)
Make ui.autocomplete bfcache friendly
Reported by: | liangent | Owned by: | liangent |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.8.23 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Resolution for #7790 added a beforeunload handler, which destroys bfcache.
See https://developer.mozilla.org/en/docs/Using_Firefox_1.5_caching for details.
Fixing this resolves https://bugzilla.wikimedia.org/show_bug.cgi?id=53466 .
Change History (3)
comment:1 follow-up: 2 Changed 10 years ago by
Owner: | set to liangent |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
Replying to scott.gonzalez:
Do you have a proposal for how to fix this?
https://developer.mozilla.org/en/docs/Using_Firefox_1.5_caching gives some resolutions, including using other events and removing added handler in the handler itself (and re-add on pageshow if necessary).
comment:3 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The link Wikimedia ticket has been closed as "Declined", doesn't look like this is relevant anymore.
Note: See
TracTickets for help on using
tickets.
Do you have a proposal for how to fix this?