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
|
4f909c50ba
|
Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
|
2012-02-12 09:14:36 -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
|
00b69db883
|
Accordion demo: Work around some IE quirks in the sortable demo. Fixes #5413 - Accordion + Sortable doesn't work properly on IE6/7.
|
2012-02-11 18:30:44 -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
|
2fd2ab23c9
|
Menu tests: Handle async focus events in IE.
|
2012-02-09 16:19:50 -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
|
518975391a
|
Accordion: Simplify CSS so content panels never have a top border instead of toggling the bottom border of the headers.
|
2012-02-09 12:51:46 -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 |
|
Richard D. Worth
|
60799826aa
|
Demos draggable: corrected cursor option in cursor-style demos to not be inside of cursorAt option. Fixed #8104 - Draggable cursorAt demo options incorrect
|
2012-02-07 06:06:58 -06: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
|
3ef4db2670
|
Menu: Focus the menu before performing keyboard unit tests.
|
2012-02-06 15:01:40 -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
|
519985f612
|
Visual tests: Cleaned up dialog tests.
|
2012-02-01 20:35:31 -05:00 |
|
Scott González
|
e0019ecd3d
|
Static tests: Removed slider tests.
|
2012-02-01 19:54:57 -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
|
62a70da959
|
Autocomplete: Added test for close method.
|
2012-01-31 14:21:18 -05:00 |
|
Scott González
|
66c7dfd377
|
Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE.
|
2012-01-31 14:07:17 -05:00 |
|
Scott González
|
853b515e5c
|
Accordion: Adjusted tests for icons: false.
|
2012-01-31 13:11:20 -05:00 |
|
Scott González
|
8f521f9d9e
|
Accordion: Fixed styling for nested accordions.
|
2012-01-31 13:09:28 -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 |
|
Scott González
|
ba43357122
|
Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
|
2012-01-28 07:44:58 -05:00 |
|
kborchers
|
4f15e66f53
|
Menu: Added unit tests for the enable, disable and refresh methods as well as the disabled option. Cleaned up some variable names in unit tests.
|
2012-01-22 11:26:41 -06:00 |
|
kborchers
|
8c5c6e0a32
|
Menu: Added check for the disabled option on create.
|
2012-01-22 11:24:49 -06:00 |
|
Scott González
|
6800e1a2f9
|
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel details in create event.
|
2012-01-21 08:46:02 -05:00 |
|
Scott González
|
da89fcbc07
|
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event data for create event.
|
2012-01-21 08:45:41 -05:00 |
|
Scott González
|
0cf6bc0429
|
Tabs: Move logic for finding the tab list into its own function to allow overriding for rare usage scenarios.
|
2012-01-21 08:04:39 -05:00 |
|
stojce
|
b7af203c8e
|
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.
|
2012-01-20 11:32:31 -05:00 |
|
Scott González
|
c518774aa3
|
Merge pull request #569 from ryanolton/master
Fixed #5818 - multiple DatePickers won't trigger close event
|
2012-01-20 08:23:58 -08:00 |
|
Scott González
|
09cf7092f8
|
Merge pull request #570 from clear00/master
Datepicker i18n: Fix some issues on the Korean translation
|
2012-01-20 08:13:28 -08:00 |
|
SpoonNZ
|
ba6916f22a
|
Sortable: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
|
2012-01-20 11:01:32 -05:00 |
|
Scott González
|
956c2cd2a5
|
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
|
2012-01-19 21:37:39 -05:00 |
|
Scott González
|
15e73e38b2
|
Merge pull request #564 from arhea/master
Tabs isLocal function was not compatible with HTML5 push state
|
2012-01-19 14:05:00 -08:00 |
|
Rick Waldron
|
07ec849f62
|
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
|
2012-01-19 08:21:54 -05:00 |
|