-
rdworth committed
May 20, 2010 -
Core: Better detection of when core is loaded twice. Fixes #5636 - Lo…
scottgonzalez committedMay 20, 2010 …ad ui.position before ui.core couse ui.core not execute.
-
Prevent autocomplete-menu from closing when clicking 'slowly', eg. a …
jzaefferer committedMay 18, 2010 …long mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout
-
Tabs: Removed instances of " .. + (++ .." to avoid a minification bug…
scottgonzalez committedMay 18, 2010 … in closure compiler. Fixes #5576 - invalid increment operand.
-
Fixed visual test for Autocomplete to include select event. Test for …
jzaefferer committedMay 15, 2010 …#5405 Autocomplete: select event not triggered when mousedown duration > blur timeout
-
Selectable: Add default CSS for ui-selectable-helper to CSS framework…
… to allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS
-
Datepicker: cleaning up the datepicker open transition. fixed #5609 -…
… Datepicker: change default opening animation to fadeIn
-
Selectable: modified _mouseStart function to unselect event.target if…
… the Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
-
Selectable: modified _mouseStart function to unselect event.target if…
… the Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect
-
Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slid…
rdworth committedMay 11, 2010 …er: can go outside min and max with keyboard
-
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - W…
rdworth committedMay 11, 2010 …rong date format for polish regional
-
Slider: fixed step alignment to handle negative fractional values. Fi…
rdworth committedMay 11, 2010 …xed #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.
-
Slider: trim value to min and max when page_up or page_down is presse…
rdworth committedMay 11, 2010 …d. Fixed #5591 - Slider: can go below its defined minimum with PageDown
-
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 -…
rdworth committedMay 11, 2010 … Datepicker localization SK. Thanks borsuk
-
Tabs: unit test to verify that number of panels is equal to number of…
… tabs. Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
-
Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 -…
rdworth committedMay 5, 2010 … invalid increment operand
-
Remove previous text/icon classes when updating buttons.
scottgonzalez committedApr 30, 2010 Fixes #5567 - button text, hide then show again.
-
Updated Show/Hide/Toggle demos since they don't support the Transfer …
…effect. Transfer was removed.
-
Slider unit tests: Disabled stale tests on Testswarm
jzaefferer committedApr 28, 2010 -
Removed case-sensitive .nodeName check.
scottgonzalez committedApr 28, 2010 Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems.
-
Revert "Draggable: Don't use computed style for top and left of posit…
rdworth committedApr 23, 2010 …ion:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera" This reverts commit dc94bbf.
-
Autocomplete: Ignore command (left and right/menu/windows), insert, c…
scottgonzalez committedApr 23, 2010 …aps lock, home, end keys. Fixes #5415 - Catch all common keys while typing a word.
-
Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.
scottgonzalez committedApr 23, 2010 Fixes #5542 - Add keyCodes for command buttons.
-
Autocomplete: Changed cache demo to cache all results.
scottgonzalez committedApr 23, 2010 Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.
-
Button: Added missing semicolon.
scottgonzalez committedApr 23, 2010 Fixes #5536 - Mission semicolon on line 5368.
-
Draggable: Don't use computed style for top and left of position:rela…
rdworth committedApr 22, 2010 …tive elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera
-
Updating the master version to 1.9pre
rdworth committedApr 21, 2010 -
rdworth committed
Apr 21, 2010 -
Autocomplete: Added demo for accent folding.
scottgonzalez committedApr 21, 2010 Proof of concept for #5219 - Autocomplete: Support for accent-folding.
-
Autocomplete: Added custom rendering for custom data demo.
scottgonzalez committedApr 21, 2010