aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resizable visual test: changed alsoResize child test to have ↵Richard Worth2010-03-121-0/+2
| | | | position:absolute parent and position:relative child. This is the source of the dialog issue #5323 - dialog content shifts when dialog resized from top or left
* resizable: added visual test for alsoResize with child elementRichard Worth2010-03-121-0/+45
|
* Dialog: quiet JSLintRichard Worth2010-03-121-90/+155
|
* Position: quiet JSLintRichard Worth2010-03-111-11/+8
|
* Autocomplete: quiet jslintRichard Worth2010-03-111-17/+21
|
* Button: fixed icon spacing issues caused by r3878 fix of #5294Richard Worth2010-03-111-4/+4
|
* Button: quiet jslintRichard Worth2010-03-111-13/+19
|
* dialog: corrected typo in ui.position property for drag events. Updated unit ↵Richard Worth2010-03-112-19/+43
| | | | tests tracking fix of #5291
* Button: No need to check the button type before removing the hidden class.Scott González2010-03-111-5/+1
|
* Button: Conform to coding standards.Scott González2010-03-111-28/+30
|
* Button: Fixed tests that check for hidden button elements.Scott González2010-03-111-3/+3
|
* reverted r3888 un-fixing #5322 for now as trunk is in release candidate ↵Richard Worth2010-03-111-2/+2
| | | | state - only criticals and blockers should be fixed until 1.8 is final
* sortable: fixed #5322 (helper position weird when axis was used, fixes ↵Paul Bakaus2010-03-111-2/+2
| | | | sortable tabs demo)
* Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵Richard Worth2010-03-112-23/+125
| | | | input "change" event
* Autocomplete: Resize menu on every suggestion.Scott González2010-03-111-3/+4
|
* button visual tests: minor cleanup of 5254 visual test (removed unused ↵Richard Worth2010-03-112-4/+24
| | | | metadata plugin reference), added button input type checkbox visual test
* Button: Support elements that are disconnected from the DOM.Scott González2010-03-111-1/+4
| | | | Fixes #5246 - _determineButtonType does not work if a label for checkbox/radiobutton is not yet attached to the document.
* Autocomplete: Fixed menu styling in IE6.Scott González2010-03-111-0/+1
| | | | Fixes #5297 - Autocomplete: menu layout in IE6.
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-116-9/+32
| | | | Fixes #5271.
* button: remove ui-helper-hidden-accessible instead of .show() on destroy. ↵Richard Worth2010-03-111-1/+1
| | | | Fixes #5261 - button change events don't fire in IE 7/8
* Checkbox must not be all the way hidden for change to fire in IE. Switched ↵Richard Worth2010-03-112-1/+42
| | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8
* Fixed #5294 - button icon class typoRichard Worth2010-03-101-1/+1
|
* button default demo: prevent navigation to # when clicking on anchor buttonRichard Worth2010-03-101-1/+1
|
* Fixed #5305 - Autocomplete: open event should trigger after the menu is ↵Richard Worth2010-03-081-1/+1
| | | | opened since the name is not 'beforeopen'
* Filter properties to forward to dialog events on resize and drag etc. - fix ↵Jörn Zaefferer2010-03-051-6/+22
| | | | for #5291
* Pass through resizable and draggable ui objects in dialog - partial fix for ↵Jörn Zaefferer2010-03-051-11/+11
| | | | #5291
* button: added visual test for #5254 - Input, button and anchor buttons ↵Richard Worth2010-03-041-0/+58
| | | | aren't consistent in IE7
* Tabs: Fixed id generation for cookies.Scott González2010-03-041-2/+3
| | | | Fixes #5264 - cookie name is: "ui-tabs-[object Object]".
* Button: quote the value when searching for attributes.Scott González2010-03-041-2/+2
| | | | | | Fixes #5262 - Buttonset not working on inputs with Arrays in name Attribute. Thanks Zidane.
* Effects: Proper argument shuffling when calling show/hide/toggle without a ↵Scott González2010-03-041-0/+4
| | | | | | speed. Fixes #5269 - Show and hide effects errantly require "duration" option to fire callback.
* Remove isFF2 flag in ui.core - should have been dropped together with the ↵Jörn Zaefferer2010-03-031-2/+0
| | | | FF2 aria code
* Dialog: Fixed modal overlay instance tracking.Scott González2010-03-031-7/+7
| | | | | Fixes #5228 - $.inArray's parameter. Fixes #5263 - Dialog Close Then Destroy Destroys Overlay Twice, Causes Exceptions Later.
* Datepicker: Handle empty string for animation duration.Scott González2010-03-031-1/+1
| | | | Fixes #5259 - DatePicker will not ever close.
* Datepicker: Tamil localisationKeith Wood2010-03-023-0/+26
|
* Button: Add disabled class on init if the disabled option is set to true.Scott González2010-03-021-0/+4
| | | | Fixes #5250 - Button: initializing with disabled = true isn't visually disabled.
* Buttonset: Use :data(button) instead of .ui-button to find buttons that have ↵Scott González2010-03-021-2/+2
| | | | | | already been instantiated. This prevents us from finding elements that are proxying buttons, e.g., a radio's label. Fixes #5242 - radio buttonset with icons does not maintain state.
* Button demo: Fixed duplicate id.Scott González2010-03-021-2/+2
|
* Autocomplete: search against label instead of value when both are provided.Scott González2010-02-271-1/+1
| | | | | | Fixes #5237 - Array matching behaviour of autocomplete should match on label before value. Thanks Simon Cusack.
* Datepicker: Add Faroese localisationKeith Wood2010-02-263-0/+26
|
* set trunk version to 1.8preRichard Worth2010-02-251-1/+1
|
* set trunk version to 1.8rc31.8rc3Richard Worth2010-02-251-1/+1
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-2537-1874/+1392
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Visual testcase for #4231Jörn Zaefferer2010-02-241-0/+79
|
* ajax tabs demo: renamed tabs to fit on the demo templateJörn Zaefferer2010-02-241-5/+5
|
* Externals: updated jquery.cookie plugin to ↵Richard Worth2010-02-247-102/+94
| | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d
* Fix for #4451 - ajax tabs error handlingJörn Zaefferer2010-02-245-4/+38
|
* Accordion: Fixed oldContent and newContent for events.Scott González2010-02-241-2/+2
| | | | Fixes #4469 - Accordion: newContent/oldContent misbehaving.
* Dialog: Use .height() to calculate height of dialog before drag.Scott González2010-02-241-1/+1
| | | | Fixes #5221 - Buttons disappear after dragging dialog.
* Autocomplete: Fixed class removal in .destroy().Scott González2010-02-231-1/+1
|
* Autocomplete: Reposition menu every time it opens.Scott González2010-02-231-7/+6
| | | | Fixes #5217 - Autocomplete in Dialog is posiitoned incorrectly in 1.8 RC2.