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
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Fix an iOS15 issue where Safari tab bar interrupts panning (#11084) (#11101)
* Fix an iOS15 issue where Safari tab bar interrupts panning (#11084) (#11089)
* fix an iOS15 issue where map stops when panning
* fix tests and lint
* Test drag pan handler does not end interaction on resize
* Move blur event reset into non-touch handlers (#11087)
* Move blur event reset into non-touch handlers
* Fix linter
* Fix/amend unit tests
* Flush task queue in rotate test
Co-authored-by: Ricky Reusser <ricky.reusser@mapbox.com>
Co-authored-by: Ricky Reusser <rreusser@users.noreply.github.com>
Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
* Removed getBoundingClientRect conflict for unit tests
* Added offsetHeight to replace getBoundingClientRect to fix unit tests
* add clientWidth and clientHeight to unit tests
* container -> map.getContainer()
* Replaced offsetWidth with clientWidth
* removing change difference in attribution and logo unit tests from v1.13.2
* Change size of container instead of canvas container to trigger resize in unit tests
* Added change in height to trigger resize
* fix to attribution.test.js
* Fixes logo.test.js to pass
* removed unneeded changes
Co-authored-by: Ricky Reusser <rreusser@users.noreply.github.com>
Co-authored-by: Vladimir Agafonkin <agafonkin@gmail.com>
0 commit comments