aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-02343-1283/+2420
|
* Menubar: Close menu on input click when already openjzaefferer2011-02-281-4/+7
|
* Menubar: Remove dependency on button and simplify CSS accordingly.jzaefferer2011-02-282-9/+11
|
* Menu: Cleanupjzaefferer2011-02-281-3/+0
|
* Menu: Move addClass(active) call to _open to make it work for both mousejzaefferer2011-02-281-1/+2
| | | | and keyboard interactions
* Tooltip: Make sure we have a target before trying to open the tooltip.Scott González2011-02-261-0/+3
|
* Tooltip: Rename _show to _open.Scott González2011-02-261-4/+4
|
* Widget tests: Work around a bug in jQuery core in IE 9rc.Scott González2011-02-261-0/+2
|
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-262-3/+5
| | | | that mousewheel scrolling actually works fine in IE6.
* Accordion: Improve unit test to get consistent results on mobile devicesjzaefferer2011-02-264-4/+4
|
* Position: Test for window scrollTop support and run scrolled window testjzaefferer2011-02-261-12/+20
| | | | | only when support is there. Should exclude mobile devices, getting the position testsuite to produce more useful results.
* Button: Only add text classes if there is text. Fixes #7040 - button class ↵Scott González2011-02-261-2/+3
| | | | change breaks icon only buttons.
* Autocomplete: Update combobox menu to point out limits and link tojzaefferer2011-02-251-0/+1
| | | | explaining it.
* Menu: Cleanup contextmenu demo and fix aria unit test to ignore emptyjzaefferer2011-02-252-3/+2
| | | | string values
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-254-29/+42
| | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags.
* Position: Drop offset-as-a-setter from position, 1.9 won't support corejzaefferer2011-02-251-35/+0
| | | | 1.3 anymore
* Menu: Cleanup unit test pagejzaefferer2011-02-251-2/+1
|
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2011-02-252-6/+14
|\
| * Menu: Optimize menu positioning in menubarjzaefferer2011-02-241-1/+0
| |
| * Menu: Add ui-state-active to active menu bar buttonjzaefferer2011-02-242-5/+14
| |
* | Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add ↵Scott González2011-02-253-0/+26
|/ | | | Tajikistan localization.
* Autocomplete tests: Fixed various bugs in various versions of IE.Scott González2011-02-241-2/+6
|
* Merge branch 'master' of github.com:jquery/jquery-uimaggiewachs2011-02-241-1/+5
|\
| * Menu: Fix testsuite, new optionjzaefferer2011-02-241-1/+5
| |
* | Added two options to set the button style and add down arrow iconsmaggiewachs2011-02-241-13/+26
| |
* | Added a second example to show a menubar with buttons and icons and one ↵maggiewachs2011-02-241-6/+57
|/ | | | without (default)
* Removed active state when menu closesmaggiewachs2011-02-241-1/+3
|
* Added active state toggle to items with submenus to provide "breadcrumb" ↵maggiewachs2011-02-241-4/+7
| | | | feedback
* Added another nested list for testingmaggiewachs2011-02-241-1/+9
|
* Line 58: document click function was missing event parametermaggiewachs2011-02-241-1/+1
|
* Added menubar styles and removed ui-widget-header class from markupmaggiewachs2011-02-241-1/+1
|
* Added ui-* classes to widget containermaggiewachs2011-02-241-0/+3
|
* Added menubar stylesmaggiewachs2011-02-241-0/+4
|
* Menu: Update menubar to use menu instead of removed flyoutmenu.jzaefferer2011-02-242-11/+16
|
* Menu: Outline outline on focussed menujzaefferer2011-02-241-0/+1
|
* Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.htmljzaefferer2011-02-246-259/+169
| | | | testmenu into contextmenu.html
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-245-8/+44
|
* Menu: Refactoring flyout menu in prepartion for merging into menujzaefferer2011-02-241-10/+6
|
* Menu: Fix filter matching to work with flyout menujzaefferer2011-02-242-41/+5
|
* Menu: Move item matching code into menujzaefferer2011-02-243-33/+39
|
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - ↵Scott González2011-02-243-12/+59
| | | | Autocomplete: Support contenteditable.
* Menu: Get rid of .css(top:0,left:0) workaround, not necessary anymorejzaefferer2011-02-244-15/+2
|
* Menu: Replace ui-state-hover with ui-state-focus. More semantic, looksjzaefferer2011-02-242-3/+3
| | | | the same.
* Menu: Update unit test to use focus instead of activate methodjzaefferer2011-02-241-2/+2
|
* Menu: Rename activate to focus and deactivate to blur methodjzaefferer2011-02-245-21/+21
|
* Menu: Add some testing for ensure that id-attributes aren't overwritten.jzaefferer2011-02-231-6/+6
|
* Fixed #6979 - Several components are leaking variables into the global scopeGilmore Davidson2011-02-234-5/+5
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-2319-21/+21
|
* Drop unused tests/unit/defaults.html. If any, we need to composite suitejzaefferer2011-02-231-56/+0
| | | | that runs everything, not just defaults.
* Menu: Test page for table-based menu (hackity hack)jzaefferer2011-02-231-0/+67
|