Todd Parker
4497d138f2
Merge pull request #1782 from gseguin/nested-lists
...
Beefed up nested lists test
2011-06-08 07:39:34 -07:00
Kin Blas
3a2a35f8f2
Merge pull request #1784 from gseguin/master
...
Whitespace change
2011-06-06 08:34:38 -07:00
Ghislain Seguin
9d3862c825
Whitespace change
2011-06-03 19:02:13 -07:00
Ghislain Seguin
6af27f9a7e
Beefed up nested lists test
2011-06-03 11:06:44 -07:00
Kin Blas
c88f5fc251
Merge pull request #1781 from gseguin/nested-lists
...
Nested lists id generation
2011-06-03 10:58:43 -07:00
Ghislain Seguin
888a3d4faf
Fixed nested lists tests following id generation change (8373105)
2011-06-03 10:55:04 -07:00
Ghislain Seguin
3ee2585cba
Fix for issue #1617 : Nested lists with same parent text resolve to the same sub-page.
2011-06-03 10:55:04 -07:00
Ghislain Seguin
14492002e2
Fixed test case for issue #1617
2011-06-03 10:55:04 -07:00
Kin Blas
9e696b8d26
Backing out commit for "fix height issue for transitioning page"
...
https://github.com/jquery/jquery-mobile/pull/1723
b2a534c217
It was causing a few issues including:
https://github.com/jquery/jquery-mobile/issues/1770
2011-06-03 09:29:41 -07:00
Kin Blas
fad61785fe
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-06-02 16:54:14 -07:00
Kin Blas
489fc19fb1
Unit test to catch issues like 1767.
...
- Test passing string as data option to changePage().
- Test passing object as data option to changePage().
2011-06-02 16:52:36 -07:00
Kin Blas
97ba431f92
Merge pull request #1771 from eddiemonge/makefile_deploy
...
Makefile: Remove log as the info is now in the files from the nightly/lat
2011-06-02 14:33:48 -07:00
Kin Blas
b31825a1d7
Fixed issue 1767 - loadPage/changePage broken in trunk (latest build)
...
- Not sure how/why I added that extra absUrl, but its gone now.
2011-06-02 10:41:55 -07:00
eddiemonge
757dda99d0
Makefile: Remove log as the info is now in the files from the nightly/latest build. Fix output name for the same
2011-06-02 09:49:21 -07:00
Kin Blas
6a2deead0f
Merge pull request #1724 from eddiemonge/dialogToCodeStandards
...
Dialog to code standards and refactor a bit
2011-05-31 14:48:05 -07:00
eddiemonge
244cda822a
add white space for code standard
2011-05-31 14:44:31 -07:00
eddiemonge
0438418175
merge changes
2011-05-31 14:41:54 -07:00
Kin Blas
a5d3c05e4b
Merge branch 'dialogToCodeStandards' of https://github.com/StevenBlack/jquery-mobile into StevenBlack
...
Fixed Conflicts:
js/jquery.mobile.dialog.js
2011-05-31 14:14:05 -07:00
eddiemonge
d3df858eea
missed an equal sign
2011-05-27 12:13:48 -07:00
Kin Blas
991db0de46
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-05-27 10:55:20 -07:00
Kin Blas
ef9d55f4b6
Hopefully the last set of fixes for issue 1712 - $.mobile.changePage broken in latest
...
- The test case calls changePage() with a hash ("#b"). In our normal processing of clicks/form submits we strip it before calling. The old code did a strip in changePage() just in case, so I added it back in to fix the last bug.
2011-05-27 10:53:19 -07:00
Scott Jehl
bb67018dd7
Merge pull request #1723 from eddiemonge/bug_1507
...
fix height issue for transitioning page
2011-05-27 07:21:02 -07:00
Scott Jehl
4b40896b6a
Merge pull request #1709 from shanag/checkboxradio-keyboard-fix
...
Allow checkboxes and radio buttons to be selected with the keyboard
2011-05-27 07:11:21 -07:00
Shana Golden
c9d97ef261
Allow checkboxes/radio buttons to be selected with keyboard - updated to use prop()
2011-05-27 10:06:18 -04:00
eddiemonge
371efce3c3
actually use the defined variables
2011-05-26 17:20:56 -07:00
Kin Blas
6fdb90df17
Fixed a typo in $.mobile.loadPage.defaults. The default for the data property should be undefined, not the string "undefined".
2011-05-26 17:04:27 -07:00
eddiemonge
7a01d702ef
trying to sneak this in as well
2011-05-26 16:49:05 -07:00
eddiemonge
b2a534c217
fix height issue for transitioning page
2011-05-26 16:43:07 -07:00
Kin Blas
c8761525e7
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-05-26 16:41:41 -07:00
Kin Blas
7befe9087a
The signature of changePage() has changed but folks need some time to transition to using the new signature. I added code to changePage() that maps any old signature calls to changePage() into a new call. This should fix issue 1712 ($.mobile.changePage broken in latest). This code should be removed before shipping 1.0.
2011-05-26 16:39:09 -07:00
Todd Parker
6ac1598033
Merge pull request #1719 from StevenBlack/buttonMarkupToCodeStandards
...
jquery.mobile.buttonMarkup.js: Whitespace changes, bring this package up to coding standards
2011-05-26 13:04:37 -07:00
Todd Parker
881d3f455f
Merge pull request #1720 from StevenBlack/CollapsibleToCodeStandards
...
jquery.mobile.collapsible.js: Whitespace to standards. Now passes jsHint. Thanks Steven.
2011-05-26 13:04:20 -07:00
Steven Black
bce94ffbaa
jquery.mobile.collapsible.js: Whitespace to standards. Now passes jsHint.
...
Signed-off-by: Steven Black <steveb@stevenblack.com>
2011-05-26 15:41:01 -04:00
Steven Black
399c2c5af0
jquery.mobile.buttonMarkup.js: Whitespace changes, bring this package up to jQuery coding standards.
...
Signed-off-by: Steven Black <steveb@stevenblack.com>
2011-05-26 15:08:10 -04:00
Scott Jehl
84d540e533
Merge pull request #1718 from Wilto/master
...
Fixed header/footer positioning in IE 7/8
2011-05-26 11:27:56 -07:00
Mat Marquis
86295b170d
Correcting my own comment.
2011-05-26 13:00:01 -04:00
Mat Marquis
4947eacf1c
Bound 'silentscroll' event back to document, as it was causing issues in modern browsers and made no difference in IE 7/8.
2011-05-26 12:40:49 -04:00
Mat Marquis
f36e92fb7b
Desktop IE wasn't reporting a scrollTop value for fixed headers/footers—'window' is now provided as a fallback in the event that .scrollTop() reports zero.
2011-05-26 11:51:16 -04:00
Steven Black
ab76ac33ac
jquery.mobile.dialog.js: Whitespace changes and string delimiters, bringing this up to jQuery coding standards. Renamed one memory variable for legibility and clarity.
...
Signed-off-by: Steven Black <steveb@stevenblack.com>
2011-05-26 10:01:39 -04:00
Kin Blas
e5876e3d3b
Attempt number 2 at fixing 1708 - - nightbuild close dialog throwing error
2011-05-25 17:17:21 -07:00
Kin Blas
bee8549a18
Fixed a bad typo caught by @johnbender and @gseguin.
...
- Replaced an un-intentional semi-colon with a comma.
2011-05-25 15:13:44 -07:00
Shana Golden
4ca2fc5287
Allow checkboxes and radio buttons to be selected with the keyboard
2011-05-25 15:45:41 -04:00
Kin Blas
923b047e75
Fix for issue 1708 - nightbuild close dialog throwing error
...
- Check the returned active object to see if it is valid before attempting to extract the transition out of it. Default to $.mobile.defaultDialogTransition if there is no active object.
2011-05-25 12:44:10 -07:00
John Bender
a4ee2d5bbb
moved local failing firefox test to pageSequence helper
2011-05-24 16:42:38 -07:00
scottjehl
e1ac8eec6b
Merge remote branch 'origin/master'
2011-05-24 19:32:59 -04:00
scottjehl
198ca91d7d
Changed the hiding mechanism for invisible native selects so that they work in Firefox Mobile. Fixes #1626 . Tested on the following platforms: Mobile Firefox on Android 2.2, Firefox 3.6 and 4.x Mac, Chrome on Mac, Internet Explorer 7 and 8 - Desktop, Windows Phone 7, Safari desktop, Android 2.2 webkit, iOS 4 iPhone, BlackBerry 5, BlackBerry 6, iOS 4 on iPad, Opera Mini & Desktop on Mac
2011-05-24 19:32:53 -04:00
Scott Jehl
32d7fca682
Merge pull request #1685 from StevenBlack/NixDatepicker
...
Per discussions last week: removal of the experimental jQuery-UI-based Datepicker. Code can be found here: https://github.com/filamentgroup/jQuery-Mobile-Themed-DatePicker
2011-05-24 15:53:44 -07:00
scottjehl
912b674556
Merge remote branch 'origin/master'
2011-05-24 17:40:02 -04:00
scottjehl
76fe9ca3fd
moved previous logic to the init file so it's not overridden by defaults.
2011-05-24 17:39:53 -04:00
John Bender
8291f92ce8
fixed error on undefined var in init_core tests
2011-05-24 14:14:19 -07:00