Commit Graph

7068 Commits

Author SHA1 Message Date
Alexander Schmitz
f6879fc0f5 Controlgroup: Fix headers and demos 2015-10-08 14:02:36 -04:00
Alexander Schmitz
a00c02513d Controlgroup: Add missing entry to demos bootstrap 2015-10-08 14:02:36 -04:00
Alexander Schmitz
de1296b985 Controlgroup: add demos to bootstrap 2015-10-08 14:02:36 -04:00
Alexander Schmitz
29bc0503a3 Demos: Add checkboxradio to bootstrap 2015-10-08 14:02:35 -04:00
Alexander Schmitz
a45b414cfc Checkboxradio: Add inset shadow to iconbackground to make it stand out 2015-10-08 14:02:35 -04:00
Alexander Schmitz
a8fa502853 Checkboxxradio: Adjust demo headers 2015-10-08 14:02:35 -04:00
Alexander Schmitz
16abde399d Spinner: Updates for new button widget and classes option 2015-10-08 14:02:35 -04:00
Alexander Schmitz
9f7f0a4279 Selectmenu: update to use button css
This ensures consistency between different form elements
2015-10-07 10:57:59 -04:00
Alexander Schmitz
897ec38e63 Dialog: Updating dialog and tests for new button API 2015-10-07 10:57:59 -04:00
Alexander Schmitz
40a9d1dfdb Controlgroup: Inital commit of new widget
This widget replaces the buttonset widget
2015-10-07 10:57:59 -04:00
Alexander Schmitz
6e2bbcaa5e Theme: Add visual focus outline for checkbox and radio buttons
This adds a focus outline matching that roughly from chrome osx
2015-10-07 10:57:59 -04:00
Alexander Schmitz
25d0c85718 Checkboxradio: Initial commit of new widget 2015-10-07 10:57:59 -04:00
Alexander Schmitz
02033262ee Button: Initial commit of button re-factor
Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set
2015-10-07 10:57:59 -04:00
Alexander Schmitz
79d312f3f5 Tests: Allow widgets to not have a default element 2015-10-07 10:47:43 -04:00
Alexander Schmitz
6e70f94aa0 Build: add box-sizing: false to .csslintrc
We can use this now that we dont support IE < 8
2015-10-07 10:47:43 -04:00
Jörn Zaefferer
7f3bb4dc4f Tests: Fix jshint includes for datepicker and effects 2015-10-01 12:13:35 +02:00
Jörn Zaefferer
ab0bb87634 Release: Publish to npm
Fixes #11101
2015-09-30 18:23:57 +02:00
Jörn Zaefferer
b698f809de Tests: Use demo bootstrap for visual tests
Adds a data-composite option and fixes paths for effects. Otherwise
just applies the same conversion as already applied to demos, sometimes
moving a <style> element to the right place.
2015-09-30 17:55:20 +02:00
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