gseguin
16c34ce3ac
Behavior changed, fixed test
2011-09-24 22:02:18 -07:00
gseguin
276f27fbfa
Fixed missing top corner on collapsible set with only one collapsible
2011-09-24 21:58:04 -07:00
gseguin
3ecbf8e383
Simplified code. Don't add data-* attr if not set by user
2011-09-24 21:41:20 -07:00
gseguin
553de2d265
Unit tests for collapsible and collapsible-set following commit bdaa477f68
2011-09-24 17:24:07 -07:00
gseguin
bdaa477f68
Fix for #1899
...
Added data-content-theme to style the content of the collapsible
data-theme and data-content-theme inherit collapsible-set's
2011-09-24 17:22:55 -07:00
gseguin
fb06381176
Set content-theme to collapsible in a set only if it's not already set
2011-09-22 10:28:56 -07:00
gseguin
1692c0f378
Added doc/sample for data-content-theme
2011-09-22 09:49:36 -07:00
gseguin
46e6c6b320
fixed data-content-theme in collapsible-set for collapsible expanded by default
2011-09-22 09:49:02 -07:00
gseguin
4d33ec386b
Merge remote branch 'upstream/master' into collapsible-redesign
2011-09-21 22:26:36 -07:00
gseguin
66e63651a7
Added docs for data-content-theme
2011-09-21 22:25:12 -07:00
gseguin
e666552274
Added data-content-theme to collapsible and collapsible-set
2011-09-21 21:56:23 -07:00
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