maggiewachs
d423d9ec79
changed the folder name from 'sliders' to slider
2011-09-28 11:00:56 -04:00
maggiewachs
c1b1d5c1a6
removed old file
2011-09-28 11:00:44 -04:00
maggiewachs
658433b89c
changed the folder name from 'sliders' to slider
2011-09-28 11:00:37 -04:00
John Bender
9acbcb3b15
add test to guarantee that getEncodedText does not return html
2011-09-27 15:55:44 -07:00
John Bender
d816fe1ec1
tests for getEncodedText helper and issue #2547
2011-09-27 15:48:52 -07:00
John Bender
ac0288a5ba
create getEncodedText helper and update custom select for use Fixes #2547
2011-09-27 15:19:35 -07:00
scottjehl
3a337e98c7
Merge remote branch 'origin/master'
2011-09-27 16:27:23 -04:00
maggiewachs
4893f5d2eb
removed old file
2011-09-27 16:01:46 -04:00
maggiewachs
c342f7b8d3
removed - changed folder name
2011-09-27 16:00:56 -04:00
maggiewachs
5093d28d59
updated the nav link to textinputs
2011-09-27 16:00:03 -04:00
maggiewachs
d77849a9ac
changed the folder name to something more descriptive (textinputs rather than texts), and corrected the documentation language (several factual errors)
2011-09-27 15:59:39 -04:00
scottjehl
083f69d018
Undeleted some "features" that seemed to keep bugs at bay. Fixes #2545 . Fixes #2476
2011-09-27 15:17:25 -04:00
toddparker
08736c3dda
Merge remote branch 'origin/master'
2011-09-27 13:38:11 -04:00
toddparker
8669913fa7
Removed outdated device photo from intro page
2011-09-27 13:37:50 -04:00
scottjehl
fdc48805e9
Merge remote branch 'origin/master'
2011-09-27 12:37:17 -04:00
scottjehl
9b86fddf89
disabled touch overflow scrolling by default. overridable through $.mobile.touchOverflowEnabled.
2011-09-27 12:37:10 -04:00
scottjehl
47480d69f9
when touch overflow scrolling is supported and enabled, user scaling can create serious usability issues where it's difficult to get zoomed back out. This disables user scaling when that overflow scrolling is enabled (currently only projected for ios5 support)
2011-09-27 12:36:24 -04:00
scottjehl
1ad3eeaf98
accelerate elements within the page in touch-enabled scenarios to prevent hidden elements (not just blinking, but flat-out disappearing)
2011-09-27 12:34:17 -04:00
toddparker
8e2f6fa341
Fixed a code typo in the theme example
2011-09-26 16:22:55 -04:00
toddparker
72535d11b3
Added improved collpsible theming docs
2011-09-26 16:21:32 -04:00
Kin Blas
a975878fb4
Disabled the workaround for issue 785 (jQM text input forces use of iOS auto-correction) on iOS 5 devices since it appears to be fixed. This is still a problem on iOS 4.x and earlier.
...
- We don't have a specific test for iOS 5 so we use $.support.touchOverflow as an iOS 5 and later indicator. Yes, I feel dirty.
2011-09-26 11:39:30 -07:00
Kin Blas
6cd1e1b141
Fix for issue 2529 - Transition to the same page
...
- Added a new allowSamePageTransition option to the changePage() method default settings.
By default, we prevent changePage() requests when the fromPage and toPage are the same element, but folks that generate content manually/dynamically and reuse pages want to be able to transition to the same page. To allow
this, they will need to change the default value of allowSamePageTransition to true, *OR*, pass it in as an option when they manually call changePage().
It should be noted that our default transition animations assume that the formPage and toPage are different elements, so they may behave unexpectedly. It is up to the developer that turns on the allowSamePageTransitiona option
to either turn off transition animations, or make sure that an appropriate animation transition is used.
// To toggle the default behavior for all changePage() calls,
// set the default value of allowSamePageTransition to whatever
// you want it to be. The default is false.
$.mobile.changePage.defaults.allowSamePageTransition = true;
// To specify the behavior when manually calling changePage(),
// pass it as an option. If not specified, the default value
// specified by $.mobile.changepage.defaults.allowSamePageTransition
// is used.
$.mobile.changePage( "#reused-page", { allowSamePageTransition: true } );
2011-09-26 10:23:47 -07:00
Todd Parker
86ab89497a
Merge pull request #2522 from bobbravo2/patch-1
...
fixed typos and added @deprecated note to the $.mobile.addResolutionBreak. Thanks bobbravo2!
2011-09-26 07:10:20 -07:00
Ghislain Seguin
1477950a3f
Merge pull request #2526 from MauriceG/patch-5
...
correcting typos and use consistent titling "Theming buttons"
2011-09-25 16:12:47 -07:00
Maurice Gottlieb
362cab5343
correct typos and use consistent titling "Theming buttons"
2011-09-26 01:29:41 +03:00
Todd Parker
4ca42592c1
Merge pull request #2525 from MauriceG/patch-4
...
correct some typos and correction for #2524 . Thanks MauriceG!
2011-09-25 11:43:09 -07:00
Maurice Gottlieb
8539423a56
correct some typos and correction for #2524
2011-09-25 20:36:32 +03:00
gseguin
6db3ca1390
Fix for #2524
...
Fix collapsible docs to match actual behavior
2011-09-25 08:22:53 -07:00
gseguin
5bd72c7b96
Merge branch 'collapsible-redesign'
2011-09-24 22:12:22 -07:00
gseguin
16c34ce3ac
Behavior changed, fixed test
2011-09-24 22:02:18 -07:00
gseguin
276f27fbfa
Fixed missing top corner on collapsible set with only one collapsible
2011-09-24 21:58:04 -07:00
gseguin
3ecbf8e383
Simplified code. Don't add data-* attr if not set by user
2011-09-24 21:41:20 -07:00
gseguin
553de2d265
Unit tests for collapsible and collapsible-set following commit bdaa477f68
2011-09-24 17:24:07 -07:00
gseguin
bdaa477f68
Fix for #1899
...
Added data-content-theme to style the content of the collapsible
data-theme and data-content-theme inherit collapsible-set's
2011-09-24 17:22:55 -07:00
Robert Gregor
a41c2ce8d1
fixed typos and added @deprecated note to the $.mobile.addResolutionBreakpoints method
2011-09-24 17:31:35 -03:00
scottjehl
e81e3b19c0
fixed positioning of selects in touch overflow scroll mode. Fixes #2415
2011-09-24 01:00:42 -04:00
scottjehl
23e79fb1db
better fix for the ios5 height issue with the bottom of the page.
2011-09-24 00:55:50 -04:00
scottjehl
52e1022697
adjusted the fallback heights. addresses the ios5 fixed footer alignment described in issue #2415
2011-09-24 00:33:44 -04:00
scottjehl
e794ad0f11
Merge remote branch 'origin/master'
2011-09-24 00:04:42 -04:00
scottjehl
569d55acf9
addresses issue #2415 - applying a transform gets rid of the element peekaboos for headers, and other content in the page. We'll need to monitor this one this week and see what the memory impact is before keeping it.
2011-09-24 00:04:34 -04:00
John Bender
e8f87f864f
test to cover text inputs without types
2011-09-23 20:45:55 -07:00
John Bender
aa679a9b0f
add inputs without a type to the text input list Fixes #2205
2011-09-23 20:44:48 -07:00
John Bender
3d88760019
whitespace in mobile forms textinput
2011-09-23 20:43:56 -07:00
John Bender
20810a00e5
test to verify removal of child menupages
2011-09-23 16:32:56 -07:00
John Bender
f029230e3a
handle all dialog closing cases
2011-09-23 16:32:56 -07:00
John Bender
4852491f9e
test for new core helpers
2011-09-23 16:32:56 -07:00
John Bender
eca88ea818
quick rename to addDependents
2011-09-23 16:32:56 -07:00
John Bender
890c96146e
test core helpers
2011-09-23 16:32:56 -07:00
John Bender
76eb594cd1
fix nav test to use close button in dialog and not data rel back
2011-09-23 16:32:56 -07:00
John Bender
e741bc2da6
force close logic of custom select to run when close is clicked, centralize the binding for pagehide.remove
2011-09-23 16:32:56 -07:00