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 Changed 10 years ago by Scott González

Owner: set to liangent
Status: newpending

Do you have a proposal for how to fix this?

comment:2 in reply to:  1 Changed 10 years ago by liangent

Status: pendingnew

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 Jörn Zaefferer

Resolution: wontfix
Status: newclosed

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.