Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ↵ | Richard Worth | 2010-03-15 | 1 | -1/+3 |
| | | | | loss | ||||
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 |
| | | | | loss | ||||
* | Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain ↵ | Richard Worth | 2010-03-15 | 1 | -0/+3 |
| | | | | selected when mouse off menu | ||||
* | Autocomplete: fixed #5347 - Autocomplete: each successive item hover makes ↵ | Richard Worth | 2010-03-15 | 1 | -6/+6 |
| | | | | item above shrink a bit in IE | ||||
* | autocomplete: combobox demo: tweaked padding to be more consistent across ↵ | Richard Worth | 2010-03-15 | 1 | -1/+2 |
| | | | | browsers | ||||
* | autocomplete demo: corrected spelling of perl | Richard Worth | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | button demo: minor update | Richard Worth | 2010-03-15 | 1 | -2/+2 |
| | |||||
* | Button demo: added description | Richard Worth | 2010-03-15 | 1 | -1/+3 |
| | |||||
* | Button: fixed #5324 - button disabled state doesn't get refreshed when ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 |
| | | | | disabled set on original element | ||||
* | Button: remove disabled attribute from original element when option set to false | Richard Worth | 2010-03-15 | 1 | -1/+5 |
| | |||||
* | button: fixed #5328 - button disabled only visually when disabled option ↵ | Richard Worth | 2010-03-15 | 1 | -5/+12 |
| | | | | set, still functional | ||||
* | Dialog visual test - corrected page title, added heading | Richard Worth | 2010-03-15 | 1 | -1/+4 |
| | |||||
* | Accordion: Fixed visual test for dl markup. | Scott González | 2010-03-14 | 1 | -6/+11 |
| | | | | Fixes #5329 - Nested Accordion header is not lined up properly. | ||||
* | Button: Don't react to keydown when disabled. | Scott González | 2010-03-14 | 1 | -6/+8 |
| | | | | Partial fix for #5328 - button disabled only visually when disabled option set, still functional. | ||||
* | Dialog: Removed relative positioning from content div. | Scott González | 2010-03-14 | 1 | -1/+1 |
| | | | | Fixes #5323 - dialog content shifts when dialog resized from top or left. | ||||
* | dialog: added visual test for position right top | Richard Worth | 2010-03-12 | 1 | -0/+33 |
| | |||||
* | rename | Richard Worth | 2010-03-12 | 1 | -0/+84 |
| | |||||
* | button: added visual test for button option disabled | Richard Worth | 2010-03-12 | 1 | -0/+84 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 332 | -651/+981 |
| | |||||
* | resizable visual test: changed alsoResize child test to have ↵ | Richard Worth | 2010-03-12 | 1 | -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 element | Richard Worth | 2010-03-12 | 1 | -0/+45 |
| | |||||
* | Dialog: quiet JSLint | Richard Worth | 2010-03-12 | 1 | -90/+155 |
| | |||||
* | Position: quiet JSLint | Richard Worth | 2010-03-11 | 1 | -11/+8 |
| | |||||
* | Autocomplete: quiet jslint | Richard Worth | 2010-03-11 | 1 | -17/+21 |
| | |||||
* | Button: fixed icon spacing issues caused by r3878 fix of #5294 | Richard Worth | 2010-03-11 | 1 | -4/+4 |
| | |||||
* | Button: quiet jslint | Richard Worth | 2010-03-11 | 1 | -13/+19 |
| | |||||
* | dialog: corrected typo in ui.position property for drag events. Updated unit ↵ | Richard Worth | 2010-03-11 | 2 | -19/+43 |
| | | | | tests tracking fix of #5291 | ||||
* | Button: No need to check the button type before removing the hidden class. | Scott González | 2010-03-11 | 1 | -5/+1 |
| | |||||
* | Button: Conform to coding standards. | Scott González | 2010-03-11 | 1 | -28/+30 |
| | |||||
* | Button: Fixed tests that check for hidden button elements. | Scott González | 2010-03-11 | 1 | -3/+3 |
| | |||||
* | reverted r3888 un-fixing #5322 for now as trunk is in release candidate ↵ | Richard Worth | 2010-03-11 | 1 | -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 Bakaus | 2010-03-11 | 1 | -2/+2 |
| | | | | sortable tabs demo) | ||||
* | Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵ | Richard Worth | 2010-03-11 | 2 | -23/+125 |
| | | | | input "change" event | ||||
* | Autocomplete: Resize menu on every suggestion. | Scott González | 2010-03-11 | 1 | -3/+4 |
| | |||||
* | button visual tests: minor cleanup of 5254 visual test (removed unused ↵ | Richard Worth | 2010-03-11 | 2 | -4/+24 |
| | | | | metadata plugin reference), added button input type checkbox visual test | ||||
* | Button: Support elements that are disconnected from the DOM. | Scott González | 2010-03-11 | 1 | -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ález | 2010-03-11 | 1 | -0/+1 |
| | | | | Fixes #5297 - Autocomplete: menu layout in IE6. | ||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 6 | -9/+32 |
| | | | | Fixes #5271. | ||||
* | button: remove ui-helper-hidden-accessible instead of .show() on destroy. ↵ | Richard Worth | 2010-03-11 | 1 | -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 Worth | 2010-03-11 | 2 | -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 typo | Richard Worth | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | button default demo: prevent navigation to # when clicking on anchor button | Richard Worth | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed #5305 - Autocomplete: open event should trigger after the menu is ↵ | Richard Worth | 2010-03-08 | 1 | -1/+1 |
| | | | | opened since the name is not 'beforeopen' | ||||
* | Filter properties to forward to dialog events on resize and drag etc. - fix ↵ | Jörn Zaefferer | 2010-03-05 | 1 | -6/+22 |
| | | | | for #5291 | ||||
* | Pass through resizable and draggable ui objects in dialog - partial fix for ↵ | Jörn Zaefferer | 2010-03-05 | 1 | -11/+11 |
| | | | | #5291 | ||||
* | button: added visual test for #5254 - Input, button and anchor buttons ↵ | Richard Worth | 2010-03-04 | 1 | -0/+58 |
| | | | | aren't consistent in IE7 | ||||
* | Tabs: Fixed id generation for cookies. | Scott González | 2010-03-04 | 1 | -2/+3 |
| | | | | Fixes #5264 - cookie name is: "ui-tabs-[object Object]". | ||||
* | Button: quote the value when searching for attributes. | Scott González | 2010-03-04 | 1 | -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ález | 2010-03-04 | 1 | -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 Zaefferer | 2010-03-03 | 1 | -2/+0 |
| | | | | FF2 aria code |