Commit graph

68 commits

Author SHA1 Message Date
John Bender
7a6b28d398 added to to verify that the nested pages are preserved when the parent page is cached 2011-07-29 10:10:26 -07:00
John Bender
3dc9f975e6 fixed second test for page caching 2011-07-29 10:10:26 -07:00
John Bender
ded500f3b4 testing additions for listview core 2011-07-29 10:10:26 -07:00
John Bender
3035387446 first test for nested page removal/caching 2011-07-29 10:10:25 -07:00
John Bender
0cd7bb8370 whitespace fix for listview fixtures 2011-07-29 10:10:25 -07:00
John Bender
f79a1afd17 whitespace and semi's in listview core tests 2011-07-29 10:10:25 -07:00
John Bender
bda88be82e whitespace and semi's in listview core tests 2011-07-29 10:10:25 -07:00
scottjehl
fdb77bfa52 changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -04: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
Wietse Venema
dd2bdcd606 added failing test for inset listview issue with top-corner 2011-06-30 11:11:52 +02:00
Ghislain Seguin
dabb66aae9 Coding standards 2011-06-20 13:17:23 -07:00
Ghislain Seguin
4487aba8a0 Fixed test case for programmatically created list items 2011-06-20 13:16:09 -07:00
Ghislain Seguin
31bd038d74 Merge remote-tracking branch 'upstream/master' into issue-1470
Conflicts:
	tests/unit/listview/index.html
	tests/unit/listview/listview_core.js
2011-06-20 12:51:40 -07:00
Ghislain Seguin
a6533e3676 Fixed test for "Programmatic removal of list items"
(cherry picked from commit 5d4bf2d5412c900fbcd093f1a3549a34dbab8e6c)
2011-06-17 11:59:05 -07:00
Ghislain Seguin
f32fe66bf7 Merge remote-tracking branch 'upstream/master' into issue-1470
Conflicts:
	tests/unit/listview/listview_core.js
2011-06-17 10:46:52 -07:00
Ghislain Seguin
ff8517c915 Merge remote-tracking branch 'upstream/master' into issue-1654
Conflicts:
	tests/unit/listview/listview_core.js
2011-06-17 09:37:36 -07:00
Ghislain Seguin
6af27f9a7e Beefed up nested lists test 2011-06-03 11:06:44 -07:00
Ghislain Seguin
888a3d4faf Fixed nested lists tests following id generation change (8373105) 2011-06-03 10:55:04 -07:00
Ghislain Seguin
14492002e2 Fixed test case for issue #1617 2011-06-03 10:55:04 -07:00
Kin Blas
5e87e8481d Did a sweep over all tests (except for filter tests) to convert them to pageSequence() where possible. This fixes the test bustages caused by the changePage() refactoring. Note that the "Multiple nested lists on a page" test is still busted, as it is on the HEAD. 2011-05-23 16:51:37 -07:00
Ghislain Seguin
59a04d5a90 Fixed unit tests 2011-05-19 00:00:05 -07:00
Ghislain Seguin
4255f5752f Fix for issue #1654 2011-05-18 23:46:46 -07:00
Ghislain Seguin
bd068616c6 Fix for #1470
Corner styling issue with listview refresh on growing lists
2011-05-18 16:07:18 -07:00
scottjehl
10ce4a7c32 fixed some tests that failed in my last changes 2011-05-18 18:25:59 -04: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
Ghislain Seguin
b0b24add1f Removed double "-" in "data-" attributes 2011-05-16 08:43:02 -07:00
Ghislain Seguin
df9d846bfc Added unit test for issue #1617 2011-05-15 21:33:40 -07:00
Ghislain Seguin
cabdf7926b Revert "Added unit test for issue #1617"
This reverts commit 3c7c73e5ca.
2011-05-15 21:28:40 -07:00
Ghislain Seguin
3c7c73e5ca Added unit test for issue #1617 2011-05-15 21:13:04 -07:00
Kin Blas
0d7754fe4c Fixing listview filter tests that were broken by pull request 1475:
1387fd457f
2011-05-13 14:17:41 -07:00
scottjehl
d97a964884 been meaning to do this for a while. 2011-04-14 16:04:47 -04:00
John Bender
4bea7c41b8 fixed broken open page call to prevent redirect in tests 2011-04-01 22:55:55 -07:00
John Bender
9280fb467f whitespace in listview tests 2011-04-01 22:55:55 -07:00
scottjehl
96897b0285 listview tests now passing. 2011-03-31 18:07:08 -04:00
scottjehl
9826bf7b4b removed and edited some tests that no longer apply to listviews 2011-03-31 17:51:07 -04:00
scottjehl
fd5b3210e4 used :hidden selector instead 2011-03-27 00:48:30 -04:00
scottjehl
0780e40a69 straightened out some failing tests so they match the new markup conventions 2011-03-26 23:47:14 -04:00
scottjehl
a496bc3bb7 used data-rel to find back buttons 2011-03-26 22:34:36 -04:00
scottjehl
bed18f1bc9 updated to latest, adjusted first test to click the anchor 2011-03-26 22:33:33 -04:00
scottjehl
de21e9e628 trigger click on the link instead 2011-03-26 21:31:14 -04:00
scottjehl
963840a3b0 moved some selectors over to :jqmData() 2011-03-26 10:18:32 -04:00
John Bender
bf5d09cf9c small fixs for linux chrome tests 2011-03-25 22:55:25 -07:00
scottjehl
7503f62a10 changed our two new custom data helper names to jqmData() and :jqmData() 2011-03-25 17:50:40 -04:00
John Bender
3316e559b3 fixed order dependent tests in listview 2011-03-19 22:44:35 -07:00
John Bender
45183c186c fixed listview tests, refactor still necessary for the last test selectors 2011-03-19 22:29:53 -07:00
John Bender
2202b0d76c fixed some listview tests, still some that are hanging on complex selectors 2011-03-17 00:14:32 -07:00
John Bender
fe754ed298 fixed first three tests to be independent of order 2011-03-16 23:00:02 -07:00
John Bender
5349e5876b fixed some failing listview tests 2011-03-16 00:07:26 -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