Scott González
1007ee811c
Autocomplete: Whitespace
2015-10-16 14:14:45 -04:00
Scott González
548fbf570c
Autocomplete: Close the menu on any outside interactions
...
This ensures that the menu will close if the user interacts with a
draggable, resizable, etc. element since those interactions don't
change focus.
Ref #6642
Closes gh-1614
2015-10-16 14:09:05 -04:00
Scott González
7df2f1905a
Resizable: Remove mysterious helper dimension adjustments
...
Fixes #11113
Closes gh-1615
2015-10-16 10:30:03 -04:00
Scott González
4d7c123c53
Build: Use the container-based infrastructure on Travis
...
Switch to node 0.12.
Closes #1617
2015-10-15 10:57:58 -04:00
Jörn Zaefferer
52d9ec6c4d
Checkboxradio: Add ui-state-highlight class to icon on create
...
This was already toggled in _toggleClasses, but that isn't called
on create.
2015-10-08 14:03:00 -04:00
Jörn Zaefferer
9ff3d8fb90
Controlgroup: Fix refresh method tests by adding text content to button
...
In IE8, the empty elements cause issues. Adding text content makes
sense, since empty elements are useless.
2015-10-08 14:03:00 -04:00
Jörn Zaefferer
81c4fdfecd
Button: Can't test for " " in IE8, just make sure the element exists
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
44eb0ccba9
Checkboxradio: Fix label option tests by trimming DOM text
...
IE8 is inconsistent in outputting space through .html() and .text()
methods, but since it renders it correctly, we can just ignore it.
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
2bf307313b
Checkboxradio: Fix invalid chars, remove unused var, add comment
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
dc2bede254
Checkboxradio: Fix invalid markup in core tests
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
6ed30a6a5e
Controlgroup: Convert to onevar, fix guard-clause/else, rm tmp var
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
b61a3c74a9
Controlgroup: Fix css reference in unit tests
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
e310d9f160
Tests: Prevent default on anchor click to avoid navigation
2015-10-08 14:02:59 -04:00
Jörn Zaefferer
b58ad12a68
Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15
2015-10-08 14:02:59 -04:00
Alexander Schmitz
dbadc01fbd
Controlgroup: Typos and minor style fixes
2015-10-08 14:02:59 -04:00
Alexander Schmitz
874011ef0a
Checkboxradio: Typos and minor style fixes
2015-10-08 14:02:58 -04:00
Alexander Schmitz
add78440f8
Button: Typos
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
754e041cbd
Controlgroup: Optimize and simplify data access and storage
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
256a449213
Controlgroup: Improve comments and remove a misleading blank line
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
6fc2cb3c7c
Controlgroup: Rename excludeInvisible to onlyVisible
...
Gets rid of the double negative.
2015-10-08 14:02:58 -04:00
Jörn Zaefferer
42daa77f90
Controlgroup: Update toolbar demo to warn about "this is just a demo"
2015-10-08 14:02:58 -04:00
Alexander Schmitz
19959ac674
Theme: address review comment for visual focus
2015-10-08 14:02:58 -04:00
Alexander Schmitz
26f4dbce8e
Spinner: Address review comments
2015-10-08 14:02:58 -04:00
Alexander Schmitz
c73ff7f2b8
Datepicker: address review comments
2015-10-08 14:02:58 -04:00
Alexander Schmitz
1beeb94196
Dialog: address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
6b05034283
Selectmenu: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
4acdfa14b2
Controlgroup: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
344ce3c87c
Checkboxradio: Address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
197061be56
Button: address review comments
2015-10-08 14:02:57 -04:00
Alexander Schmitz
c5d6ea4baa
Spinner: Style updates
2015-10-08 14:02:57 -04:00
Alexander Schmitz
f16ecced92
Controlgroup: Style updates
2015-10-08 14:02:57 -04:00
Alexander Schmitz
3a30eef1c1
Controlgroup: Style updates
2015-10-08 14:02:57 -04:00
Alexander Schmitz
641c5ed17a
Checkboxradio: Style updates
2015-10-08 14:02:56 -04:00
Alexander Schmitz
6169099229
Build: Remove duplicate box-sizing from .csslintrc
2015-10-08 14:02:47 -04:00
Alexander Schmitz
d355a7a6db
Spinner: Use border-style: none instead of border: none
...
This makes it possible to restore the border. This is useful for controlgroup
labels and other custom styling.
2015-10-08 14:02:47 -04:00
Alexander Schmitz
739e71911e
Spinner: Update markup for buttons
2015-10-08 14:02:47 -04:00
Alexander Schmitz
eae5671dc5
Fixup: .dsstore
2015-10-08 14:02:47 -04:00
Alexander Schmitz
ad65647544
Controlgroup: Fixup visual focus in controlgroups
2015-10-08 14:02:47 -04:00
Alexander Schmitz
50a7a3d6a9
Controlgroup: Fixes for spinner
2015-10-08 14:02:47 -04:00
Alexander Schmitz
3330634c4e
Controlgroup: fixup for spinner and label
2015-10-08 14:02:47 -04:00
Alexander Schmitz
6c1390dc0d
Controlgroup: Add controlgroup labels
2015-10-08 14:02:47 -04:00
Alexander Schmitz
77be50d7a6
Controlgroup: Add spinner to widgets controlgroup works with
2015-10-08 14:02:46 -04:00
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