scottjehl
4bb63a315c
for now, removed any difference between framework transition defaults and the docs. We might want to bring this back and recommend it though - I'm not sure how easy it'll be to bring it in standard with the ability to configure.
2012-01-13 17:27:02 +07:00
scottjehl
1e6e411278
removed unused image
2012-01-13 17:27:02 +07:00
Todd Parker
609397dda4
More loader tweaks
2012-01-13 17:27:02 +07:00
Todd Parker
7c160b77af
Loader design tweaks
...
Removed the spin class from the loader container, tweaked opacity and
added slight glow to bottom of loader, increased padding. Downloaded a
fresh loader image.
2012-01-13 17:27:02 +07:00
scottjehl
1435e0b49e
added loader test page for local testing
2012-01-13 17:27:02 +07:00
scottjehl
fe5ef1aea9
gif loader style updates
2012-01-13 17:27:02 +07:00
scottjehl
88914e01a4
gif loader styles
2012-01-13 17:27:01 +07:00
scottjehl
b46b4220dc
removed code to set css3transitionhandler as the default
2012-01-13 17:27:01 +07:00
scottjehl
f50e029bac
hard-set opacity for "out" to prevent blinks
2012-01-13 17:27:01 +07:00
scottjehl
e830f6221b
added fade out in transition handler file
2012-01-13 17:27:01 +07:00
scottjehl
eda70bd3b3
added fade out in transition handler
2012-01-13 17:27:01 +07:00
scottjehl
1a78cc86c3
gif-based loader animation
2012-01-13 17:27:01 +07:00
scottjehl
6a28fd4b13
removed commented out line
2012-01-13 17:27:01 +07:00
scottjehl
7a8821fb71
Much of the scripting in nav.js's transitionPages function was tied to the animation sequence for our css3transitionhandler. For example, the order was, scroll to top, run transitions, then scroll to the remembered location of the new page (there's more involved, but that's the gist of it). If we want to expand beyond this sequence, much of that scripting needs to move to the css3transitionhandler itself, and also to our "none" transition handler, which comes with nav model.
...
This commit moves all that logic into the transition handlers, and should provide a better starting point for adding different transition sequences, such as fade-out, scroll, fade-in.
In the process of making this change, the reFocus function was made public as $.mobile.focusPage.
2012-01-13 17:27:01 +07:00
Ghislain Seguin
70c4f9f0a5
Fixes #3394 - jquery.mobile.init was not being included in the built bundle
2012-01-13 17:26:21 +07:00
Ghislain Seguin
22ec6cf3ed
Fixed wrong line break
2012-01-13 17:26:21 +07:00
Mat Marquis
42536ecafe
Added download builder metadata.
2012-01-13 17:26:21 +07:00
John Bender
6b0d9dd2d0
conceding defeat on determining the load order issue that's causing the test failure
2012-01-13 17:25:56 +07:00
John Bender
4650f57222
remove duplicate test run
2012-01-13 17:25:56 +07:00
John Bender
21394cb5e5
check to make sure cached test page appears
2012-01-13 17:25:56 +07:00
jblas@adobe.com
c1a61aa6a8
Corrected the title for the functional test.
2012-01-13 17:25:56 +07:00
jblas@adobe.com
d4c7123c85
Fix for issue #2933 - get_orientation() and hence getScreenHeight() doesn't work on some devices
...
It seems that some device/browser vendors use window.orientation values 0 and 180 to denote the "default" orientation. For iOS devices, and most other smart-phones tested, the default orientation is always "portrait", but in some Android and RIM based tablets, the default orientation is "landscape".
- Modified the orientationchange plugin so that it injects a landscape orientation media query into the document to figure out what the initial orientation is, it then makes adjustments to a portrait_map if necessary, so that we can properly decode the window.orientation value whenever get_orientation() is called.
2012-01-13 17:25:55 +07:00
John Bender
bf39926d0d
enforce test order ... dying a little inside
2012-01-13 17:25:55 +07:00
Eddie Monge Jr
01d1ce2342
increase java cache size
2012-01-13 17:25:55 +07:00
John Bender
384e8979f3
remove submodule update note
2012-01-13 17:25:55 +07:00
John Bender
fdcfd54172
vendor r.js and require.js
2012-01-13 17:25:55 +07:00
John Bender
8b08b65676
remove requirejs and r.js submodules in favor of vendoring the libraries
2012-01-13 17:25:55 +07:00
John Bender
5365928b40
add submodule update/init to readme
2012-01-13 17:25:55 +07:00
John Bender
6688882ef2
remove define stub, it's now stubbed through including jquery.mobile.define.js in js/index.php
2012-01-13 17:25:54 +07:00
John Bender
0c006605d1
obviate the need for stub definition of define when using vanilla /js require
2012-01-13 17:25:54 +07:00
John Bender
b3d1b49008
update functional tests to use requirejs
2012-01-13 17:25:54 +07:00
John Bender
4ca0e94b73
add ui-mobile-rendering to docs to temprarily prevent fouc with async load. @gseguin to address with jqm-docs.js change
2012-01-13 17:25:54 +07:00
John Bender
b3048e4be5
switch to explicit false check to avoid undefined issues
2012-01-13 17:25:54 +07:00
John Bender
921ab705f5
fix async loading select test issue where keepnative isn't defined in time for the leading test
2012-01-13 17:25:54 +07:00
John Bender
b3c4b8f939
note about fouc
2012-01-13 17:25:54 +07:00
John Bender
bb240a55a6
whitespace in readme
2012-01-13 17:25:54 +07:00
John Bender
67967318d4
added note about local server support for development
2012-01-13 17:25:53 +07:00
John Bender
799c0b6b5b
ensure defaultTransitionHandler is defined after the navigation has been loaded
2012-01-13 17:25:53 +07:00
John Bender
fe32fd5b17
ensure defaultTransitionHandler is defined after the navigation has been loaded
2012-01-13 17:25:53 +07:00
John Bender
d347be825c
move to reloadModule as it returns a deferred
2012-01-13 17:25:53 +07:00
John Bender
c50310bfab
make sure the slider core runs before init to set keepNative properly
2012-01-13 17:25:53 +07:00
John Bender
3890539f8f
update select cached tests to use async
2012-01-13 17:25:53 +07:00
John Bender
9747f2ce87
update listview pushstate test to use async
2012-01-13 17:25:53 +07:00
John Bender
5a6c8b145e
init test order and other small fixes
2012-01-13 17:25:53 +07:00
John Bender
a85a5bc537
fixed listview tests async loading
2012-01-13 17:25:52 +07:00
Mat Marquis
6148cf9229
Updating select menu tests to match recent dialog markup changes.
2012-01-13 17:25:52 +07:00
John Bender
79c7590660
stub define in event tests
2012-01-13 17:25:52 +07:00
John Bender
6795eb37c9
stubbed define in nav tests
2012-01-13 17:25:52 +07:00
Mat Marquis
3d62715b3c
Fixing navigation bug caused by dialog markup changes.
2012-01-13 17:25:52 +07:00
John Bender
7ba4547aa3
fix url checks to use search where appropriate
2012-01-13 17:25:52 +07:00