aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: improve option appendTo handling in appendTo methodFelix Nagel2012-12-121-1/+1
|
* Selectmenu: Select value when closing with spaceJörn Zaefferer2012-12-091-1/+5
|
* Selectmenu: Remove colons from labels, annoying for screenreader-users. ↵Jörn Zaefferer2012-12-092-4/+4
| | | | Cleanup whitespace.
* Selectmenu: Cleanup demo markupJörn Zaefferer2012-12-072-8/+7
|
* Selectmenu: simplify $.each usage in _readOptions methodFelix Nagel2012-12-031-1/+1
|
* Selectmenu: use item.index instead of _getSelectedItem methodFelix Nagel2012-12-031-1/+1
|
* Selectmenu: fix jQuery UI framework icon demoFelix Nagel2012-12-031-1/+1
|
* Selectmenu: use text() instead of html() as the option and optgroup is read ↵Felix Nagel2012-12-031-2/+2
| | | | as text
* Selectmenu: guard clause should not return falseFelix Nagel2012-12-031-1/+1
|
* Selectmenu: close guard close should test for closed menuFelix Nagel2012-12-031-1/+1
|
* Selectmenu: make isOpen check a guard clause in close methodFelix Nagel2012-11-291-6/+8
|
* Selectmenu tests: add button widget js file to fix compatibility testFelix Nagel2012-11-291-0/+1
|
* Selectmenu tests: remove themeswitcher as its no longer availableFelix Nagel2012-11-291-9/+0
|
* Selectmenu: added comment about popup positioningFelix Nagel2012-11-291-0/+1
|
* Selectmenu: improve disabled check in open methodFelix Nagel2012-11-291-31/+33
|
* Selectmenu: improve comment in _drawMenuFelix Nagel2012-11-291-1/+1
|
* Selectmenu: replace placeholder entity with  Felix Nagel2012-11-291-1/+1
|
* Selectmenu: improve element creationFelix Nagel2012-11-291-6/+6
|
* Selectmenu: remove unnecessary comments from _drawButtonFelix Nagel2012-11-291-1/+0
|
* Selectmenu: move button event binding in _drawButtonFelix Nagel2012-11-291-5/+5
|
* Selectmenu: remove unnecessary comments from _createFelix Nagel2012-11-291-3/+0
|
* Selectmenu: alphabetical ordering of options and callback eventsFelix Nagel2012-11-291-5/+6
|
* Selectmenu: updated documentation linkFelix Nagel2012-11-291-1/+1
|
* Selectmenu: better position handling, fixes issue with wrong styles when ↵Felix Nagel2012-11-291-8/+8
| | | | using custom positioning
* Merge branch 'master' into selectmenuFelix Nagel2012-11-2845-590/+937
|\
| * Button tests: simulated clicks aren't perfect in oldIE and OperaMike Sherov2012-11-281-10/+15
| |
| * Autocomplete: When appendTo is a jQuery object or a DOM element, don't ↵Scott González2012-11-282-3/+24
| | | | | | | | search against the document. Fixes #8858 - Autocomplete: Fails when appendTo is detached from the DOM.
| * Button: Strange space between buttons in IE 7. Fixed #5253 - Toolbar demo ↵Pawel Maruszczyk2012-11-283-2/+8
| | | | | | | | ugly in IE
| * Tooltip: Escape the title attribute so that it's treated as text and not ↵Scott González2012-11-273-2/+18
| | | | | | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content.
| * Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 ↵Scott González2012-11-271-1/+1
| | | | | | | | - Autocomplete: XSS in combobox demo.
| * Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: ↵Anika Henke2012-11-274-33/+7
| | | | | | | | Remove unneeded vendor prefixing
| * Effects: Use $ instead of jQuery in $.effects.animateClass. Fixes #8860 - ↵Viktor Kojouharov2012-11-271-1/+1
| | | | | | | | Effects: Class animation has broken noConflict support.
| * Datepicker: Remove JSHint overrides.Scott González2012-11-271-1/+0
| |
| * Datepicker: Remove support for setting options via custom attributes.Scott González2012-11-261-15/+2
| |
| * Button Tests: move aria-pressed test to correct moduleMike Sherov2012-11-262-11/+11
| |
| * Button: Let change handler handle display and aria update. Fixed #5518 - ↵Fabrício Matté2012-11-263-2/+12
| | | | | | | | Button: Incorrect state after double click in Firefox
| * Fixed order of authors.Scott González2012-11-261-2/+2
| |
| * Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ↵David Petersen2012-11-262-1/+11
| | | | | | | | overflows parent with heightStyle: 'fill'.
| * Dialog: Moved resizable handle test from resizable.Scott González2012-11-263-16/+13
| |
| * Autocomplete demo: Combobox cleanup.Scott González2012-11-261-16/+12
| |
| * Fix AUTHORS.txt, remove the various duplicate entries - follow-up to 2ca5fbf8Jörn Zaefferer2012-11-261-5/+1
| |
| * Resizable: Modified the default z-index value of resizable handles. Fixed ↵TJ VanToll2012-11-264-2/+19
| | | | | | | | #7960 - Dialog: Modal dialogs do not disable resizables on the page.
| * Dialog: Add unit test to cover #8789 and #8838.Kris Borchers2012-11-261-0/+16
| |
| * Dialog: Extract setting the title into a _title method, use .text() to ↵Jörn Zaefferer2012-11-261-4/+9
| | | | | | | | prevent XSS. Fixes #6016 - Dialog: Title XSS Vulnerability.
| * Dialog: Don't focus dialog when mousedown is on close button. Fixes #8838 - ↵Jörn Zaefferer2012-11-261-3/+8
| | | | | | | | Dialog: Close icon does not work in dialog larger than the window in IE.
| * Dialog: Update position when size is changed. Fixes #8789 - Dialog does not ↵Kris Borchers2012-11-262-2/+2
| | | | | | | | close for first click on chrome.
| * Dialog: Follow-up to c77ca67 - exclude button options from properties to ↵Jörn Zaefferer2012-11-261-5/+8
| | | | | | | | create the button.
| * Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ↵Jörn Zaefferer2012-11-263-93/+72
| | | | | | | | option.
| * Dialog: Update focus-tabbable test with a timer workaround to get IE8 to pass.Jörn Zaefferer2012-11-261-25/+27
| |
| * Dialog: Exclude deprecated units from phantomjsJörn Zaefferer2012-11-261-1/+1
| |