Ghislain Seguin
fe29c2adf7
Moved the pagecreate handler registration for controlgroups to the init IIFE so it's executed after all required widgets have registered theirs
2012-01-20 09:35:36 -08:00
toddparker
b0d261ebe0
Switched from line-height to text-indent to accessibly hide buttons. Fixes #1927
...
Was causing an vertical scroll bar to appear in FF9 if a button at the
end of the content div is disabled / enabled. Changed '''line-height:
999px''' to '''text-indent: -9999px'''. Thanks n0v1!
2012-01-19 17:34:57 -05:00
Josh Dean
ba9d5a47e5
Added test for issue #3141
2012-01-19 09:26:33 -08:00
Josh Dean
a23f0d3a0e
Update to buttonMarkup to use appropriate data selector
2012-01-19 09:20:05 -08:00
Ghislain Seguin
e4453aceb4
Save the fixture after the enhancement, then start
2012-01-18 23:12:37 -08:00
Ghislain Seguin
0a81d6d463
Merge pull request #3441 from imjoshdean/fix-3351
...
Fix to #3351 , dialogs reopening when attempting to close them
2012-01-18 16:09:26 -08:00
Ghislain Seguin
ed124bf237
Merge pull request #3442 from imjoshdean/master
...
Bug fix for #3141 : Prevent inputs with unnecessary data-role button from being double enhanced
2012-01-18 15:59:41 -08:00
Ghislain Seguin
96d339eee2
Added fixed toolbar stylesheet
2012-01-18 15:09:26 -08:00
Ghislain Seguin
0c997501ac
Removed @import statement, they belong in jquery.mobile.css
2012-01-18 15:08:48 -08:00
Ghislain Seguin
8fe6483e64
Removed @import for jquery.mobile.headerfooter.css
2012-01-18 15:07:31 -08:00
Ghislain Seguin
1d1b601947
Merge pull request #3451 from eddiemonge/caching
...
Show me the cache
2012-01-18 13:59:36 -08:00
Ghislain Seguin
1950602dcb
Switched to using AMD loader and $.testHelper.reloadModule instead of $.testHelper.reloadLib
2012-01-18 11:11:35 -08:00
John Bender
2034c3607e
update button markup test to use the fixed toolbar
2012-01-18 10:48:14 -08:00
scottjehl
8b20b6a50e
added unit tests for new fixedtoolbar plugin
2012-01-19 00:19:36 +07:00
scottjehl
d6d606a212
fixed the slider z index to prevent conflicts with toolbar
2012-01-19 00:19:20 +07:00
scottjehl
f00e3a1164
added new fixedToolbar plugin (its matching css is already in from the previous messy merge). Docs page is updated to match the new preferred syntax (no changes in API, however)
2012-01-19 00:19:06 +07:00
scottjehl
a4b7673c12
defined touchOverflowEnabled in core
2012-01-19 00:17:40 +07:00
scottjehl
a5fd5f235e
removed files for previous fixed toolbars implementation
2012-01-19 00:15:27 +07:00
scottjehl
c3b2d7963b
removed internal use of the touchOverflowEnabled flag. It'll remain defined until next major release, however. Now in core.
2012-01-19 00:15:09 +07:00
scottjehl
da964300dc
removed disable zoom function from init
2012-01-19 00:13:13 +07:00
John Bender
f2802bdc65
reverted fixed toolbar merge, there are some issues with the branch that need to be addressed
2012-01-17 21:46:28 -08:00
Eddie Monge
7bee003ad9
Show me the cache
2012-01-17 16:03:38 -08:00
John Bender
ca0c1a9c61
fix test errors relying on require after switching back to synchronous load
2012-01-17 15:07:55 -08:00
John Bender
90b0f9ace3
use helper method to get page data to prevent dialog failures
2012-01-17 14:39:10 -08:00
Mat Marquis
86fd94288a
Fixes #3448 — Added missing .
2012-01-17 17:16:23 -05:00
Mat Marquis
806e27d675
Additional meta information (grouping/required).
2012-01-17 14:05:23 -05:00
John Bender
461469e366
fix transition tests for older versions of firefox
2012-01-17 09:11:26 -08:00
John Bender
020f4b7db6
seperate transition tests, whitespace
2012-01-17 09:11:26 -08:00
scottjehl
57338ef99c
filename
2012-01-18 00:06:56 +07:00
scottjehl
5704f4c12a
Moved a rule to fixedToolbar.css
2012-01-18 00:06:47 +07:00
scottjehl
5d30cdb50d
Merge remote branch 'origin/master'
2012-01-18 00:06:18 +07:00
scottjehl
57af436ab6
Merge branch 'fixedtoolbar'
...
Conflicts:
Makefile
css/structure/index.php
css/structure/jquery.mobile.core.css
css/structure/jquery.mobile.forms.slider.css
css/structure/jquery.mobile.transitions.fade.css
css/themes/default/jquery.mobile.css
css/themes/default/jquery.mobile.theme.css
docs/pages/page-transitions.html
js/jquery.mobile.core.js
js/jquery.mobile.define.js
js/jquery.mobile.docs.js
js/jquery.mobile.fixHeaderFooter.js
js/jquery.mobile.fixHeaderFooter.native.js
js/jquery.mobile.forms.button.js
js/jquery.mobile.forms.select.custom.js
js/jquery.mobile.init.js
js/jquery.mobile.js
js/jquery.mobile.navigation.js
js/jquery.mobile.support.js
js/jquery.mobile.transition.flip.js
js/jquery.mobile.transition.flow.js
js/jquery.mobile.transition.js
js/jquery.mobile.transition.pop.js
js/jquery.mobile.transition.slide.js
js/jquery.mobile.transition.slidedown.js
js/jquery.mobile.transition.slideup.js
js/jquery.mobile.transition.turn.js
tests/jquery.testHelper.js
tests/unit/listview/listview_core.js
tests/unit/support/index.html
2012-01-18 00:05:45 +07:00
scottjehl
c4df92203d
required core and now unit tests are passing again
2012-01-17 12:34:47 +07:00
scottjehl
8e9ad05507
updated unit test page to use require loader
2012-01-17 12:28:06 +07:00
toddparker
f53ac0da7f
Speedier transition timing
...
Also added duration to some rules to tweak timing and make them more
reliable
2012-01-16 23:41:37 -05:00
Josh Dean
240505a433
Fix to #3351 , dialogs reopening when attempting to close them
2012-01-16 18:38:58 -06:00
Josh Dean
fcbc042e84
Prevent inputs with unnecessary data-role button from being double enhanced
2012-01-16 18:23:14 -06:00
toddparker
956075cbff
Faster fade in (225ms vs 300) and out (100ms vs 150) to see if this feels snappier.
2012-01-16 18:26:52 -05:00
toddparker
1f5fcda09d
Moved all the custom CSS transition code into the custom file to make the transition page simpler
2012-01-16 18:17:45 -05:00
Mat Marquis
2c34b82e69
Merge pull request #3398 from garann/master
...
fix for duplicate/incorrect enhancement of buttons
2012-01-16 15:04:56 -08:00
Mat Marquis
bd0bdfd77e
Removed fixed header/footer on transition pages that was previously causing Android to render box-shadows incorrectly/sulk in the corner; created separate page for custom transition documentation.
2012-01-16 17:51:11 -05:00
Mat Marquis
0172ff88d7
Setting .ui-mobile/.ui-mobile to height: 99.9% prevents a vertical scrollbar on dialog pages, in Firefox.
2012-01-16 16:07:37 -05:00
John Bender
f4faec7872
temprorary fix for failing checkbox radio test
2012-01-13 16:22:37 -08:00
Mat Marquis
d2fa7e214a
Added meta info to jQuery Core file.
2012-01-13 17:31:35 -05:00
John Bender
5c1fc9540b
guarantee the page reset in the listview tests has completed before continuing
2012-01-13 14:28:50 -08:00
Mat Marquis
877599dd6c
Added meta information for download builder.
2012-01-13 17:27:58 -05:00
Mat Marquis
6e8fb254a6
Updated and DRY’d transition/3D-transform support tests for Firefox.
2012-01-13 15:49:21 -05:00
John Bender
e5d1b11328
switched init tests to new default css
2012-01-13 12:25:33 -08:00
John Bender
8debe792e0
switched to new default css with imports in select cached tests
2012-01-13 12:22:02 -08:00
John Bender
67ae0eb0bc
use the first dialog in a document as a page when no pages exist Fixes #3275
2012-01-13 10:55:28 -08:00