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
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Popup and page both abort closing transitions when the user navigates to another page (AJAX or HTTP). However, panel performs the closing transition before allowing HTTP navigation. This is inconsistent. Thus, we must remove the "click a:jqmData(ajax='false')" handler, and make sure that #6693 continues to be fixed.
Popup and page both abort closing transitions when the user navigates to another page (AJAX or HTTP). However, panel performs the closing transition before allowing HTTP navigation. This is inconsistent. Thus, we must remove the
"click a:jqmData(ajax='false')"handler, and make sure that #6693 continues to be fixed.