Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.7-SNAPSHOT
-
None
Description
PPR of sandbox already has such a mechanism, but it doesn`t work appropriate. This may leed to a strange behaviour, like double posts.
Now when doing a periodical update with ppr, whenever a button, link etc. is pressed which does a traditional POST the ppr refresh is blocked.
This is done via hooking into the onsubmit function on each form and setting a corresponding value of the ppr object which marks a form submit. This blocks the ppr refresh and updates of the dom tree.