Search and Top Navigation
#9522 closed bug (wontfix)
Opened August 28, 2013 12:10PM UTC
Closed November 09, 2016 05:08PM UTC
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 .
Attachments (0)
Change History (3)
Changed August 28, 2013 12:17PM UTC by comment:1
| owner: | → liangent |
|---|---|
| status: | new → pending |
Changed August 28, 2013 12:26PM UTC by comment:2
| status: | pending → new |
|---|
Replying to [comment:1 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).
Changed November 09, 2016 05:08PM UTC by comment:3
| resolution: | → wontfix |
|---|---|
| status: | new → closed |
The link Wikimedia ticket has been closed as "Declined", doesn't look like this is relevant anymore.
Do you have a proposal for how to fix this?