aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tabs manipulation demo: Update for aria-controls.Scott González2012-05-181-2/+2
| |
| * Autocomplete: Update live region if focus event is canceled. Remove live ↵Scott González2012-05-162-5/+3
| | | | | | | | region on destroy.
| * Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵Jörn Zaefferer2012-05-162-3/+5
| | | | | | | | #7840 - Autocomplete: popup results not read by screen-readers
| * Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ↵Scott González2012-05-141-4/+4
| | | | | | | | #8322 - Autocomplete: Combobox demo should not override .ui-button styles.
* | Selectmenu: Upgrade jQuery to 1.7.2.Felix Nagel2012-05-142-2/+2
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-05-1417-157/+124
|\|
| * Tooltip: Make demos more accessible (and less stupid, in case of the forms ↵Jörn Zaefferer2012-05-092-26/+13
| | | | | | | | demo). Fixes #7842
| * Menu: Drop contextmenu link from menu demos index, demo doesn't existJörn Zaefferer2012-05-091-1/+0
| |
| * Autocomplete delete: Adjust styles.Scott González2012-05-081-2/+0
| |
| * Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from ↵Scott González2012-05-031-8/+10
| | | | | | | | date in Date range datepicker.
| * Autocomplete combobox demo: Define this.wrapper for use inside destroy().Scott González2012-04-281-1/+1
| |
| * Merge branch 'master' into position-notificationScott González2012-04-2310-21/+24
| |\ | | | | | | | | | | | | Conflicts: tests/unit/position/position_core_within.js
| | * Fix various issues in our html files, second batchJörn Zaefferer2012-04-233-4/+4
| | |
| | * Fix various issues in our html files, first batchJörn Zaefferer2012-04-238-18/+21
| | |
| * | Merge branch 'master' into position-notificationScott González2012-04-201-31/+6
| |\|
| | * Position: Simplify default demo by removing drag functionality on positioned ↵Scott González2012-04-151-31/+6
| | | | | | | | | | | | elements. Fixes #5380 - Position Demo breaks when dragging an element.
| * | Tooltip: Update custom-style demo, remove the ugly padding that was hiding ↵Jörn Zaefferer2012-04-171-55/+46
| |/ | | | | | | layout issues, use new position feedback API instead of position callout in more then just one place
| * Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵Scott González2012-04-071-13/+25
| | | | | | | | Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0).
* | Merge branch 'master' into selectmenuFelix Nagel2012-05-14140-140/+143
|\|
| * Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add ↵Lado Lomidze2012-03-222-0/+3
| | | | | | | | Georgian localization.
| * Upgrade jQuery to 1.7.2.Scott González2012-03-22140-140/+140
| |
* | Merge branch 'master' into selectmenuScott González2012-02-2910-98/+42
|\|
| * Accordion: Removed mouseover demo. We shouldn't demo bad UX choices.Scott González2012-02-292-58/+0
| |
| * Accordion: Removed requirement for headers contain a child (and removed ↵Scott González2012-02-278-32/+31
| | | | | | | | associated ui-accordion-heading class).
| * Position: Fix initial positioning of cycler demo.Jörn Zaefferer2012-02-231-12/+15
| |
* | Selectmenu: added empty.html visual test, small improvements in html filesFelix Nagel2012-02-261-3/+2
| |
* | Selectmenu: fix for IEs item hover problem, overflow CSS properties now includedFelix Nagel2012-02-261-1/+1
| |
* | Selectmenu: removed Button widget dependencyFelix Nagel2012-02-232-2/+0
| |
* | Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵Jörn Zaefferer2012-02-212-5/+5
| | | | | | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
* | Selectmenu: Reorder default demo to reduce the odd top-margin (still needed ↵Jörn Zaefferer2012-02-211-18/+17
| | | | | | | | to fully show the popup menu)
* | Selectmenu: Simplify id-selectors, no need for element-selectorJörn Zaefferer2012-02-211-3/+3
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2012-02-2110-43/+52
|\|
| * Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi ↵Richard D. Worth2012-02-152-0/+3
| | | | | | | | localization
| * Sortable demos: connect lists - added some bottom padding to each container. ↵Richard D. Worth2012-02-131-1/+1
| | | | | | | | Fixed #8114 - Sortable "Connect Lists" demo doesn't allow dropping as last element
| * Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer ↵Douglas2012-02-122-0/+3
| | | | | | | | localization.
| * WhitespaceScott González2012-02-121-1/+1
| |
| * Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - ↵Scott González2012-02-123-6/+6
| | | | | | | | remove uses of 'var self = this;'
| * Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 ↵Scott González2012-02-111-14/+12
| | | | | | | | - Accordion + Sortable doesn't work properly on IE6/7.
| * Easings: Rewrote all easings to only rely on state and reduce code size. ↵Scott González2012-02-111-17/+18
| | | | | | | | Fixes #8115 - Easings: Simplify equations to only rely on state.
| * Demos draggable: corrected cursor option in cursor-style demos to not be ↵Richard D. Worth2012-02-071-2/+2
| | | | | | | | inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect
| * Accordion demo: Clear out originalEvent in hoverintent special event. Fixes ↵Scott González2012-01-311-0/+4
| | | | | | | | #6028 - Accordion: Hoverintent demo throws an error in IE.
| * Demos: Specify the dataType when loading the demo and docs files. Fixes ↵Scott González2012-01-281-2/+2
| | | | | | | | #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
* | Merge branch 'master' into selectmenuJörn Zaefferer2012-01-1111-775/+22
|\|
| * Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵Jörn Zaefferer2012-01-0411-775/+22
| | | | | | | | delete on the menubar branch, while development on master can continue without them.
* | Merge branch 'master' into selectmenukborchers2011-12-151-0/+55
|\|
| * Menubar: Fix font-weight and spacing of disabled menu itemskborchers2011-12-011-2/+2
| |
| * Merge branch 'master' into menubar_otherStructureskborchers2011-12-01149-180/+296
| |\
| * | Menubar: Allow structures other than just UL/LIkborchers2011-10-191-0/+55
| | |
* | | Upgrade jQuery to 1.7.1.Jörn Zaefferer2011-11-242-22/+22
| | |
* | | Merge branch 'master' into selectmenuJörn Zaefferer2011-11-24148-148/+148
|\ \ \ | | |/ | |/|