Felix Nagel
|
b356e1e4e1
|
Selectmenu: selected callback event fired twice when using mouse
|
2012-02-24 22:50:27 +01:00 |
|
Felix Nagel
|
058cba236f
|
Selectmenu: backfall for initial refresh when menu is opened
|
2012-02-24 22:39:11 +01:00 |
|
Felix Nagel
|
96102f7692
|
Selectmenu: use _hoverable and _focusable for button events
|
2012-02-23 23:32:17 +01:00 |
|
Felix Nagel
|
29effb38eb
|
Selectmenu: removed Button widget dependency
|
2012-02-23 23:25:03 +01:00 |
|
Felix Nagel
|
43851b65f5
|
Selectmenu: removed unneeded SPACE keypress event
|
2012-02-23 21:05:11 +01:00 |
|
Felix Nagel
|
c424ae40f0
|
Selectmenu: close open menu on escape keydown
|
2012-02-22 00:29:05 +01:00 |
|
Felix Nagel
|
45263578dd
|
Selectmenu: removed aria-activedescendant attr from button
|
2012-02-21 23:44:32 +01:00 |
|
Felix Nagel
|
52e43c076f
|
Selectmenu: re-enabled lazy loading of the menu items (menu refresh)
|
2012-02-21 23:41:00 +01:00 |
|
Felix Nagel
|
d0c31c188e
|
Selectmenu: fix _setSelected method, fixes aria-selected and unit tests
|
2012-02-21 22:35:37 +01:00 |
|
Jörn Zaefferer
|
59d15809a3
|
Selectmenu: Introduce menuWidget method, to get access to the menu element. Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
|
2012-02-21 20:22:13 +01:00 |
|
Jörn Zaefferer
|
b15dc8e3c5
|
Selectmenu: Simplify _getCreateOptions implementation
|
2012-02-21 18:31:27 +01:00 |
|
Jörn Zaefferer
|
6528b48b47
|
Merge branch 'master' into selectmenu
|
2012-02-21 17:48:55 +01:00 |
|
Jörn Zaefferer
|
d32a9e81ec
|
Tooltip: Mark target to prevent async results showing a tooltip that was closed already
|
2012-02-19 21:29:41 +01:00 |
|
Jörn Zaefferer
|
daacbaf221
|
Tooltip: Document why we don't use removeAttr
|
2012-02-19 21:17:35 +01:00 |
|
Scott González
|
f5b52a89a7
|
Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocomplete change event not triggered in time.
Thanks spekary for finding a workaround for IE.
|
2012-02-16 20:24:11 -05:00 |
|
Scott González
|
3d9f6b5bc7
|
Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed.
|
2012-02-16 16:51:46 -05:00 |
|
Felix Nagel
|
98d72c7f6d
|
Selectmenu: fixed _getCreateOptions usage
|
2012-02-15 22:16:18 +01:00 |
|
Richard D. Worth
|
90959389ee
|
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
|
2012-02-15 10:39:20 -05:00 |
|
Douglas
|
8406d97c6d
|
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer localization.
|
2012-02-12 20:56:13 -05:00 |
|
jdomnitz
|
57fe6ed01d
|
JavaScript "strict mode" fixes
|
2012-02-12 19:58:56 -05:00 |
|
Scott González
|
adaba7790b
|
Autocomplete: Fixed typo in comment.
Thanks Jellyfrog.
|
2012-02-12 19:27:28 -05:00 |
|
Scott González
|
8dcb02d035
|
Core: Removed modifier keys from key codes. Fixed #7613 - Incorrect UI keyCodes.
|
2012-02-12 12:29:16 -05:00 |
|
Scott González
|
f813481117
|
Mouse: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:31:06 -05:00 |
|
Scott González
|
861842d361
|
Draggable: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:30:05 -05:00 |
|
Scott González
|
d2d301f074
|
Datepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:27:54 -05:00 |
|
Scott González
|
41a1472469
|
Button: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:25:41 -05:00 |
|
Scott González
|
5c7be4798f
|
Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:24:09 -05:00 |
|
Scott González
|
609243b21d
|
Use jQuery.css() instead of deprecated jQuery.curCSS().
|
2012-02-12 09:01:06 -05:00 |
|
Scott González
|
c0093b599f
|
Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state.
|
2012-02-11 12:20:46 -05:00 |
|
Scott González
|
530d4cb408
|
Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete cancel pending request when text changes below minLength.
|
2012-02-11 10:12:51 -05:00 |
|
Scott González
|
041cb39a66
|
Autocomplete: Set context for ajax requests instead of relying on default context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup.
|
2012-02-11 08:15:24 -05:00 |
|
Scott González
|
0434bce03d
|
Slider: Prevent the default action on keydown if we're listening for the pressed key. Fixes #8109 - Slider: Key handling should prevent scrolling.
|
2012-02-09 14:00:21 -05:00 |
|
Scott González
|
c964894b9b
|
Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the datepicker via the provided button does not work in Chrome when the button contains other non-text elements.
|
2012-02-08 13:42:55 -05:00 |
|
Scott González
|
a3abb3b5f5
|
Merge pull request #593 from tjvantoll/bug_6763
Resizable: Removed Opera relative/absolute positioning exception code.
|
2012-02-08 08:43:16 -08:00 |
|
TJ VanToll
|
f5e5971821
|
Resizable: Removed Opera relative/absolute positioning exception code. Fixed #6763 - ui.dialog & resizable & button & opera 11
|
2012-02-06 21:17:39 -05:00 |
|
kborchers
|
1cd26fc759
|
Menu: Make sure the next element is defined in addition to checking length != 0
|
2012-02-06 15:16:08 -06:00 |
|
kborchers
|
b968ac32a1
|
Menu: Whitespace
|
2012-02-06 14:13:45 -06:00 |
|
kborchers
|
87dc9ce24a
|
Menu: Prevent navigating to disabled menu items with the keyboard.
|
2012-02-06 14:12:56 -06:00 |
|
kborchers
|
30713ade36
|
Menu: Remove left over debugging statement.
|
2012-02-04 08:37:04 -06:00 |
|
kborchers
|
48ad0994a0
|
Menu: Prevent clicking on disabled menu items and remove unnecessary extra padding from disabled items.
|
2012-02-03 16:12:37 -06:00 |
|
Scott González
|
4259978d39
|
Sortable: Fixed destroy to remove instance from element. Fixes #8094 - .sortable() after destroy does not work.
|
2012-02-02 11:38:51 -05:00 |
|
Scott González
|
8cd4a8330c
|
Widget: Allow redefining a widget after other widgets have inherited from it.
|
2012-02-01 16:59:26 -05:00 |
|
levushka
|
e496cde384
|
Datepicker i18n: Changed Hebrew monthNamesShort from number to names. Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
|
2012-02-01 16:19:30 -05:00 |
|
Scott González
|
5a55d68eca
|
Accordion: Moved the ui-accordion-icons class to the headers to properly style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion.
|
2012-01-31 12:48:00 -05:00 |
|
Scott González
|
3919256abd
|
Accordion: Pass header and content in create event. Fixes #7869 - Accordion: Provide header and content details in create event.
|
2012-01-31 11:46:31 -05:00 |
|
Scott González
|
ecddf469d7
|
Accordion: Reset overflowX and overflowY after animations to fix overflow in Opera <11.6. Fixes #6971 - Accordion animation bug in Opera 11.01 with jQuery 1.4.3+.
|
2012-01-31 10:42:01 -05:00 |
|
Scott González
|
6074b0698a
|
Accordion: Use ui-accordion-header-active class.
|
2012-01-31 08:54:21 -05:00 |
|
Felix Nagel
|
505d16a3e9
|
Selectmenu: trim trailing spaces
|
2012-01-27 23:11:31 +01:00 |
|
Felix Nagel
|
4bbfc2fd96
|
Selectmenu: cleanup and small improvements
|
2012-01-27 23:06:53 +01:00 |
|
Felix Nagel
|
62ba812af9
|
Selectmenu: improved empty select and empty option handling
|
2012-01-27 22:44:43 +01:00 |
|