Kin Blas
6b2c1762ff
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-21 15:47:52 -07:00
Kin Blas
7ec8999bd0
Added a navigation test for issue 1243 - Can't link to dynamically created data-role="page"
2011-09-21 15:47:14 -07:00
Kin Blas
80b0e99798
Fix for issue 1243 - Can't link to dynamically created data-role="page"
...
- Modified loadPage() so that if the data-url lookup for a given page fails, that it look for the page via id (if it is an embedded page URL). This allows us to find dynamically injected pages that are un-enhanced and missing their data-url attributes.
2011-09-21 15:46:15 -07:00
Ghislain Seguin
d1c83cd085
Merge pull request #2495 from eddiemonge/issue_2494
...
Issue 2494: Removed accidental css cruft and git info reorder
2011-09-21 13:56:10 -07:00
Eddie Monge
269c592a37
Issue 2494: Removed accidental css cruft and git info reorder
2011-09-21 13:50:35 -07:00
toddparker
61eed992c6
Fixed Nokia test device notation - should be N950.
2011-09-21 15:47:34 -04:00
toddparker
4938d10acf
Fixed BB7 device model, added Meego 1.2 to grade A
2011-09-21 15:21:25 -04:00
toddparker
a9eaf1bb44
Tweaked into for data-url info, thanks @kinblas
2011-09-21 15:20:11 -04:00
toddparker
877b323c7f
Added info on the data-url param rules.
2011-09-21 15:04:07 -04:00
scottjehl
3e2683fe18
Merge remote branch 'origin/master'
2011-09-21 14:59:27 -04:00
scottjehl
38d7ad8848
binding these at mobileinit didn't help anything, and only hurt the ability to use them when jQM is dynamically appended. Idea credit to @martynsmith
2011-09-21 14:59:19 -04:00
Kin Blas
9b0bf5252d
Removed deprecated "beforechangepage", "changepage", and "changepagefailed" event references in preparation for jQM 1.0 release.
...
Updated the unit tests to use "pagechange" event instead of "changepage".
2011-09-20 16:59:30 -07:00
Kin Blas
e7a33dbb45
Removed deprecated navigation related properties:
...
$.mobile.updateHash
$.mobile.urlstack
in preparation for jQM 1.0.
2011-09-20 16:15:44 -07:00
Kin Blas
14bafc510d
Removed support for the alpha signature of $.mobile.changePage() in preparation for jQM 1.0. Folks now how to use the signature that requires the toPage (url or element) as the first arg, and options object as the 2nd.
2011-09-20 15:40:52 -07:00
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