scottjehl
f779416c8d
moved touchOverflowEnabled setting to global config, class is applied through page plugin. False by default. No longer dependent on fixed headers and footers.
2011-12-26 16:30:00 +07:00
scottjehl
5de358b8a5
make sure all page classes are removed at destroy
2011-12-20 17:45:38 +07:00
scottjehl
aae2d1b22c
ensure tapping the toolbar itself (or something in it) will not trigger a toggle of the toolbars.
2011-12-20 17:44:20 +07:00
scottjehl
d442a0bc0f
removed commented-out code for polyfilling fixed support - it wouldn't have worked as we'd want it to anyway.
2011-12-20 17:38:05 +07:00
scottjehl
6bc63b7f09
fixed the page class name for fullscreen to include "header" or "footer". Also improved the show and hide methods so that they don't apply a transition when showing or hiding a toolbar that is fixed (not fullscreen) when the user is scrolled to the top or bottom of the viewport already.
2011-12-20 17:38:05 +07:00
scottjehl
16f73e737f
removed the hideOnScrollStop option and feature - too complicated for a default option. Might be worth supporting as an extension though.
2011-12-20 17:38:05 +07:00
scottjehl
deadbe67b2
changed scrollToggle to hideOnScrollStop, which does just that. It only works if tapToggle is true, so that once hidden, the bar can be toggled visible again with a tap.
2011-12-20 17:38:05 +07:00
scottjehl
6aa3e384fe
fixed the restorePageZoom method so that it does what it says on the tin.
2011-12-20 17:38:05 +07:00
scottjehl
32a2e34e07
patched up support for transition: "none" rather than false, for consistency with other uses of the option in jQM.
2011-12-20 17:38:05 +07:00
scottjehl
103f409c47
added new script and associated styles for handling "fixed" toolbars using native support for CSS position: fixed, where possible. Non-supporting platforms will fall back to inline positioning, either by gracefully degrading on their own or by opting them out through a blacklist (fixed positioning detection's got issues...).
...
unit tests and api documentation coming next, but for the most part, the API is the same as before.
2011-12-20 17:38:05 +07:00
scottjehl
69324e31f0
removed disablezoom function from init
2011-12-20 17:38:05 +07:00
scottjehl
b7bd8b0451
removed fixHeaderFooter files
2011-12-20 17:38:04 +07:00
John Bender
f5c5c9a19a
support 1.6.4 to 1.7.0 by defaulting to just props where the mouseHooks haven't been added
2011-12-19 13:14:42 -08:00
John Bender
75b50f2c88
add mouse event props to virtual mouse events Fixes #3280
2011-12-15 15:40:07 -08:00
John Bender
c7e1bf0c14
update jquery to 1.7.1 Fixes #2965 , #3267
2011-12-15 10:35:53 -08:00
Mat Marquis
d05ba205e3
Fixes #3238 — Seems markup structure was changed at some stage, making the ‘aria-hidden=true’ attribute a little over-reaching. Removed.
2011-12-15 12:41:18 -05:00
John Bender
15f1c6de66
wait to focus page header until after mobile rendering class is stripped Fixes #2965
2011-12-14 14:48:38 -08:00
John Bender
c716ab707a
take closestParentPage off of $.fn
2011-12-09 14:39:57 -08:00
John Bender
851f6d4c67
Merge pull request #3171 from eddiemonge/issue_3169.2
...
Not using YUI for js so removing this line
2011-12-09 14:00:59 -08:00
John Bender
c49eac6e67
added commentary on selector perf and whitespace
2011-12-09 12:36:19 -08:00
John Bender
978762dc67
centralized method for finding closest page data
2011-12-09 12:17:20 -08:00
John Bender
2b49d382d8
Merge branch 'master' of https://github.com/eromba/jquery-mobile into eromba-master
2011-12-09 11:50:15 -08:00
John Bender
1742820c17
removed dead code path in slider
2011-12-07 10:03:01 -08:00
John Bender
c45160973a
Merge branch 'eugenb1-patch-1'
2011-12-06 16:10:12 -08:00
John Bender
c0b857ab5e
fixed closure compiler warning for missing while block
2011-12-06 15:56:28 -08:00
John Bender
3f9bca14a6
Revert "Merge pull request #3172 from eddiemonge/issue_3169.1"
...
This reverts commit 9e58b93cc5 , reversing
changes made to 97bad66016 .
2011-12-06 15:53:06 -08:00
John Bender
9066a0b932
Merge branch 'patch-1' of https://github.com/eugenb1/jquery-mobile into eugenb1-patch-1
2011-12-06 15:18:07 -08:00
John Bender
9e58b93cc5
Merge pull request #3172 from eddiemonge/issue_3169.1
...
Update IE checker code for compiler
2011-12-06 14:33:08 -08:00
John Bender
cbaa42d63c
default emptry string val to 0 on refresh Fixes #3029
2011-12-05 15:38:25 -08:00
Marcus Lunzenauer
98b6ea3fb4
fix list item pruning while filtering
2011-12-02 11:57:55 +01:00
Jake Boone
1e669734c3
Spelling correction in jquery.mobile.fixHeaderFooter.js.
2011-12-01 15:33:18 -05:00
Eugen Bolz
27f49f0dcf
Slider: use also option text as title
2011-11-29 08:35:18 +01:00
Eddie Monge
43d83e2ef9
Not using YUI for js so removing this line
2011-11-26 12:27:31 -08:00
Eddie Monge
26dc452dc9
Update IE checker code for compiler
2011-11-26 12:21:18 -08:00
John Bender
3e47bff3ff
whitespace and spelling correction
2011-11-23 13:30:40 -08:00
jrowny
1597d756d8
slider step, remove round clean up code a bit
2011-11-23 13:30:40 -08:00
jrowny
e09374b41d
add slider step support from jQuery UI
2011-11-23 13:30:40 -08:00
jrowny
7d204230f0
Add slider step support from jQuery UI
2011-11-23 13:30:40 -08:00
Kin Blas
2b40784c4e
Merge pull request #3122 from hpbuniat/closestEnabledButton-speedup
...
Minor performance optimization for closestEnabledButton in buttonMarkup
2011-11-21 16:35:19 -08:00
Ethan Romba
a8c04855b4
Issue #3081 : Range inputs on dialogs don't degrade
...
The degradeInputs plugin bails early for pages that do not have
data-role="page". This behavior prevented range inputs (for slider widgets)
from degrading properly when used in dialogs.
Updated degradeInputs unit tests to check dialogs, too.
2011-11-21 16:47:14 -06:00
John Bender
7c62253ee5
Merge pull request #3097 from eddiemonge/intro
...
Old file that was replaced by license.txt in the root folder
2011-11-21 14:40:01 -08:00
John Bender
c80428062a
move to hasClass check to avoid psuedo selector slowdown
2011-11-21 13:09:00 -08:00
Thomas Lallement
9d6ca3cc11
Edited js/jquery.mobile.navbar.js via GitHub
2011-11-21 13:09:00 -08:00
John Bender
6f00d35db8
move pagechange binding for textarea autogrow outside the check for text content
2011-11-21 10:15:47 -08:00
Hans-Peter Buniat
f3f5ba62e5
changed $.inArray to indexOf in closestEnabledButton - see http://jsperf.com/fsdsgt4
2011-11-20 23:32:14 +01:00
Eddie Monge
ff6a349229
Old file that was replaced by license.txt in the root folder
2011-11-17 17:47:06 -08:00
Ghislain Seguin
3542c9c0b1
Merge pull request #3008 from eddiemonge/live-delegate
...
Change .live() to .delegate()
2011-11-17 15:13:29 -08:00
Mat Marquis
a0ec2eb4f3
Fixes #3086 — Windows Phone 7 seems unable to use find() for an attribute-based selector, in this context.
2011-11-17 18:08:05 -05:00
Ghislain Seguin
3d17a69d8b
Merge pull request #3010 from gseguin/issue-2905
...
Decoupled collapsible and collapsible set
2011-11-17 09:35:05 -08:00
Mat Marquis
ff93c76037
Fixes #3041 — Cleans up the support test for Opera Mini and opts it out of fixed toolbar behavior.
2011-11-16 17:13:13 -05:00