Jörn Zaefferer
7ceaa61842
Progressbar: Handle disabled option on create, using _setOptionDisabled
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:07 -04:00
Jörn Zaefferer
8d031215c6
Menu: Remove redundant handling of disabled option on create
...
Ref #9151
Ref gh-1599
2015-09-25 13:47:04 -04:00
Jörn Zaefferer
83725a8fab
Draggable: Remove redundant handling of disabled class on create
...
_setOptionDisabled in $.Widget is now handling that.
Ref #9151
Ref gh-1599
2015-09-25 13:47:02 -04:00
Jörn Zaefferer
11bd6d28b7
Dialog: Override disabled option on create, force always-enabled state
...
Without this, _on will still respect the disabled option and ends up
preventing closing the dialog.
Ref #9151
Ref gh-1599
2015-09-25 13:46:53 -04:00
Jörn Zaefferer
874b4a0316
Accordion: Handle disabled option on create, through _setOptionDisabled
...
Ref #9151
Ref gh-1599
2015-09-25 13:46:41 -04:00
Scott González
7dde5c9d75
Widget: Call ._setOptionDisabled()
on init if the widget is disabled
...
Fixes #9151
Ref gh-1599
2015-09-25 13:46:25 -04:00
Weston Ruter
0db243a736
Core: Remove ancestor visibility requirement from :focusable
selector
...
* Check computed visibility in addition to :visible
* Add tests for nested visibility override
Fixes #14596
Closes gh-1583
2015-09-24 08:13:59 -04:00
Scott González
2d4b4ef360
Datepicker: Fix date format for ko
locale
...
Fixes #14595
Closes gh-1595
2015-09-23 11:30:55 -04:00
Scott González
ce50178430
Autocomplete: Use a div
instead of a span
for the live region
...
Fixes #14587
2015-09-18 11:19:59 -04:00
Scott González
0ff7a16534
Resizable: Don't round dimensions
2015-09-17 09:51:44 -04:00
Scott González
e19d462f16
All: Delegate to base _getCreateOptions()
.
...
Ensures that any extensions to the base widget will be handled properly by
individual widgets.
Closes gh-1598
2015-09-17 08:47:28 -04:00
Scott González
d31e342e1d
Widget: Style updates
...
Closes gh-1597
2015-09-16 12:45:54 -04:00
Alexander Schmitz
5053f4ad3d
Datepicker: Style updates to KO locale for jscs
2015-09-11 08:42:24 -04:00
Alexander Schmitz
5b5cb6153c
Mouse: Style fixes for jscs
2015-09-11 08:42:02 -04:00
Alexander Schmitz
806c2a4606
Widget: Update to use camelCase identifiers
2015-09-11 08:36:41 -04:00
Alexander Schmitz
013a411a48
Spinner: Update to use camelcase identifiers
2015-09-11 08:36:41 -04:00
Alexander Schmitz
e021e4d6e2
Widget: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
14b3b607e5
Autocomplete: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
b2bf10e0ec
Button: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
a380d2d09e
Datepicker: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
f8c2bbb0c8
Dialog: Style updates
...
Ref #14246
2015-09-11 08:29:09 -04:00
Alexander Schmitz
8336ba7b69
Draggable: Style updates
...
Ref #14246
2015-09-11 08:29:09 -04:00
Alexander Schmitz
0cab9f0a2f
Droppable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
85ff520560
Menu: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
a3a847f23a
Mouse: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
12be35562a
Progressbar: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
5850a5c755
Resizable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
9a015df3a3
Selectable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
e583a512d7
Slider: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
62c8217185
Sortable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
23d0884e66
Spinner: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
6c0bb24918
Tabs: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
a0892eca70
Tooltip: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Felix Nagel
31908a1465
Calendar: Make header prev / next buttons min / max option aware
...
* Disable / enable header buttons according to min / max
* Add tests for header button states
* Improve header button rendering and refreshing
* Improve header button label escaping on create
* Create button pane for multiple pickers (bugfix)
2015-09-10 23:21:24 +02:00
Felix Nagel
c5b2d8552c
Calendar: Make use of escapeSelector method
2015-09-10 23:21:23 +02:00
Felix Nagel
09be7b328e
Calendar: Fix view when moving between multiple months with keyboard
...
Make sure numberOfMonths is taken into account while navigating with keyboard
when rendering multiple calendar grids (numberOfMonths > 1).
2015-09-10 23:21:23 +02:00
Liran Sharir
9b82001a70
Mouse: Fix delay timeout clearing upon mouseup
...
Fixes #14458
Closes gh-1579
2015-08-31 16:01:38 -04:00
Myeongjin Lee
e5c3004c8e
Datepicker: Translate weekHeader
in ko locale
...
Closes gh-1582
2015-08-31 15:10:51 -04:00
Scott González
eec0cfd7fe
Datepicker: Remove stray line
...
Fixes #14416
2015-08-28 10:20:45 -04:00
Felix Nagel
a307992375
Calendar: Fix weekday name jumping when using numberOfMonths option
...
Fixes weekday name jumping when clicking the last day of the last
grid. Includes some basic tests for multiple month demo and this
specific issue.
2015-08-25 17:47:13 +02:00
Alexander Schmitz
fe5534b347
Core: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
8e28f474e5
Position: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
b5f0fae57a
Widget: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
de242d8ca9
Effects: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
009850abbf
Accordion: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
8029cc94e1
Autocomplete: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
a6499c0dee
Datepicker: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
9ef84a6bf0
Dialog: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f75c8761cb
Draggable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f43311da93
Droppable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
3b99bf4cc8
Menu: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
20fae727d9
Mouse: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
e4f42beea6
Progressbar: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f378e34789
Resizable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
824e05c337
Selectable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
7e43405269
Selectmenu: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
1d572f051a
Slider: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
d86ac025ee
Sortable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
2626be4533
Spinner: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
063885f592
Tabs: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Alexander Schmitz
b7278a3968
Tooltip: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:22 -04:00
Scott González
31d9184aa3
Merge branch 'master' into datepicker
2015-08-20 09:48:11 -04:00
Alexander Schmitz
eeb962027e
Tooltip: Move tooltip into widgets directory
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
18486cb60c
Tabs: Move tabs into widgets directory
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
33e135061f
Spinner: Move spinner into widgets folder
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
657b6d0f58
Sortable: Move sortable into widgets folder
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
149a1a2a82
Slider: Move slider into widgets folder
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
e7c9e8877e
Selectmenu: Move selectmenu into widgets folder
...
Ref #13885
2015-08-08 00:29:39 -04:00
Alexander Schmitz
2a279db00a
Selectable: Move selectable into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
e59b596141
Resizable: Move resizable into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
5dc88353d4
Mouse: Move mouse into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
92e267903e
Progressbar: Move progressbar into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
8140d0c901
Menu: Move menu into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
8b3005fd58
Droppable: Move droppable into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
59ea81003d
Effects: Move individual effects into effects folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
3b2db14b3b
Draggable: Move draggable into widgets folder
...
Ref #13885
2015-08-08 00:29:38 -04:00
Alexander Schmitz
5efa98361e
Dialog: Move dialog into widgets folder
...
Ref #13885
2015-08-08 00:29:37 -04:00
Alexander Schmitz
f1ce6e5de5
Datepicker: Move datepicker into widgets folder
...
Ref #13885
2015-08-08 00:29:37 -04:00
Alexander Schmitz
dd6a99f140
Button: Move button into widgets folder
...
Ref #13885
2015-08-08 00:29:37 -04:00
Alexander Schmitz
4c6b1463ea
Autocomplete: Move autocomplete into widgets folder
...
Ref #13885
2015-08-08 00:29:37 -04:00
Alexander Schmitz
12d5aed283
Accordion: Move accordion into widgets folder
...
Ref #13885
2015-08-08 00:29:37 -04:00
Alexander Schmitz
37602d7e64
Core: Movie uniqueId into its own module and deprecate core module
...
uniqueId was the last thing in the core module, and it is now just a helper
which require all the modules it used to contain.
Closes #9647
2015-08-08 00:29:37 -04:00
Alexander Schmitz
72bfafbede
Core: Move scrollParent into its own module
...
Ref #9647
2015-08-08 00:29:37 -04:00
Alexander Schmitz
6064a5e048
Core: Move tabbable into its own module
...
Ref #9647
2015-08-08 00:29:37 -04:00
Alexander Schmitz
26fc3b5587
Core: Move safe blur into its own module
...
Ref #9647
2015-08-08 00:29:37 -04:00
Alexander Schmitz
2b84531ae9
Core: Move safeActiveElement into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
0a9df3af52
Core: Move plugin into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
2d03e1280a
Core: Move backcompat for core 1.7 into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
2c92f10747
Core: Move labels into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
bddb7efe00
Core: Move keyCode into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
677fdbf7be
Core: Move $.ui.ie into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
64076ecfb5
Core: Move form method into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
47188b7926
Core: Move escape selector into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
475ccefd97
Core: Move focusable into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
4916487440
Core: Move disable-selection into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
f0260fd91b
Core: Move data selector from core into its own module
...
Ref #9647
2015-08-08 00:29:36 -04:00
Alexander Schmitz
3d71fb83fe
Core: Move version and creation of the ui namespace into its own module
...
Ref #9647
2015-08-08 00:29:35 -04:00
Felix Nagel
8bd4030443
Datepicker: Re-introduce formatDate option, simplify Globalize usage
2015-07-29 00:06:30 +02:00
Felix Nagel
ce704462b2
Datepicker: Update to Globalize 1.0.0
2015-07-29 00:06:29 +02:00
Felix Nagel
6db02da67c
Calendar: Re-introduce formatDate option
2015-07-29 00:06:29 +02:00
Felix Nagel
f9ba50df66
Calendar: Update Globalize to 1.0.0
2015-07-29 00:06:29 +02:00
Felix Nagel
8238c25980
Merge branch 'datepicker' into datepicker-globalize-1.x
2015-07-29 00:06:29 +02:00
Felix Nagel
8732ff7a8c
Datepicker: Use Globalize 1.0.0
...
- Fix merge conflict in value method
- Fix common unit tests
- Fix calendar localization tests
- Fix rebase regression: labels update on refresh
- Add new pass through options
- lint fixes
2015-07-29 00:04:22 +02:00
Rafael Xavier de Souza
e56c2b4812
(fix) Datepicker: Use Globalize 1.0.0
...
- Use format/parse generators
2015-07-29 00:04:01 +02:00
Rafael Xavier de Souza
5d044dd88c
(fix) Datepicker: Use Globalize 1.0.0
...
- user cannot provide locale: {fn1: ..., fn2:...} with all the
formatters and parsers
2015-07-29 00:04:00 +02:00
Rafael Xavier de Souza
b6d7436756
(fix) Datepicker: Use Globalize 1.0.0
...
- parseYMD
2015-07-29 00:04:00 +02:00
Rafael Xavier de Souza
82ea79ce5f
Datepicker: Use Globalize 1.0.0
...
- Move external/date.js -> ui/calendar/date.js and UMDify it;
- Create a locale option as discussed during Chicago's meeting:
- [String] A String with locale value, e.g. "en"; or
- [Object] An object with all the formatters.
TODO: Use the Globalize to-be-created generators instead of these wrap
functions.
2015-07-29 00:03:59 +02:00
Rafael Xavier de Souza
fda7a7e98f
Datepicker: Use Globalize 1.0.0
...
- \o/ \o/ \o/ get rid of all name translations
2015-07-29 00:03:37 +02:00
Rafael Xavier de Souza
d0a5a7a0e6
Datepicker: Use Globalize 1.0.0
...
- Update Globalize to 1.0.0-alpha.6
2015-07-29 00:03:35 +02:00
Scott González
62446d957e
Dialog: Fix removal of event listener for modal dialogs
...
Fixes #13649
2015-07-17 11:00:44 -04:00
Scott González
71d8f16ad4
Merge branch 'master' into datepicker
2015-07-15 09:40:38 -04:00
Victor Homyakov
f7ee8524b3
Sortable: Optimize _intersectsWithPointer()
...
Closes gh-1574
2015-07-08 13:00:50 -04:00
Alexander Schmitz
b3a9b13a21
Position: Guard against passing window to offset
...
Starting in jQuery 3.0 this will throw an error
Fixes #13493
Closes gh-1565
2015-07-08 00:15:34 -04:00
Jörn Zaefferer
de4984da24
Autocomplete: Revert mistaken event alias change
...
This is a call on the menu widget, not using an event alias.
Ref 8b4ce807cd
Ref #12770
2015-07-01 14:36:08 +02:00
Alexander Schmitz
d4719bf616
Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points
...
Fixes #11097
Closes gh-1560
2015-06-03 08:37:45 -04:00
Alexander Schmitz
a17180202d
Resizable: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
7c419a7ba1
Mouse: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
456c463a91
Core: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
5ee324dd72
Effects: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
e543253468
Widget: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
c25a541fc4
Tabs: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:57 -04:00
Alexander Schmitz
89bf0d057b
Spinner: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
dcd3cd516c
Slider: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
35ef105430
Droppable: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
ce949812b6
Draggable: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:56 -04:00
Alexander Schmitz
be0a176b1f
Dialog: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
183422bd9f
Datepicker: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
12df1b7dad
Button: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
8b4ce807cd
Autocomplete: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Alexander Schmitz
b240eed81b
Accordion: Remove core event/alias and deprecated module dependencies
2015-05-20 14:27:55 -04:00
Scott González
ad98cb1673
Form Reset: Add form reset mixin
...
Fixes #12638
Closes gh-1555
2015-05-14 20:39:51 -04:00
Scott González
556b2710f0
Widget: Support mixins
...
Fixes #12601
Closes gh-1554
2015-05-14 20:36:00 -04:00
Alexander Schmitz
1ee8e230bd
Tabs: Use $.ui.escapeSelector to avoid invalid selectors
2015-05-05 21:43:57 -04:00
Alexander Schmitz
737b690cde
Selectmenu: Use $.ui.escapeSelector
2015-05-05 21:43:57 -04:00
Alexander Schmitz
803eaf29f7
Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods
...
$.fn.labels and $.fn.form mimic the native labels and form properties
$.ui.escapeSelector is for escaping attributes and urls for use as selectors
Closes gh-1546
2015-05-05 21:43:57 -04:00
Jörn Zaefferer
8b89f8c59b
Effect: Make .transfer() callback optional
...
Adds two tests to at least check that no exception is thrown.
Fixes #12223
Closes gh-1545
2015-04-24 15:13:07 +02:00
Ablay Keldibek
897a238332
Slider: Range fills all space after changing orientation
...
Resets width/height of range
Fixes #12205
Closes gh-1533
2015-04-22 12:55:54 -04:00
Jiabao Wu
2cef124bf2
Tooltip: Remove name attribute from elements in the live region
...
Fixes #11272
Closes gh-1544
2015-04-22 10:20:11 -04:00
Ablay Keldibek
adcc8eff43
Slider: Pass 0 value if slider reaches it
...
Fixes #12196
Closes gh-1540
2015-04-20 19:27:26 -04:00
Jörn Zaefferer
74ccbc18a4
Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes
...
Fixes #12061
Closes gh-1538
Ref #7053
Ref jquery/api.jqueryui.com#256
2015-04-18 08:58:33 +02:00
Felix Nagel
a3df6dd8a8
Calendar: Add comment in _needsRefresh method
2015-04-11 00:04:33 +02:00
TJ VanToll
d0ea32e3ad
Revert "Draggable: Set explicit width/height instead of right/bottom"
...
This reverts commit 8eca7b8f45
.
Fixes #10725
2015-04-08 13:15:41 -04:00
Jörn Zaefferer
c770605db0
Menu: Ignore bubbled mouseenter events on parent items
...
Test uses QUnit 2.x API - inconsistent with the other tests, but also
a good reference.
Fixes #11641
Closes gh-1535
2015-04-08 16:34:26 +02:00
Ablay Keldibek
bf03479cc1
Slider: Proper animation of range
...
Fixes #9459
Closes gh-1530
2015-04-06 16:59:45 -04:00
Scott González
0de27b0609
Core: Work around more IE activeElement bugs
...
Closes gh-1523
2015-03-29 09:51:23 -04:00
Scott González
c42a07a2e3
All: Standard spacing inside selector strings
...
Closes gh-1521
2015-03-26 07:47:17 -04:00
Scott González
dc6703756d
All: Include native dialogs in appendTo logic (ui-front walking)
...
Ref #10739
Ref gh-1517
2015-03-26 07:35:20 -04:00
Scott González
8cf98798a5
Tooltip: Follow the standard appendTo logic
...
Even though there's no reason to ever configure the parent element via an
`appendTo` option, following the standard logic is useful for scrollable
elements and native dialogs.
Fixes #10739
Closes gh-1517
2015-03-26 07:35:20 -04:00
Scott González
e109e76819
Spinner: Properly handle empty attributes in create with jQuery git
...
jQuery now returns `null` for empty attributes instead of `undefined`.
Ref gh-1516
2015-03-25 15:55:19 -04:00
Scott González
fdbb85be39
Dialog: Properly handle empty title with jQuery git
...
jQuery now returns `null` for empty attributes instead of `undefined`.
Ref gh-1516
2015-03-25 15:55:16 -04:00