| .. |
|
checkboxradio
|
bound widgets to the "enhance" event, in addition to the pagecreate event. The enhance event allows developers to enhance the contents of an html fragment by triggering "enhance".
|
2011-07-19 22:44:03 -04:00 |
|
controlgroup
|
Removed param "refresh" sent to .controlgroup since it's not a $.widget
|
2011-06-24 21:15:56 -07:00 |
|
core
|
moved 20ms scroll test to test that it the scrolling is async. 20ms isn't enough time to be reliable
|
2011-06-26 12:10:11 -07:00 |
|
dialog
|
Ya'll can scale your pages now. Fixes #1645. Note: we originally disabled user zooming to work around a bug in iOS that automatically zooms the page beyond the constraints of the viewport on orientation change. We are not working around this bug at all now, but you are free to include any meta tag you'd like, or better yet, consider this polyfill: http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/
|
2011-05-17 17:28:19 -04:00 |
|
event
|
throttledresize event tests use eventSequence
|
2011-06-29 12:48:09 -07:00 |
|
fieldContain
|
been meaning to do this for a while.
|
2011-04-14 16:04:47 -04:00 |
|
init
|
changed up the unit test so that it didn't load the page in an iframe, which seemed to mess things up on the test server.
|
2011-07-17 16:29:05 -04:00 |
|
listview
|
added failing test for inset listview issue with top-corner
|
2011-06-30 11:11:52 +02:00 |
|
media
|
fixed unit tests to use new orientationchange logic, which no longer binds to resize event.
|
2011-06-18 10:45:36 -04:00 |
|
navigation
|
fixed test failures that occured when the jquery-mobile directory is located in a subdirectory of the server root.
|
2011-07-19 22:25:05 -04:00 |
|
page
|
This commit decouples all widgets from the page plugin so that they can be used ad-hoc.
|
2011-07-19 22:25:23 -04:00 |
|
page-sections
|
This commit decouples all widgets from the page plugin so that they can be used ad-hoc.
|
2011-07-19 22:25:23 -04:00 |
|
select
|
fixed select tests to click the button instead of calling the select menu method
|
2011-07-15 15:22:56 -07:00 |
|
slider
|
This commit decouples all widgets from the page plugin so that they can be used ad-hoc.
|
2011-07-19 22:25:23 -04:00 |
|
support
|
Ya'll can scale your pages now. Fixes #1645. Note: we originally disabled user zooming to work around a bug in iOS that automatically zooms the page beyond the constraints of the viewport on orientation change. We are not working around this bug at all now, but you are free to include any meta tag you'd like, or better yet, consider this polyfill: http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/
|
2011-05-17 17:28:19 -04:00 |
|
widget
|
prevent js error by adding a default page for the widget tests
|
2011-06-26 23:16:03 -07:00 |
|
index.php
|
white space and title change for the suite runner
|
2011-06-27 11:19:51 -07:00 |
|
jquery.setNameSpace.js
|
set unit test pages namespace to "nstest-"
|
2011-03-09 23:16:48 -05:00 |
|
ls.php
|
sorted directories to create consistent/readable order of execution
|
2011-06-29 13:46:05 -07:00 |
|
runner.js
|
white space and title change for the suite runner
|
2011-06-27 11:19:51 -07:00 |