Douglas Neiner
6008a30fcb
Dialog: Added a class to dialog wrapper when it is currently displaying buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing
2011-03-08 00:52:07 -06:00
Richard Worth
103744415c
Switched to latest stable jQuery 1.5.1
2011-03-08 00:52:06 -06:00
gnarf
8ce879e51b
Adding fade to the tests
2011-03-06 15:24:48 -06:00
gnarf
0b18671d28
Should add a visual test for the standard show/hide method to make sure we don't break it by overriding it
2011-03-02 19:46:19 -06:00
jzaefferer
58b730f7c7
Menubar: Close menu on input click when already open
2011-02-28 22:53:06 +01:00
jzaefferer
f76e7498e7
Menubar: Remove dependency on button and simplify CSS accordingly.
2011-02-28 22:49:49 +01:00
Scott González
ffb96bc972
Widget tests: Work around a bug in jQuery core in IE 9rc.
2011-02-26 13:31:45 +01:00
jzaefferer
48f060ac25
Spinner: Ignore delta of 0 from triggered mousewheel event. Verified
...
that mousewheel scrolling actually works fine in IE6.
2011-02-26 12:10:52 +01:00
jzaefferer
9ac6bde8a9
Accordion: Improve unit test to get consistent results on mobile devices
2011-02-26 11:48:56 +01:00
jzaefferer
3d3b5dd1e7
Position: Test for window scrollTop support and run scrolled window test
...
only when support is there. Should exclude mobile devices, getting the
position testsuite to produce more useful results.
2011-02-26 11:25:41 +01:00
jzaefferer
baf28d2c9d
Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty
...
string values
2011-02-25 18:58:44 +01:00
jzaefferer
540b78d920
Adding a domEqual assertion to our testsuite for more sane DOM
...
comparisons. Comparing innerHTML is too dependent on random browser
quirks like IE only sometimes rendering closing tags.
2011-02-25 11:33:48 +01:00
jzaefferer
b65583a029
Menu: Cleanup unit test page
2011-02-25 11:16:16 +01:00
jzaefferer
643e20ca3d
Menu: Optimize menu positioning in menubar
2011-02-24 23:03:58 +01:00
jzaefferer
105ef8b851
Menu: Add ui-state-active to active menu bar button
2011-02-24 22:57:44 +01:00
Scott González
bed6def5c0
Autocomplete tests: Fixed various bugs in various versions of IE.
2011-02-24 22:55:24 +01:00
maggiewachs
c2f9677252
Merge branch 'master' of github.com:jquery/jquery-ui
2011-02-24 16:00:56 -05:00
maggiewachs
63a72814be
Added two options to set the button style and add down arrow icons
2011-02-24 16:00:32 -05:00
maggiewachs
75afd3319b
Added a second example to show a menubar with buttons and icons and one without (default)
2011-02-24 16:00:01 -05:00
jzaefferer
b8f3e5b1c0
Menu: Fix testsuite, new option
2011-02-24 21:29:48 +01:00
maggiewachs
9e7820a258
Added another nested list for testing
2011-02-24 11:35:34 -05:00
maggiewachs
af0db70ae4
Line 58: document click function was missing event parameter
2011-02-24 11:16:15 -05:00
maggiewachs
b50fa469a4
Added menubar styles and removed ui-widget-header class from markup
2011-02-24 11:06:47 -05:00
maggiewachs
9340da37b7
Added ui-* classes to widget container
2011-02-24 11:06:12 -05:00
maggiewachs
7b3a4e71d3
Added menubar styles
2011-02-24 11:05:24 -05:00
jzaefferer
84d59ded92
Menu: Update menubar to use menu instead of removed flyoutmenu.
2011-02-24 16:39:08 +01:00
jzaefferer
0ddf677e40
Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html
...
testmenu into contextmenu.html
2011-02-24 15:51:51 +01:00
jzaefferer
38cfcfffe9
Menu: Update autocomplete to use deactivate and check for focus class
2011-02-24 12:05:20 +01:00
jzaefferer
5c687be331
Menu: Refactoring flyout menu in prepartion for merging into menu
2011-02-24 11:14:20 +01:00
jzaefferer
6bd95efe5e
Menu: Fix filter matching to work with flyout menu
2011-02-24 11:14:19 +01:00
jzaefferer
5d3f91bcbe
Menu: Move item matching code into menu
2011-02-24 11:14:19 +01:00
Scott González
50958718c2
Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autocomplete: Support contenteditable.
2011-02-24 10:24:32 +01:00
jzaefferer
ee34b0dabb
Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymore
2011-02-24 10:22:50 +01:00
jzaefferer
3f353cc8fb
Menu: Update unit test to use focus instead of activate method
2011-02-24 10:07:24 +01:00
jzaefferer
0d659d44c3
Menu: Rename activate to focus and deactivate to blur method
2011-02-24 10:06:08 +01:00
jzaefferer
d7682daaa8
Menu: Add some testing for ensure that id-attributes aren't overwritten.
2011-02-23 17:01:19 +01:00
jzaefferer
c37637ee99
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
2011-02-23 12:46:13 +01:00
jzaefferer
6597d3eafb
Drop unused tests/unit/defaults.html. If any, we need to composite suite
...
that runs everything, not just defaults.
2011-02-23 12:39:25 +01:00
jzaefferer
98fef9cde5
Menu: Test page for table-based menu (hackity hack)
2011-02-23 12:26:43 +01:00
jzaefferer
ddfd5e632c
Menu: Introducing position option into flyout menu
2011-02-23 12:12:29 +01:00
jzaefferer
faa4b970a7
Menu: Rename nested.html to flyoutmenu.html, updated headers
2011-02-22 16:15:11 +01:00
jzaefferer
f8091f761c
Menu: Overhauled menubar, again starting with Michael Lang's fork. Added
...
working keyboard navigation, including nested menus. Still need to
properly style the menu buttons, e.g. highlight the button of the
currently open menu.
2011-02-22 15:14:12 +01:00
jzaefferer
68c13cd6a6
Menu: Escape characters for RegExp matching for keyboard item matching.
2011-02-22 12:09:03 +01:00
jzaefferer
355705878a
Menu: Overhauled nested menu via flyoutmenu.js backported from Michael
...
Lang's fork. Changed key input handling by setting focus to menu,
getting rid of input option.
2011-02-22 11:51:08 +01:00
jzaefferer
1c7ab042fa
Disable dialog tests on TestSwarm until we can get some running in IE6
...
without freezing the browser.
2011-02-21 22:26:38 +01:00
jzaefferer
a1ebed70e3
Unit tests: Add QUnit toolbar for hiding passed tests
2011-02-21 20:39:35 +01:00
Scott González
f70f01af9e
Accordion: Handle changing the event option. Fixes #6740 - Dynamically changing accordion's event handler doesn't actually change the behaviour.
2011-02-21 16:07:59 +01:00
jzaefferer
84a4a4442d
Merge branch 'master' of github.com:jquery/jquery-ui
2011-02-21 14:45:54 +01:00
jzaefferer
5082e3e971
Menu: Fix visual test to use select event (was selected)
2011-02-21 10:38:30 +01:00
jzaefferer
b107181bbb
Fix datepicker tests to pass in Chrome and run faster by letting QUnit
...
handle the staggered proessing (renders at least once per second, faster
then rendering after each test). Disabled broken manual-entry tests
after confirming its only an issue in the test, not the impl.
2011-02-18 16:08:17 +01:00