Commit Graph

455 Commits

Author SHA1 Message Date
Corey Frang
3c2198b226 Tests: Fixining jquery include version 2012-07-23 12:07:35 -05:00
Corey Frang
cb41ec798a Build: Splitting Release Coverage build into three 2012-07-23 10:54:06 -05:00
kborchers
db3fabedb4 Menu: Expose the submenu indicator icon as an icon option 2012-07-10 00:14:54 -05:00
Scott González
92fb5567a2 Effects: Renamed all files. 2012-06-15 12:47:12 -04:00
kborchers
f11de83554 Menu Tests: Make the elements without anchors look like group headings and remove disabled elements to focus on dividers and no anchor elements 2012-05-25 07:43:29 -05:00
kborchers
fe7ca1f1c3 Menu: Better handling of divider elements and menu items without anchors. 2012-05-24 23:45:12 -05:00
Scott González
51863d5a71 Don't use :input selector. 2012-05-21 14:49:49 -04:00
Scott González
75f6b5f188 Position visual tests: Cleanup. 2012-05-20 20:34:21 -04:00
Jörn Zaefferer
ba1776a513 Position: Cleanup visual tests, keep general and feedback 2012-05-18 19:14:37 +02:00
Scott González
c549864572 Tests: Use versioned jQuery files in index files. 2012-05-18 11:31:01 -04:00
Scott González
b52c4ece53 Menu visual tests: cleanup. 2012-05-18 10:40:44 -04:00
Scott González
63915d16af Tooltip visual tests: Cleaned up animation tests. 2012-05-18 10:07:39 -04:00
Scott González
0b205572bf Tooltip visual tests: Removed now-unused ajax content. 2012-05-18 10:07:39 -04:00
Scott González
15ccc1ad7a Tooltip: Cleaned up visual test. 2012-05-18 10:07:38 -04:00
Jörn Zaefferer
49b1a190b6 Visual tests: Fix index links 2012-05-18 15:29:43 +02:00
Jörn Zaefferer
c0873f5da9 Menu: Update default visual test, remove the disable/toggle buttons, that behaviour must be covered by unit tests 2012-05-18 15:18:19 +02:00
Jörn Zaefferer
5fa6821897 Menu: Update default visual test, add headings and fix disable/destroy toggle buttons 2012-05-18 15:15:00 +02:00
Jörn Zaefferer
8bd0426e36 Menu: Remove tablemenu visual test, broken and not interesting 2012-05-18 15:10:44 +02:00
Jörn Zaefferer
70ce3f1f70 Menu: Remove drilldown visual test, broken and superceded by James Rosen's implementation 2012-05-18 15:08:43 +02:00
Scott González
c0f6b0ccdf Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist). 2012-05-15 16:43:47 -04:00
Scott González
44a086b92c Visual tests: Effects cleanup. 2012-05-15 12:52:18 -04:00
Scott González
1f2469234b Visual tests: Cleanup. 2012-05-15 10:45:13 -04:00
Scott González
86569d8ebc Visual tests: Renamed files. 2012-05-15 10:07:05 -04:00
Scott González
eaec319df3 addClass visual test: Added description of test. 2012-05-08 17:59:58 -04:00
Scott González
fa44e51016 Compound visual tests: Cleanup. 2012-05-08 14:40:45 -04:00
Richard D. Worth
4fd2befe94 tests visual position: minor refactor 2012-04-26 10:06:01 -04:00
Richard D. Worth
258a637cc6 Fix various issues in our html files, fifth batch 2012-04-26 09:47:05 -04:00
Jörn Zaefferer
252352e124 Position: Fix scrollbar calculcation to correctly take overflow:scroll into account, along with unit tests 2012-04-24 17:23:25 +02:00
Scott González
0f575e03bb Merge branch 'master' into position-notification
Conflicts:
	tests/unit/position/position_core_within.js
2012-04-23 16:33:34 -04:00
Jörn Zaefferer
0a6b126413 Fix various issues in our html files, fourth batch 2012-04-23 19:07:03 +02:00
Jörn Zaefferer
22edb77559 Fix various issues in our html files, second batch 2012-04-23 18:44:17 +02:00
Scott González
af1576280a Position visual tests: Cleanup. 2012-04-20 11:18:58 -04:00
Scott González
308b55e50c Merge branch 'master' into position-notification 2012-04-20 11:06:11 -04:00
Scott González
2cf9948cad Position: Use offsets for all calculations in feedback API. 2012-04-20 11:02:50 -04:00
kborchers
1ce42f4328 Menu: Modified interactions to allow keyboard navigation to disabled items so that they are announced by screen readers but prevent selection of and navigation to sub-menus of disabled items 2012-04-16 23:30:33 -05:00
Jörn Zaefferer
a5fc9eb7db Position: Expose target and element dimensions to allow further customization, like calculating the angle between the two elements 2012-04-13 16:05:29 +02:00
Jörn Zaefferer
e1a80d5900 Position: Cleanup feedback test page 2012-04-12 17:10:32 +02:00
Jörn Zaefferer
d077f9b360 Position: Improve feedback API by giving the center/middle position more weight. Also removed themeswitcher from test pages, now load faster 2012-04-12 01:32:30 +02:00
Jörn Zaefferer
260261255b Position: Extend feedback test page to include two mouse-positioned elements, highlights the 0px center/middle limitation
Also rename the demo file to match the variables names, 'feedback', instead of 'notification'
2012-04-11 15:20:56 +02:00
Jörn Zaefferer
e5ba731019 Position: Use a separate object and argument for the feedback information, keeping position props as they were 2012-04-10 22:16:38 +02:00
Jörn Zaefferer
479530bb61 Position: First draft for a new notification API, via using callback, telling you were the of-element is, not just when something flipped. New test page demonstrates usage 2012-04-10 18:15:30 +02:00
kborchers
44ef35eb6f Menu: Add dividers using empty list items 2012-04-07 15:38:27 -05:00
Jörn Zaefferer
037db084f2 Position: Extend main visual test page with simple 'arrow' callouts, as a starting pointing for a better collision notification API 2012-04-03 10:49:34 +02:00
Jörn Zaefferer
b2f8814d0a Tooltip: Remove old callout test page. Completely broken at this point, not worth fixing 2012-04-03 10:35:42 +02:00
Scott González
89ff5c5232 Upgrade jQuery to 1.7.2. 2012-03-22 09:45:22 -04:00
Scott González
3f56f8dfc6 Accordion: Added visual tests for nested accordions with differing icons options. 2012-02-26 21:57:48 -05:00
Jörn Zaefferer
58a5e23a78 Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped elements. 2012-02-23 19:39:43 +01:00
Scott González
4f909c50ba Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;' 2012-02-12 09:14:36 -05:00
kborchers
87dc9ce24a Menu: Prevent navigating to disabled menu items with the keyboard. 2012-02-06 14:12:56 -06:00
kborchers
48ad0994a0 Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items. 2012-02-03 16:12:37 -06:00