John Bender
|
c1bd079b90
|
test for keepnative on the select menu
|
2011-10-10 14:21:37 -07:00 |
|
Jörn Zaefferer
|
0ed1460279
|
Add swarminject.js to prepare for TestSwarm integration
|
2011-10-04 15:02:17 -04:00 |
|
John Bender
|
d816fe1ec1
|
tests for getEncodedText helper and issue #2547
|
2011-09-27 15:48:52 -07:00 |
|
John Bender
|
824bd12e12
|
add tests for theme inheritance in select menus
|
2011-09-12 09:08:48 -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
|
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 Resig
|
0b83cf8d60
|
Tweak some more stylesheet formatting.
|
2011-09-08 21:35:28 -04:00 |
|
John Bender
|
7a9b379dea
|
test to make sure the label has the ui-select class
|
2011-08-09 15:55:40 -07:00 |
|
John Bender
|
f51f4cf07f
|
moved focusButton up to common, added test for refocus of clicked button on small dialog close
|
2011-08-05 12:21:45 -07:00 |
|
John Bender
|
f6a5608ae2
|
added select_native test set and a tests to verify that setting the value of the select itself sets button text
|
2011-08-02 16:11:32 -07:00 |
|
John Bender
|
f7d5d918ae
|
fixes for select tests and tests to cover basic functionality for new cached pages and select dialogs
|
2011-08-01 18:08:28 -07:00 |
|
scottjehl
|
6f701add58
|
updated unit tests to ensure the enhance event is working properly on self-initializing widgets
|
2011-07-20 09:35:48 -04:00 |
|
John Bender
|
53a8023b14
|
fixed select tests to click the button instead of calling the select menu method
|
2011-07-15 15:22:56 -07:00 |
|
scottjehl
|
47cb8cbeeb
|
fixed test so it passes in Firefox
|
2011-07-10 17:14:55 -04:00 |
|
Ghislain Seguin
|
ed7eb38bdc
|
Issue #1338
Added unit test
|
2011-05-25 13:10:50 -07:00 |
|
scottjehl
|
8ba4c27300
|
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 |
|
John Bender
|
70a86c748f
|
added a sequenced test to make sure that opening a dialog sized select menu resulted in that same dialog many times. also moved one of the event tests over to core
|
2011-04-21 22:32:37 -07:00 |
|
John Bender
|
b0e3d5fbf1
|
select test cleanup, added test to check that the dialog hash key is removed when a large select menu item is clicked Fixes #1454
|
2011-04-19 23:28:11 -07:00 |
|
scottjehl
|
d97a964884
|
been meaning to do this for a while.
|
2011-04-14 16:04:47 -04:00 |
|
John Bender
|
14f43ace9b
|
fix for select tests after default to native
|
2011-03-25 21:37:45 -07:00 |
|
John Bender
|
7df9e245f4
|
test namespace additions and type fix for core
|
2011-03-21 23:36:32 -07:00 |
|
John Bender
|
63e8f6bfcb
|
resolved merge conflicts and fixed 2 tests
|
2011-03-15 23:57:17 -07:00 |
|
scottjehl
|
0d9627d54e
|
Added viewport meta elements to the markup of every template and removed the metaViewportContent option from code and docs. IE does not support generated viewport tags.
|
2011-03-14 00:20:23 -04:00 |
|
John Bender
|
e3000e2dec
|
added failing test for on screen custom select menu rendering
|
2011-03-12 22:52:44 -08:00 |
|
scottjehl
|
0bf5ce8a37
|
set unit test pages namespace to "nstest-"
|
2011-03-09 23:16:48 -05:00 |
|
scottjehl
|
77ac0f009a
|
a few more non-namespaced attrs to bring over
|
2011-03-09 21:03:40 -05:00 |
|
scottjehl
|
9e91fa6752
|
updated docs with jq namespace, found some more stragglers
|
2011-03-09 21:03:40 -05:00 |
|
John Bender
|
421dc352c0
|
corrected js test includes and simplified to prevent further breakages
|
2011-02-20 18:07:17 -08:00 |
|
John Bender
|
cbd1eb7ac9
|
moved page and dialog styling to qunit css to remove repition and make sure that its consistent across pages
|
2011-02-05 21:22:50 -08:00 |
|
scottjehl
|
aad8ac174a
|
Removed the extra ways to set nativeMenu option in select plugin. Now like other plugins, the option is both available through the plugin's options (nativeMenu) or through a data-attribute (data-native-menu), which is automated through the camelcase option name. Unit tests updated
|
2011-02-01 13:27:35 -05:00 |
|
scottjehl
|
4c4ccbd971
|
removed the position plugin script references
|
2011-01-31 23:48:13 -05:00 |
|
John Bender
|
e5fd56985c
|
added global native select configuration, docs to follow. Also corrected selector error when reloading a lib in tests
|
2011-01-27 23:20:57 -08:00 |
|
John Bender
|
b81248f238
|
fixed android select menu failure with a delay. I'm doubtful that this is the best solution to the problem but the cause was the click being passed through to the screen or the select menu itself a split second after opening. Open to alternatives. Fixes #873
|
2011-01-26 21:20:40 -08:00 |
|
John Bender
|
cc307ec902
|
tests for large select dialog issue
|
2011-01-15 23:15:17 -08:00 |
|