Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull latest from jquery-mobile master #1

Merged
merged 436 commits into from
Feb 18, 2014

Conversation

cmbaughman
Copy link

No description provided.

Gabriel Schulhof and others added 30 commits October 8, 2013 14:17
…6490 Not removing push/reveal wrapper if in use by another panel
…d external toolbars Fixes #6573 - demos/swipe-page: One of the two cities is absent during the transition.
…kup Fixes #6581 - Buttons with data-role="none" are enhanced
…ck button Fixes #6609 - widgets/page.dialog: Remove function close() and modify "Back" button to have data-rel="back"
…two sequential blank lines."

This reverts commit 688b0ac.
Because we now don't have to deal with the page contents wrapper, we
don't have to clone the menu to show it on wider screens.
allsteady and others added 28 commits February 6, 2014 20:59
Also replaces the immediate height update with a timed one, because the
immediate height update issued from _autogrow() is having no effect in IE.

Fixes gh-6998
Thanks go to Kangsik Kim <allsteady@gmail.com> for the idea to set scrollTop

Fixes gh-6898
This has two benefits:
1. Scrollbars will not affect the reported initial height
2. The scrollbar will not be displayed during the initial animation, only to
   disappear during the final animation frame

Fixes gh-6996
Pass hash query params into location via page's data-url
Illustrate history retention via allowSamePageTransition
Since 2451b0b both the "overlayTheme" option
and the "theme" option are transferred to the dialog's data-theme attribute,
resulting in two copies of the data-theme attribute being set on the dialog div.

If the "overlayTheme" option is not specified, the "theme" option is fanned out
to both the dialog's "theme" option as well as its "overlayTheme" option.

Fixes gh-6975
The "on" button must be an anchor for it to be focusable just like an input even
when it does not have an explicitly set tabindex. Although the input becomes
unfocusable, a focus handler that transfers focus to the "on" button is
nevertheless attached to it in case third-party code focuses the input manually.

Fixes gh-6955
Check whether the default on the event that would close the panel has been
prevented, and ignore it if so.

Fixes gh-6693
Also fixes line length issues introduced by previous commit, and adds a test to
make sure clearBtn-related markup is correctly added/removed.
Protect against outside code changes in the future from breaking the demo
Fixes gh-7008
Closes gh-7040
Also no its own module including support tests for animations and
transitions

Fixes gh-5156
Fixes gh-6816
Fixes gh-6697
Fixes gh-6895
Fixes gh-6148
Closes gh-7001
cmartinbaughman added a commit that referenced this pull request Feb 18, 2014
Pull latest from jquery-mobile master
@cmartinbaughman cmartinbaughman merged commit 8bad197 into cmartinbaughman:master Feb 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.