scottjehl
cc39cbc1f1
Merge branch 'master' of github.com:jquery/jquery-mobile
2011-01-08 09:32:12 -05:00
scottjehl
663c33e7a0
just whitespace. Fixes #181
2011-01-08 09:32:02 -05:00
Kin Blas
c910f4b01f
Fix for issues:
...
470 - Multiple Footers when using data-position=fixed and data-id=[someid]
773 - The fixHeaderFooter pagebeforeshow live function is not triggered for the initial page shown
- Removed the findStickyFooter() function.
- Reworked the logic in the pagebeforeshow live function. We now add a ui-sticky-footer class to the sticky footer element. This will guarantee that we find the sticky footer if it already exists. We may at some point want to consider the use of ids on the sticky footers so that we don't have to crawl the entire document.
- Moved the live pagebeforeshow and pageshow calls outside of the DOMReady function so that they get registered as soon as the plugin is loaded. This guarantees that they will be triggered when the core plugin's DOMReady function fires.
- This fix makes issue/pull-request 765 obsolete.
2011-01-07 01:07:22 -08:00
John Bender
2065a1916b
moved jstrebs integration tests under the unit folder, made it look a bit like the others, and changed the styling to move pages off the screen
2011-01-06 23:34:05 -08:00
John Bender
4c4b804346
Merge branch 'integration-tests' of https://github.com/jstreb/jquery-mobile into jstreb-integration-tests
2011-01-06 23:03:43 -08:00
Kin Blas
38f09ee66f
Sweep through all files to add a trailing slash to <link> tags that include thems/default. This should fix Opera Mobile Issue 763.
2011-01-05 16:19:24 -08:00
Kin Blas
a07fa70b07
Quick fix for issue 763 - Icons and loading image fail to display on Opera Mobile.
...
This is just a quick check in to the main index.html of the test site to make sure things work. We still need to do a sweep through *ALL* html files and make sure we are including a trailing slash in the themes/default path.
2011-01-05 15:29:17 -08:00
maggiewachs
926982b4f0
Fixed bug 595, where form elements were not properly inheriting the theme. Form controls need to be enhanced after the page containers so they'll pick up on the containers' theme classes.
2011-01-05 11:55:41 -05:00
Jesse Streb
d49deea185
removed our the jasmine tests as they are no longer used
2010-12-31 13:56:06 -05:00
Jesse Streb
1c5034151e
removing files that are no longer used
2010-12-31 13:54:35 -05:00
Jesse Streb
ee6184c9bb
Fixed issue in which we were changing the location.href to a hardcoded value rather then just the hash.
2010-12-31 13:52:20 -05:00
Jesse Streb
35c2fe8aa5
Ported Jasmine integration tests over to Qunit tests. Kept these in a different folder of integration tests has there purpose is to test at a page level rather then a method by method level.
2010-12-31 13:37:17 -05:00
maggiewachs
60da49c6b9
Updated the datepicker workaround to be functional; also added a few style overrides and events to update the datepicker markup on load and click (necessary because it's redrawn)
2010-12-29 09:36:48 -05:00
John Bender
3a9652c9cc
slider switch keyboard access tests Fixes #632
2010-12-26 23:09:11 -08:00
John Bender
06b83ad67a
slider switch now keyboard enabled
2010-12-26 17:45:25 -08:00
Jesse Streb
c0d9cad6c8
Fixed issue in which we were changing the location.href to a hardcoded value rather then just the hash.
2010-12-24 08:27:24 -05:00
scottjehl
a37bc5d1b0
fixed double scrollbars when tall selects are present
2010-12-23 15:25:58 -05:00
scottjehl
3fb55aef0b
fixed up some duplicate IDs
2010-12-23 14:50:01 -05:00
scottjehl
53392bc7ca
Merge branch 'issue_723' of https://github.com/ehynds/jquery-mobile into ehynds-issue_723
2010-12-23 14:34:17 -05:00
ehynds
edfafe0c01
if the close icon in a full-page select is clicked on, fire the selectmenu close handler instead of the dialog close handler
2010-12-23 13:19:34 -05:00
Jesse Streb
015a361eb1
Added integration tests for listviews. These tests mock a users interaction with the various listviews, checking that the page is both enhanced and that the navigation behaves as expected.
2010-12-23 09:51:33 -05:00
scottjehl
e9b076bcc0
Merge branch 'master' of https://github.com/louy/jquery-mobile into louy-master
2010-12-23 09:20:55 -05:00
scottjehl
ce7ff992d6
Merge branch 'docs' of https://github.com/ehynds/jquery-mobile into ehynds-docs
2010-12-23 09:20:17 -05:00
John Bender
fa760da3bd
docs updated with information about the slider keys
2010-12-22 23:53:44 -08:00
John Bender
39f4749257
added tests for home and end keys
2010-12-22 23:31:53 -08:00
John Bender
b2d58c1f30
slider keypress tests, comments, and style addition to navigation test page
2010-12-22 23:18:14 -08:00
John Bender
39729becd6
standard keyboard interaction working with slider, tests to come
2010-12-22 22:40:54 -08:00
John Bender
8ec3ae594d
added keyCodes, Home and End working for range slider
2010-12-22 16:30:55 -08:00
ehynds
cc0d982c5e
documentation for multiple select functionality and list icon theming.
...
also fixed a CSS specificity bug where the display:block declaration on .ui-li was overriding the display:none declaration for the placeholder class.
2010-12-22 18:11:01 -05:00
Kin Blas
171065a5e1
Merge branch 'master' of https://github.com/jquery/jquery-mobile
2010-12-22 09:59:45 -08:00
Kin Blas
43eeddd1bb
Sync up form settings with scrollview defaults.
...
Fixed a few markup errors.
2010-12-22 09:58:40 -08:00
Louy Alakkad
4dcb65fc7a
fixing spaces
2010-12-22 07:53:07 -08:00
Louy Alakkad
59e8ee3137
Matching the jQuery code style guidelines.
2010-12-22 07:52:08 -08:00
scottjehl
fd821b7440
Merge branch 'select_multi' of https://github.com/ehynds/jquery-mobile into ehynds-select_multi
2010-12-22 10:05:40 -05:00
louy
ba99290480
Merge branch 'master' of git://github.com/jquery/jquery-mobile
2010-12-18 16:06:55 +02:00
louy
d435979daf
Allow developer to apply themes on checkboxes/radio-buttons.
2010-12-18 15:20:15 +02:00
John Bender
5a7377d6d1
spurious character removed from navigation markup
2010-12-16 19:20:34 -08:00
John Bender
b8babd1003
removed console log and added test for default transition
2010-12-16 19:12:58 -08:00
John Bender
8e30a3dc8a
corrected tests message output
2010-12-16 18:27:49 -08:00
John Bender
1497e605d3
test fixes and addition for proper back transitions
2010-12-16 18:26:35 -08:00
John Bender
7ffec259c5
added tests for explicit transition on back
2010-12-16 18:21:46 -08:00
John Bender
67aed1320b
prefer explicit transition even when the url is popped of the stack Fixes #627
2010-12-16 18:20:17 -08:00
John Bender
9e21bb9924
small test corrections
2010-12-16 18:20:17 -08:00
Kin Blas
5961818bb3
Fixed a couple of spots that had the following invalid markup:
...
<pre></code>
2010-12-16 11:15:43 -08:00
Kin Blas
ecf3e8a1f9
Merge remote branch 'origin/master'
2010-12-16 11:11:42 -08:00
Kin Blas
49c9db9c49
Turning on delayedClick by default. <again>
...
Added triggers for mousedown and mouse up in the delayed case because some of hte jqm components register handlers on those events to set the component states.
Note that the focus() trigger is commented out temporarily. It seems to cause the content within the scrollview clip to scroll to the point where item being focused sits in the flow .. unfortunately this screws up the rendering because we are using CSS3 translate, so the item clicked on is out of view.
Modified sv-test-02.html so that the clone event sets the target property on the fake event.
2010-12-16 11:04:48 -08:00
jzaefferer
b41cfce3cc
Also .gitignore combine folder created by Ant build
2010-12-16 10:47:18 +01:00
jzaefferer
b18f3fa4a7
Updated to latest QUnit
2010-12-16 10:38:35 +01:00
jzaefferer
458a56839b
Updated unit tests: Drop document-ready block, use #qunit-fixture instead of #main and drop extra styles now provided by QUnit.
2010-12-16 10:34:23 +01:00
Kin Blas
8351f5496b
Turn off delayedClickEnabled by default for now. We need to work out some kinks.
...
Modified sv-test-02.html so that you can dynamically turn on/off the delayedClick behavior.
2010-12-15 11:13:31 -08:00