Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Issue #4535: Modified click handler to remove the call to window.history... #4536

Closed
wants to merge 1 commit into from

Conversation

dcarrith
Copy link
Contributor

....back() which was contributing to jumpiness of transitions (especially noticeable on Android) and used urlHistory instead (see issue #4535 for more info). Also updated a line of code in jquery.mobile.transition.js to retrieve the toPageScrollTo that's passed along. Also updated the test for popup_core.js since there was one test failing which was not related to my changes, and only seemed to be a timing issue since changing line 368 to have a timeout length of 700 instead of 600 allowed the test to pass.

…ory.back() which was contributing to jumpiness (especially noticeable on Android) and used urlHistory instead. Also updated a line of code in jquery.mobile.transition.js to retrieve the toPageScrollTo that's passed along. Also updated the test for popup_core.js since there was one test failing which was not related to my changes, and only seemed to be a timing issue since changing line 368 to have a timeout length of 700 instead of 600 allowed the test to pass.
@dcarrith
Copy link
Contributor Author

Sorry, I just noticed that two of the variable names I used for debugging go against the standard coding style. I'll fix and submit a new pull request.

@dcarrith dcarrith closed this Jun 17, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant