Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Popup Behaviour Bug

Hi

When you set storage variables on Page Show and change them programtatically and then open a popup, the popup resets the storage variable to the Page Show value.

EG.
Event PAGE SHOW Set Storage Var = 1
Do something to change the Storage Var to another value ie. 2
Storage vVar is successfully changed showing 2.
Then Open POPUP
Storage Var is automatically changed back to 1.

It seems that opening a POPUP recreates the PAGE SHOW Event.

It also clears component values that were set on Page Show event. Such as a the Select component which is reset. Seems Like the Service is re-executed to populate this component.

In other words it seems Opening a POPUP executes all the PAGE SHOW events.

Please can this be fixed. It is causing havoc.
Thanks

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Popup Behaviour Bug

Hello Deon,

The way you describe looks like the standard JQM behavior and not a bug. It just needs to be taken into consideration.

Return to “Issues”