Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Add new pageremove event #2537

Closed
kurteknikk opened this issue Sep 26, 2011 · 6 comments
Closed

Add new pageremove event #2537

kurteknikk opened this issue Sep 26, 2011 · 6 comments

Comments

@kurteknikk
Copy link

Hi,

The page events: pagebeforeshow, pageshow, pagebeforehide, pagehide are very usefull in most cases but i think there's a missing event when you compare the pagecreate event with the above...

Because there's no pageremove event, which i think should be triggered when a page is removed from the dom.

The reason being that first of all i think it will be more logical, and secondly my use case is that i need to update the page contents even when its hidden if its still in the dom, so when i remove the page from the dom i want to have some extra logic to clear some stuff.

@toddparker
Copy link
Contributor

Can you add this to the feature request wiki and close when done? Thanks!

@ghost ghost assigned jblas Sep 26, 2011
@jblas
Copy link
Contributor

jblas commented Sep 26, 2011

@kurteknikk

Yeah, makes a lot of sense!

@kurteknikk
Copy link
Author

Added to the feature request wiki, thanks :)

@kurteknikk
Copy link
Author

Sorry there was a misunderstanding, i closed the issue after i added it to the feature request wiki, i should have closed it when the issue is solved...

@toddparker
Copy link
Contributor

Normally, we'd close issues once added to the feature request wiki page, but it sounds like @jblas is thinking about adding this now.

@kurteknikk
Copy link
Author

Ok thanks for the info, also i agree with @jblas that its very important to be added before the first RC is released.

@jblas jblas closed this as completed in 34fb7b2 Sep 28, 2011
jblas added a commit that referenced this issue Sep 28, 2011
The test makes use of a pageremove callback that conditionally calls preventDefault() on the event so that the test can make sure a developer can prevent a specific page from being removed from the DOM.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants