Jörn Zaefferer
|
c02f59981f
|
Tooltip: Turn of collision detection on forms demo for mobile rendering
Slighly improves the result by avoiding the tooltip ending up on top of
the input.
|
2015-09-30 17:07:39 +02:00 |
|
Jörn Zaefferer
|
5cbb419f24
|
Demos: Add device-width viewport meta to all demos
Ref 343c265172
|
2015-09-30 17:07:38 +02:00 |
|
Scott González
|
d3025968f3
|
Focusable: Fix handling of visibility: inherit
Ref #14596
Ref gh-1583
Closes gh-1605
|
2015-09-29 12:48:11 -04:00 |
|
Jörn Zaefferer
|
0bfbd21d4f
|
Tabs: Adjust handling of disabled option, using _setOptionDisabled
Tabs support multiple values to disable individual tabs. Only add the
ui-tabs-disabled class when all tabs are disabled.
Ref #9151
Closes gh-1599
|
2015-09-25 13:47:27 -04:00 |
|
Jörn Zaefferer
|
ef8ac2a9f2
|
Tooltip: Don't apply disabled style changes on create
Ref #9151
Ref gh-1599
|
2015-09-25 13:47:17 -04:00 |
|
Jörn Zaefferer
|
1397ce4df6
|
Spinner: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
|
2015-09-25 13:47:14 -04:00 |
|
Jörn Zaefferer
|
897dc718c6
|
Slider: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
|
2015-09-25 13:47:11 -04:00 |
|
Jörn Zaefferer
|
d2f62041f9
|
Selectmenu: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
|
2015-09-25 13:47:09 -04:00 |
|
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 |
|
Jörn Zaefferer
|
6308a261fd
|
Build: Add main entry for webpack support; actual value doesn't matter
Fixes #14375
Closes gh-1600
|
2015-09-24 10:50:20 +02: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 |
|
Jörn Zaefferer
|
29d288b8f2
|
Demos: Remove use of disableSelection() in widget demo, no need
Ref 4916487440
|
2015-09-21 13:14:20 +02:00 |
|
Jörn Zaefferer
|
cfe91fd9e2
|
Demos: Add missing disable-selection dependency in sortable-ish demos
Ref 4916487440
Ref #9647
|
2015-09-21 13:13:42 +02: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 |
|
Jörn Zaefferer
|
afbcdbe47e
|
Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test
The check that checks for IE wouldn't match since $.ui.ie was extracted
to its own file.
|
2015-09-17 14:21:23 +02:00 |
|
Scott González
|
d31e342e1d
|
Widget: Style updates
Closes gh-1597
|
2015-09-16 12:45:54 -04:00 |
|
Scott González
|
2c064b4d50
|
README: Remove section on building jQuery UI
|
2015-09-16 11:48:25 -04:00 |
|
Alexander Schmitz
|
ffcb27c0c7
|
Build: update grunt file for .jscsrc
Closes gh-1589
|
2015-09-11 09:32:27 -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
|
e0acfda162
|
Build: bump jscs version
|
2015-09-11 08:36:41 -04:00 |
|
Alexander Schmitz
|
3cf1df12c6
|
Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs
|
2015-09-11 08:36:41 -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
|
3d43f0d7a4
|
Build: Style updates
Ref #14246
|
2015-09-11 08:36:41 -04:00 |
|
Alexander Schmitz
|
eefe81bbee
|
FormRestMixin: Style updates
Ref #14246
|
2015-09-11 08:36:41 -04:00 |
|
Alexander Schmitz
|
4b39e131b5
|
Position: Style updates
Ref #14246
|
2015-09-11 08:36:41 -04:00 |
|
Alexander Schmitz
|
f520f9ef42
|
Effects: Style updates
Ref #14246
|
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 |
|