Commit graph

2673 commits

Author SHA1 Message Date
Ghislain Seguin
ebd4eeced0 Fix for issue #1929 (second attempt) 2011-06-24 21:13:46 -07:00
Ghislain Seguin
6b1343d946 Added test to catch previous breakage caused by buttons having class 'ui-btn-corner-all' 2011-06-24 20:49:16 -07:00
Ghislain Seguin
66aed02180 Disabled tests for issue #1929 until I find a better fix for it 2011-06-24 20:13:12 -07:00
Ghislain Seguin
00297af2ab Revert "Fixed issue #1929" as it is breaking horizontal controlgroups
This reverts commit 226873d988.
2011-06-24 20:08:51 -07:00
Ghislain Seguin
e0042cf58d Added unit tests for controlgroup 2011-06-24 16:13:41 -07:00
Ghislain Seguin
50a26155e0 Merge remote-tracking branch 'upstream/master' 2011-06-24 16:13:02 -07:00
Ghislain Seguin
226873d988 Fixed issue #1929 2011-06-24 16:11:54 -07:00
scottjehl
2e79a1aa33 updated the Valencia theme to match the active state changes for checks & radios. 2011-06-24 12:50:05 -04:00
Ghislain Seguin
9cf884eabb Coding standards 2011-06-24 12:40:01 -04:00
Ghislain Seguin
7a14f2ef15 Fixed checkbox/radio unit tests to match new active classes 2011-06-24 12:40:01 -04:00
scottjehl
9f07a1cfb2 ensure that the active button state is still applied to check and radio sets that don't have icons 2011-06-24 12:40:01 -04:00
Ghislain Seguin
ffdab6ff32 Fixed a glitch in the icon class name generation. It was adding ui-icon-ui-icon-checkbox-off to the checkbox icon element (2x ui-icon) and similar to radio icon element 2011-06-24 12:40:01 -04:00
Ghislain Seguin
9c3ebe07ea Added state class to label of checkbox/radio 2011-06-24 12:40:01 -04:00
Ghislain Seguin
3ab9665ddd Fixed icons offset 2011-06-24 12:40:00 -04:00
scottjehl
5a4b5f3206 Implemented the new design for checkboxes and radios as proposed by @toddparker. 2011-06-24 12:40:00 -04:00
scottjehl
037a589d6e Merge remote branch 'origin/master' 2011-06-24 12:39:42 -04:00
Scott Jehl
e8a973f46a Merge pull request #1710 from gseguin/issue-1338
Issue 1338
2011-06-24 09:16:01 -07:00
scottjehl
5b147580e6 Merge branch 'issue-1338' of https://github.com/gseguin/jquery-mobile into gseguin-issue-1338 2011-06-24 12:12:33 -04:00
Scott Jehl
b3ad908afa Merge pull request #1891 from cburgdorf/patch-1
Some jslint fixes. Corrected curly braces on new line and ==/=== issues
2011-06-24 08:53:46 -07:00
Scott Jehl
4443e9b761 Merge pull request #1919 from jgable/master
Fix for Typo in Docs; forms-selects.html
2011-06-24 08:41:06 -07:00
jacob4u2
c24b4d813b Typo in docs; if -> is, forms-select.html 2011-06-23 21:20:30 -05:00
Kin Blas
5ed85a8fe6 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-06-23 16:42:20 -07:00
Kin Blas
53d375cd0a Unit test for issue #1913 - unnecessary ajax call and duplicate DOM nodes when refreshing a page with a dialog visible. 2011-06-23 16:41:26 -07:00
Kin Blas
19031c6492 Merge pull request #1914 from sunpig/refreshdialog
Fix issue 1913 - unnecessary ajax call and duplicate DOM nodes when refreshing a page with a dialog visible.
2011-06-23 16:40:32 -07:00
Martin Sutherland
83973b429b Fix issue 1913 - unnecessary ajax call and duplicate DOM nodes when refreshing a page with a dialog visible 2011-06-23 18:33:06 +02:00
toddparker
c81b8cc181 Removed duplicate entry for Opera Mini (5.0-6.0) under C grade. It's B grade folks. 2011-06-22 14:49:13 -04:00
Kin Blas
4c8d7237df Changed the default for the delayedClickEnabled option to false. It was experimental anyways, for Android based browsers, and was breaking link clicking on iOS. 2011-06-22 11:42:37 -07:00
toddparker
685b2cd0bf Fixed swatch letter typo for E buttons - it said ui-bar-d instead of ui-bar-e. Fixes #1894. Thanks app42! 2011-06-22 13:58:33 -04:00
Ghislain Seguin
0935b6b0e6 Merge pull request #1901 from cburgdorf/patch-2
Fixed curly braces on new line
2011-06-22 09:36:29 -07:00
cburgdorf
c13a2f3bcb Fixed curly braces on new line 2011-06-22 09:31:49 -07:00
toddparker
221a8f1059 Merge remote branch 'origin/master' 2011-06-22 12:20:36 -04:00
toddparker
2a252d70f9 Language tweaks 2011-06-22 12:11:51 -04:00
toddparker
a9fc1e06f8 Moved collapsible sets (accordions) into a standalone page for better visibility, updated section nav on other pages and index page to link to it. 2011-06-22 12:01:13 -04:00
scottjehl
a43ce64db2 moved our form binding into the _registerInternalEvents callback, to ensure it's not bound until after mobilinit. 2011-06-22 11:43:22 -04:00
cburgdorf
5c0cfb29cb Some jslint fixes. Corrected curly braces on new line and ==/=== issues 2011-06-21 23:53:16 -07:00
John Bender
68a354ed07 make sure the stack is clear before the run continues 2011-06-21 13:12:27 -07:00
scottjehl
c227535bd7 removed vclick + click combined event binding, which was in there as a workaround for a not-consistently-occurring bug in Android 2.1. I think the real issue is related to lack of dynamic base tag support, and that occasionally, a relative href click will use default handling in 2.1 and go where it shouldn't (ignoring the base href). Either way, this double binding causes history problems in Safari, so I'm removing it while we search for a better 2.1 workaround. Fixes #1870 2011-06-21 12:43:17 -04:00
scottjehl
3e3a57401c page is no longer in use. 2011-06-21 12:11:24 -04:00
scottjehl
a94f62a6e7 Merge remote branch 'origin/master' 2011-06-21 11:34:10 -04:00
scottjehl
ffdfa4e7c2 moved page load event bindings to a post-mobileinit callback so that the useFastClick option can be set before it is used. Unit test included. Fixes #1869 2011-06-21 11:33:38 -04:00
John Bender
7451a4b30e event test fixes with one test removal. still _very_ time sensitive 2011-06-20 22:26:24 -07:00
John Bender
66fc726321 whitespace fix for event core tests 2011-06-20 22:26:24 -07:00
scottjehl
40b1e16693 changed working version to beta 2 pre 2011-06-20 19:38:44 -04:00
scottjehl
a9fae15c88 woops. missed a couple. done now. 2011-06-20 19:17:49 -04:00
John Resig
e9e64c2c77 Merge branch 'master' of github.com:jquery/jquery-mobile 2011-06-20 16:07:02 -07:00
John Resig
1ab4ddb507 Releasing jQuery Mobile 1.0b1. 2011-06-20 16:05:02 -07:00
scottjehl
7d8d249280 small docs adjustment 2011-06-20 19:04:58 -04:00
scottjehl
1ab123c76b components first 2011-06-20 19:03:57 -04:00
scottjehl
52575bb5cb updated versions in sample code 2011-06-20 19:01:50 -04:00
scottjehl
4c6f3fb5c8 couple more docs markup updates 2011-06-20 18:59:32 -04:00