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.
Popup doesn't take into account positionTo on resize? #4905
Closed
Description
When I use positionTo="origin"
or positionTo="#selectors..."
I expect that after window resize popup will adjust position according to positionTo
option.
Test case:
- Open http://jquerymobile.com/test/docs/pages/popup/index.html
- Click at "Position to origin" or "Position to #codeSample" -> After this popup has correct position
- Resize browser window -> Popup will re-position related to
window
-> Not as I expect based onpositionTo
option.
Reproduced on Windows 7 SP1 x64 + Chrome (21.0.1180.83 m)