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
gseguin
8c8d66781f
Added some unit tests for Collapsible
2011-09-14 11:06:24 -07:00
gseguin
87ca47f162
Fix for issue #1899
...
Refactored some css classes
Fixed bottom corners in set with only one collapsible
2011-09-14 11:05:53 -07:00
Kin Blas
56a22727ab
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-13 00:23:33 -07:00
Kin Blas
1a92be0240
Fix for issue 2406 - Navigation from one page back to multi-page template
...
- Make sure that our hashchange resolves non-path hashes against the documentBase. This prevents the resulting changePath() call from incorrectly resolving against the URL for the current active (external) page.
- Fixed a problem in the push-state code. A hashchange event is *NOT* fired when navigating back (window.history.back()) from an external page to an internal page. This makes sense when you think about it since hashchange is only ever fired when the hash of the current document url changes, not when the document url itself changes. The fix was to make sure that the pushstate hashchange callback always sets a state object, even on embedded page URLs. This allows the hashchange callback to be triggered from within onPopState().
2011-09-13 00:23:03 -07:00
John Bender
942b0c29ae
test for open and close no-op
2011-09-12 16:59:08 -07:00
John Bender
f1fef48239
add open and close as noop for people who might be looping over their selects and to self document the methods for extension
2011-09-12 16:53:56 -07:00
John Bender
219b450c5a
test that embedded listview pages with nested lists aren't removed by the page removal code
2011-09-12 14:47:55 -07:00
John Bender
c426aefd76
add data attribute tag for pages loaded via ajax Fixes #2432
2011-09-12 14:06:47 -07:00
John Bender
fbd113bad4
whitespace in listview and core nav
2011-09-12 13:58:24 -07:00
John Bender
824bd12e12
add tests for theme inheritance in select menus
2011-09-12 09:08:48 -07:00
John Bender
ee6027a196
prefer defined theme from prototype or data options Fixes #2423
2011-09-12 09:08:48 -07:00
jblas@adobe.com
6a4bd76a9c
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-09 18:26:21 -07:00
jblas@adobe.com
c348266166
Fixed the page last scroll test which has been failing for a few days now.
2011-09-09 18:25:43 -07:00
John Bender
97654c2d90
tests for newly refreshed items and button update with custom selects
2011-09-09 17:27:26 -07:00
John Bender
59fc26d25f
fix refresh bug for new options of the same number as before
2011-09-09 17:27:26 -07:00
Ghislain Seguin
2c55c93464
Merge pull request #2419 from zachleat/master
...
fieldcontain comment was copy pasted on links, nojs plugins.
2011-09-09 14:16:01 -07:00
zachleat
92151822b8
Incorrect comment text on the headers of two plugins.
2011-09-09 16:07:31 -05:00
scottjehl
2dadb4dbc4
Merge remote branch 'origin/master'
2011-09-09 12:28:17 -04:00
scottjehl
2369e2fa32
improved qualifications so that iOS5 gets the old-style fixed headers and footers when touchOverflow is disabled (which is the default).
2011-09-09 12:27:59 -04:00
John Bender
fab4f366a4
test for issue 2410, to verify that the button value is updated on refresh with new options
2011-09-09 09:14:39 -07:00
John Bender
729757b465
create selectOptions method so the values stay current across dom changes Fixes #2410
2011-09-09 09:00:46 -07:00
John Resig
0b83cf8d60
Tweak some more stylesheet formatting.
2011-09-08 21:35:28 -04:00
John Resig
dc8f8e7103
Fix whitespace in headers for the build script.
2011-09-08 21:14:03 -04:00
John Resig
f8e056bb29
Version 1.0b3 released.
2011-09-08 17:05:10 -04:00
Kin Blas
bdbb1bcc7e
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2011-09-08 13:48:01 -07:00
Kin Blas
675657f877
Added an index page for the dynamic-samples directory and linked to it from the age-dynamic.html page.
2011-09-08 13:46:18 -07:00
Kin Blas
92699e0011
Merge branch 'master' into data-driven-with-fallback
2011-09-08 13:38:06 -07:00
Kin Blas
b3ce277152
Moved scottjehl's modified sample to a new file (sample-reuse-page-external.html) and restored the original code in sample-reuse-page.html.
2011-09-08 13:35:42 -07:00
toddparker
7942e3333d
Merge remote branch 'origin/master'
2011-09-08 16:01:00 -04:00
toddparker
7d2b6f839b
Updated docs for beta 3
2011-09-08 16:00:54 -04:00
scottjehl
6e0912f3b5
progress towards making this demo work with urls that represent server resources
2011-09-08 15:58:53 -04:00
Kin Blas
f894d4704b
Adding links to page-dynamic.html to all menus.
2011-09-08 12:34:48 -07:00
Kin Blas
95f1d5c6df
Fixed the broken sample link.
2011-09-08 12:03:43 -07:00