Kin Blas
dd458d1d4e
Removing the deprecated $.fixedToolbars property in preparation for jQM 1.0.
2011-09-20 15:28:07 -07:00
Kin Blas
58573f90d9
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-20 14:47:09 -07:00
Kin Blas
c75a7ad654
Fix for issue 1666 - Deprecate $.mobile.pageLoading()
...
- Removed $.mobile.pageLoading().
- Updated tests/unit/init/ to call the new showPageLoadingMsg/hidePageLoadingMsg functions.
2011-09-20 14:45:26 -07:00
scottjehl
5fe78d5148
updated jQuery to 1.6.4
2011-09-20 17:42:44 -04:00
scottjehl
41d4640344
moved the support test for event capture, allowing vmouse to run standalone on jQuery Core.
2011-09-20 17:26:36 -04:00
scottjehl
3fdf9d1443
updated version to 1.0rc1pre - long overdue!
2011-09-20 17:24:28 -04:00
Kin Blas
432b876e84
Fix for issue 2474 - [IPAD] change page flicking in landscape[IPAD] change page flicking in landscape
...
- On iOS, giving focus to the ui-page element causes flashing during page animations/transitions. This is due to the CSS outline property which is applied when the page is given focus. Turning outlines off for all pages prevents the flashing.
2011-09-20 14:16:37 -07:00
Todd Parker
44f3218ab9
Merge pull request #2468 from MauriceG/patch-1
...
Fix for issue #2192 labels for form inputs have different vertical alignment. Thanks MauriceG!
2011-09-19 19:27:28 -07:00
Todd Parker
b173815f11
Merge pull request #2469 from MauriceG/patch-2
...
Fix for issue #2192 labels for form inputs have different vertical alignment. Thanks MauriceG!
2011-09-19 18:13:36 -07:00
Todd Parker
8a6c107718
Remove the top "glow" border because it's breaking out in split button lists.
2011-09-19 22:05:33 -03:00
Kin Blas
0fbea8f8e6
Fix for issue 2451:
...
ÎéÎíDialog not working if $.mobile.ajaxEnabled = falseÎéÎí
https://github.com/jquery/jquery-mobile/issues/2451
related/dup bug 2202:
ÎéÎíDialog loads in new page with ajaxEnabled = falseÎéÎí
https://github.com/jquery/jquery-mobile/issues/2202
- Modified the default click handler to check if the href is for an embedded page before bailing when ajaxEnabled = false. This allows us to navigate to internal/embedded pages/dialogs on the click versus waiting for the accidental hashchange that was the result of the browser's default handling of hash fragments.
2011-09-19 11:32:13 -07:00
Todd Parker
2d3cbbe804
Replaced theme.css with the new tokenized version that will support a future ThemeRoller tool. Each editable color or values in the theme has a comment "token" that will be replaced with the user-generated values.
2011-09-18 22:28:01 -04:00
John Bender
5155e37546
Merge pull request #2472 from dannyc/master
...
Two typos in docs. Missing closing brackets for radio and checkbox in options
2011-09-18 14:38:06 -07:00
Danny
8f0dc05f25
Typo: Fixed missing closing bracket for checkbox selector in options section of docs
2011-09-18 19:36:14 +03:00
Danny
76ef937e7b
Typo: Fixed missing closing bracket for radio selector in options section of docs
2011-09-18 19:33:27 +03:00
gseguin
e0b948e216
Fix for issue #2463
...
ui-collapsible-contain was renamed to ui-collapsible
2011-09-18 09:12:28 -07:00
gseguin
f8d30ef04e
Revert "Fix for issue #2463 "
...
This reverts commit a5bfcacbae .
2011-09-18 09:11:29 -07:00
gseguin
a5bfcacbae
Fix for issue #2463
...
Override margin for collapsible children of .content-primary and .content-secondary
Set min-height for content-secondary
2011-09-18 08:46:49 -07:00
MauriceG
fd4640081f
Fix for issue #2192 labels for form inputs have different vertical alignments
2011-09-18 16:31:55 +03:00
MauriceG
10bdd3d845
Fix for issue #2192 labels for form inputs have different vertical alignments
2011-09-18 16:24:08 +03:00
John Bender
265ffb68e4
update docs to reflect pagecreate -> pageinit migration with examples of when to use either
2011-09-16 10:24:14 -07:00
John Bender
c61354447c
alter pageinit test to validate that child widgets are in fact enhanced when the event is fired. covers the previous tests case
2011-09-16 10:24:14 -07:00
gseguin
095d731398
Updated tests following removal of .jqmHasData() ( commit 15667eee1b )
2011-09-16 09:19:12 -07:00
gseguin
dbab6c06f7
Fix for issue #2455
...
Updated doc
2011-09-16 09:18:00 -07:00
gseguin
15667eee1b
Fix for issue #2455
...
Removed .jqmHasData()
2011-09-16 09:17:01 -07:00
gseguin
101657d7b7
Tests following .jqmData() behavior change ( commit a0ca22ae3d )
2011-09-16 09:14:46 -07:00
gseguin
a0ca22ae3d
Changed behavior of .jqmData() only when called with no argument. It now returns undefined as per discussion on #jquerymobile-dev
2011-09-16 09:12:25 -07:00
Kin Blas
320c12126f
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-15 17:00:27 -07:00
Kin Blas
78234976e7
Fix for issue 2050 - URL handling and PlayBook Webworks app
...
- Modified the url parser regexp so that we can find the double slash that precedes the authority. This is necessary so we can reconstruct resource urls used on some devices like Rim's Playbook that use urls like:
location:/dir1/dir2/file.html
- Modified makeAbsoluteUrl() so that it uses the new doubleSlash property in the object returned from parseUrl() instead of assuming that it is ok to use a double slash.
2011-09-15 16:56:54 -07:00
gseguin
e4ff8fb539
Merge remote branch 'upstream/master'
2011-09-15 16:11:04 -07:00
gseguin
a908c5a6ef
Fix for issue #1361
...
Mixin individual properties to options instead of calling .jqmData()
2011-09-15 16:10:10 -07:00
John Bender
f932c9b13d
init test for jqm using page widget
2011-09-15 15:35:48 -07:00
John Bender
ae2e7f0dc4
add 'widgetinit' event for users to enhance widgets and markup post 'widgetcreate'
2011-09-15 15:15:14 -07:00
John Bender
150697c8d2
whitespace fix for nav core tests
2011-09-15 15:12:52 -07:00
John Bender
56c0b9de36
unmock which value for other tests
2011-09-15 11:10:15 -07:00
John Bender
15cb663e52
suggestion from @jblas to save a bit of execution
2011-09-15 10:45:27 -07:00
John Bender
5346a91595
added event test to make sure the which was being defined on triggered events
2011-09-15 10:36:12 -07:00
John Bender
9cc8daa91a
test that middle click doesn't trigger a page change
2011-09-15 10:25:04 -07:00
John Bender
416b666ca8
prevent clicks on anything but the left mouse button, also adds the which value to the events when its undefined in the vmouse plugin
2011-09-15 10:16:40 -07:00
gseguin
7dc20cd000
Merge remote branch 'upstream/master'
2011-09-14 21:13:08 -07:00
gseguin
139ab1378b
Added comments
2011-09-14 21:12:43 -07:00
gseguin
99e52eafdc
Set font-weight to normal in collapsible content
2011-09-14 21:11:54 -07:00
Kin Blas
c541ceba69
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-14 18:20:34 -07:00
Kin Blas
cac203291e
Switched the sample-reuse-page-external.html sample over to calling a PHP script that supplies JSON data when called via XHR, or HTML when called directly.
2011-09-14 18:19:46 -07:00
gseguin
a34ba919b7
Changed collapsible doc to match code behavior
2011-09-14 17:52:10 -07:00
gseguin
518894fc69
Merge branch 'issue-1899'
2011-09-14 16:22:16 -07:00
gseguin
688b2b45c0
Fixed collapsible unit test to match last commit e6eaf7cacd
2011-09-14 16:06:31 -07:00
gseguin
e6eaf7cacd
Fix for #1899 :
...
Re-styled collapsible and collapsible set so the content of the collapsible now is applied the ui-btn-up-%%theme%% class. This way the border will match the border of the header button. In the meantime in the ui-collapsible-content class we remove the background image and tweak the margin/padding to make everything look good.
Combined the expand/collapse handlers into a single one and made extensive use of .toggleClass()
2011-09-14 16:02:47 -07:00
John Bender
3ed30673ad
test for issue 2444
2011-09-14 15:54:00 -07:00
John Bender
1a385db664
prevent known hash change handling from firing from popstate hashchange Fixes #2444
2011-09-14 15:37:31 -07:00