You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem for non-modal request, where AjaxModalExtension calls event.stopImmediatePropagation() for every non-modal state retrieved. Therefore no other popstate handlers will be run, even from other extensions or unrelated page scripts (if they were added after this callback).
Originally this event.stopImmediatePropagation() has been added for preventing extra request when closing modal which has been opened with data-naja-snippet-cache="off". In that case, there was an unnecessary request made.
The text was updated successfully, but these errors were encountered:
There is a problem for non-modal request, where
AjaxModalExtension
callsevent.stopImmediatePropagation()
for every non-modal state retrieved. Therefore no other popstate handlers will be run, even from other extensions or unrelated page scripts (if they were added after this callback).Originally this
event.stopImmediatePropagation()
has been added for preventing extra request when closing modal which has been opened withdata-naja-snippet-cache="off"
. In that case, there was an unnecessary request made.The text was updated successfully, but these errors were encountered: