Commit graph

4484 commits

Author SHA1 Message Date
John Bender
22504c7613 switch to explicit false check to avoid undefined issues 2012-01-04 13:14:43 -08:00
John Bender
b47d9ba24e fix async loading select test issue where keepnative isn't defined in time for the leading test 2012-01-04 13:13:24 -08:00
John Bender
95073892f0 Merge branch 'amd' 2012-01-04 12:24:33 -08:00
John Bender
db42f18ed5 note about fouc 2012-01-04 12:00:17 -08:00
John Bender
c9eed4e8b7 whitespace in readme 2012-01-04 11:59:02 -08:00
John Bender
e26d7de1a9 added note about local server support for development 2012-01-04 11:58:46 -08:00
John Bender
8ea0bddccc ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-04 11:46:35 -08:00
John Bender
6e8433d395 ensure defaultTransitionHandler is defined after the navigation has been loaded 2012-01-04 11:38:32 -08:00
John Bender
223ad8daab move to reloadModule as it returns a deferred 2012-01-04 11:26:36 -08:00
John Bender
bda2834acc make sure the slider core runs before init to set keepNative properly 2012-01-04 11:23:21 -08:00
John Bender
0a48b9168f update select cached tests to use async 2012-01-04 11:10:04 -08:00
John Bender
dc3e42ec86 update listview pushstate test to use async 2012-01-04 11:08:21 -08:00
John Bender
912a7e852f init test order and other small fixes 2012-01-04 11:05:52 -08:00
John Bender
739452ded0 fixed listview tests async loading 2012-01-04 09:45:36 -08:00
Mat Marquis
573fcf8668 Updating select menu tests to match recent dialog markup changes. 2012-01-04 12:35:13 -05:00
John Bender
16391e4af9 stub define in event tests 2012-01-04 09:10:52 -08:00
John Bender
81d1f6f282 stubbed define in nav tests 2012-01-04 08:56:35 -08:00
Mat Marquis
f5794cf7c8 Fixing navigation bug caused by dialog markup changes. 2012-01-04 11:27:52 -05:00
John Bender
9c7e1b755f fix url checks to use search where appropriate 2012-01-04 08:02:31 -08:00
Mat Marquis
a502b0d831 Applied top margin to dialog headers rather than .ui-dialog, as the latter was breaking content-only dialogs meant to align with the top of the viewport. 2012-01-03 18:16:35 -05:00
Mat Marquis
9b3aefae84 Moved .ui-dialog to element wrapping dialog header/content/footer, switched overlay non-theming class to .ui-dialog-page. 2012-01-03 18:16:29 -05:00
Mat Marquis
1ffc6b007e Partial dialog refactor, in progress. 2012-01-03 18:16:23 -05:00
John Bender
d82b6aacfc update nav base tests to use new push state helper 2012-01-03 14:13:56 -08:00
Todd Parker
ac2f50bdda Merge pull request #3363 from chetankjain/patch-3
data-id is not used in Pages and Dialogs. Thanks chetankjain!
2012-01-03 08:56:46 -08:00
Todd Parker
afb18eaaa2 Merge pull request #3362 from chetankjain/patch-2
Update docs/about/getting-started.html
2012-01-01 07:16:32 -08:00
Todd Parker
d7b2a7f66f Merge pull request #3361 from chetankjain/patch-1
Update docs/pages/page-anatomy.html
2012-01-01 07:16:03 -08:00
Chetan K Jain
d7d38dca7e data-id is not used in Pages and Dialogs 2012-01-01 20:33:30 +05:30
Chetan K Jain
96b2b48f0b Update docs/about/getting-started.html 2012-01-01 20:01:22 +05:30
Chetan K Jain
b4ee437ca3 Update docs/pages/page-anatomy.html 2012-01-01 19:54:21 +05:30
Mat Marquis
5b9ca5caf0 Ensured the hover delay only applies to touch devices, logic that was mysteriously absent from my previous commit. 2011-12-30 15:58:56 -05:00
Mat Marquis
171be28a22 Added slight delay before application of hover/down classes on touch devices, to prevent unintentional hover-ish behavior when the user intent is to scroll. 2011-12-30 15:24:46 -05:00
Mat Marquis
bb2a578d6e Merge pull request #3278 from MaZderMind/fix-touchOverflow-with-lists
fix position of searchbar in touchOverflow mode
2011-12-30 10:42:16 -08:00
Todd Parker
597c25ac4a Merge pull request #3355 from agcolom/patch-52
added navbar
2011-12-30 07:17:28 -08:00
Anne-Gaelle Colom
80737f333a added navbar 2011-12-30 13:46:16 +00:00
Todd Parker
f57072fa7b Merge pull request #3326 from TylerBenziger/master
Gradient Syntax Fix
2011-12-29 15:16:25 -08:00
zachleat
e29320e711 This might be a little overzealous, but I think the outline around the entire flip switch looks better than the clipped handle outline. 2011-12-29 16:26:45 -05:00
zachleat
c4191d9bf6 Fix for browsers with JavaScript but without box-shadow enabled. outline: 0; outline-width: 2px; doesn't work, requires an outline-style to be set. 2011-12-29 16:26:45 -05:00
zachleat
328bbec94a Per @toddparker's comment, added boxshadow to link buttons. Also changed focus class on sliders to add to the handle, while excluding the toggle switch. 2011-12-29 16:26:45 -05:00
zachleat
bf58b38cb8 Nerf, you guys use tabs. 2011-12-29 16:26:45 -05:00
zachleat
07efc02c9f First stab at more consistent focus classes on form elements, using .ui-focus. Links will still contain outline property. 2011-12-29 16:26:44 -05:00
Mat Marquis
de7040047c Merge pull request #3352 from jakeboone02/issue-3350
Remove ui-btn-down class on scrollstart
2011-12-29 09:25:35 -08:00
Jake Boone
13cb24e586 Remove ui-btn-down class on scrollstart 2011-12-29 11:13:54 -05:00
Mat Marquis
60bc3fc06b Merge pull request #3344 from garann/master
Corrected fix for #3262 so it doesn't prevent buttons filling available space.
2011-12-29 07:45:17 -08:00
Ghislain Seguin
c5415307ba Fixed checkboxradio tests 2011-12-28 14:08:18 -08:00
Ghislain Seguin
1c284c1f9c Merge pull request #3349 from agcolom/patch-51
Update docs/forms/switch/options.html
2011-12-28 13:20:40 -08:00
Ghislain Seguin
cd618a266a Merge pull request #3348 from agcolom/patch-50
Update docs/forms/slider/options.html
2011-12-28 13:20:16 -08:00
Anne-Gaelle Colom
029ebc2cb7 Update docs/forms/switch/options.html 2011-12-28 21:16:43 +00:00
Anne-Gaelle Colom
39d4d86c7c Update docs/forms/slider/options.html 2011-12-28 21:13:54 +00:00
Garann Means
7a0addfd8f Corrected fix for #3262 so it doesn't prevent buttons filling available space 2011-12-27 12:00:13 -06:00
Ghislain Seguin
be0794dfd8 Forgot to add rhino, there it is 2011-12-27 09:21:19 -08:00