This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Bug in pagecontaner.js (v1.4.x) #7177
Closed
Description
Pagecontaner widget has _handleDestination private method. The last 'if' statement in this method contains comparison:
history.stack[0].url !== history.initialDst.replace( $.mobile.dialogHashKey, "" )
However this comparison always evaluates to true because left part refers to full URL and the right part refers to just the hash part (with the # stripped out).