Felix Nagel
6b8ac7ef1b
Merge branch 'master' into datepicker
2016-11-09 10:13:28 +01:00
Kyle Rosenberg
863a49f95b
Spinner: Fix typo
...
Closes gh-1764
2016-11-02 12:48:00 -04:00
Felix Nagel
2c43879a46
Datepicker: Use simple split instead of globalize for parsing attributes
...
This reverts commit ea986f2808
.
2016-10-25 18:27:31 +02:00
Felix Nagel
f010087aca
Calendar: Clear value if an invalid min / max option value was given
2016-10-25 01:34:06 +02:00
Jeremy Mickelson
9c5ce4c3e9
Sortable: Fix z-index
switching from auto
to 0
...
Save `z-index` before saving `opacity`. Setting `opacity` automatically
changes `z-index`.
Fixes #14683
Closes gh-1762
2016-10-19 14:46:47 -04:00
Felix Nagel
bd488f97a4
Calendar: Clear value if an invalid input was given
2016-10-12 18:47:22 +02:00
Felix Nagel
f64a7a4812
Calendar: Use name space for timestamp data attribute
2016-10-12 01:31:22 +02:00
Felix Nagel
9fc83a085c
Calendar: Add change event
2016-10-12 01:04:26 +02:00
Felix Nagel
6f9d266339
Datepicker: Fix min / max attribute and add proper option parsing
2016-10-12 01:04:26 +02:00
Scott González
0627eb3645
Form: Rename from .form()
to ._form()
since its not for public use
...
Fixes #15074
Closes gh-1760
2016-10-11 10:15:04 -04:00
Felix Nagel
967e58179e
Calendar: Make sure keydown original event is available
2016-10-05 18:32:10 +02:00
Kevin Cupp
87eab46a58
Sortable: Setting table row placeholder height to be same as sorted row
...
Fixes #13662
Closes gh-1578
2016-10-04 15:22:14 -04:00
Alexander Schmitz
b9d687deb5
Checkboxradio: Don't add ui-state-hover to icons
...
Fixes #15055
Closes gh-1756
2016-10-04 11:33:17 -04:00
Robin
1d409528a1
Sortable: Fix parent offset detection
...
Fixes #15021
Closes gh-1749
2016-10-04 11:05:01 -04:00
Evelyn Masso
fd30534b73
Droppable: Use $.ui.intersect()
...
Fixes #14963
2016-10-03 09:16:41 -04:00
milk54
b9ffc34710
Tabs: Remove presentation role
...
Fixes #10122
Closes gh-1748
2016-09-29 10:15:19 -04:00
Felix Nagel
ea6c475da4
Datepicker: Make use of Calendar widget icons option
...
Fix missing classes options defaults in tests.
2016-09-29 15:10:47 +02:00
Felix Nagel
d7939faae2
Calendar: Add icons option support
2016-09-29 15:10:46 +02:00
Felix Nagel
6fdf14f99a
Datepicker: Make use of classes option
2016-09-29 15:10:46 +02:00
Felix Nagel
bd7a6f1468
Calendar: Use classes option for non performance critical rendering
2016-09-29 15:10:46 +02:00
Felix Nagel
e02ef66389
Calendar: Add missing day cell and month label ARIA attributes
2016-09-28 18:28:34 +02:00
Felix Nagel
f2bbea2cec
Calendar: Use shift and ctrl key as modifier for page up / down
2016-09-28 18:28:33 +02:00
Felix Nagel
280cda31d0
Datepicker: Always focus calendar grid when opening
...
Remove arrow down key requirement.
2016-09-28 18:28:33 +02:00
Sergei Ratnikov
c481400f22
Resizable: Fix aspectRatio cannot be changed after initialization.
...
Fixes #4186
Closes gh-1750
2016-09-28 11:55:13 -04:00
Scott González
19027bb085
Sortable: Use an event object for simulated mouseup
in cancel()
...
Regression caused by a1d69208ba
Fixes #15042
Closes gh-1746
2016-09-14 12:06:33 -04:00
Ryan Oriecuia
8c66934434
Draggable: Fix spurious blur in dialogs on mousedown
...
I was running into a problem with a popup menu control in a dialog; clicks
weren't working (but keyboard was working fine). It turned out that the menu
was getting destroyed before the click event could fire.
Tracked down the issue to the way draggable blurs focused controls; it was
doing the blur before it ran through the logic to figure out if the drag was
actually on the handle. I've moved the blur below these checks, so it'll only
blur things if it actually needs to handle the drag. Otherwise, it asserts no
opinion on what should and shouldn't be focused, which seems like the way
things ought to be.
Also, added a unit test to check for the expected behavior.
Fixes #15046
Closes gh-1730
2016-09-13 08:53:00 -04:00
Scott González
51461d5238
Slider: Add demo for custom handle
...
Fixes #15023
Closes gh-1740
2016-09-13 08:41:33 -04:00
Scott González
3606e1c33a
Controlgroup: Don't use String.prototype.trim()
...
We still support IE 8, which doesn't have this method.
2016-08-31 16:29:56 -04:00
Scott González
398bd8dd36
Tabs: Strip hash from remote content URLs
...
As of jQuery 3.0.0, hashes are no longer stripped for Ajax requests. This
causes issues in IE <11, so we need to strip this before making the request.
Ref jquery/jquery#1732
Closes gh-1736
2016-08-31 07:45:09 -04:00
Felix Nagel
ac9ca9e52c
Menu: Support number pad keyboard input
...
Fixes #15031
Closes gh-1732
2016-08-24 11:56:26 -04:00
Scott González
6c754b4b5b
Dialog: Support deprecated button options
...
Fixes #15016
Closes gh-1723
2016-07-25 08:38:51 -04:00
Scott González
f67f9293ae
Controlgroup: Handle child elements that don't have options defined
...
Closes gh-1719
2016-07-13 12:10:41 -04:00
Scott González
55cd9488cc
Checkboxradio: Fix label handling with jQuery 3.x
...
Fixes #15006
Closes gh-1720
2016-07-12 13:06:23 -04:00
Gabriel Schulhof
3a9a3c7c5b
Controlgroup: Correctly handle non-empty child class key
...
Fixes #14984
Closes gh-1713
2016-07-06 09:42:31 -04:00
Alexander Schmitz
8a79fc8784
Controlgroup: Add "only" position to class generator functions
...
Fixes #14972
Closes gh-1711
2016-06-09 14:10:40 -04:00
Alexander Schmitz
abc2a755f9
Checkboxradio: Use new ui-state-checked
class in checkboxradio
...
Using `ui-state-highlight` caused a conflict with dialog
Fixes #14955
Closes gh-1712
Closes gh-1704
2016-06-06 11:34:52 -04:00
Alexander Schmitz
7d5e6d2496
Controlgroup: Fix rendering of labels
...
Fixes #14967
Closes gh-1703
2016-05-26 09:15:48 -04:00
Alexander Schmitz
81a8e30c07
Controlgroup: Fix issues with compatibility with spinner
...
Fixes #14966
2016-05-26 09:15:48 -04:00
Alexander Schmitz
04b670e6cc
Controlgroup: Don't remove existing classes classes
...
unless its a corner class
Fixes #14960
2016-05-26 09:15:48 -04:00
Scott González
fbc79e1bda
Tabs: Fix test
2016-05-25 08:41:08 -04:00
Scott González
219744cadf
Tabs: Fix default classes
option
...
Fixes #14973
2016-05-25 07:45:23 -04:00
Scott González
f928f258b7
Droppable: Re-expose $.ui.intersect()
...
Fixes #14963
Ref #10534
2016-05-04 18:48:41 -04:00
Scott González
010f5f9d13
Tooltip: Fix re-enabling of delegated tooltips
...
Fixes #14950
Closes gh-1699
2016-04-21 10:59:27 -04:00
Alexey Balchunas
a240251b36
Selectable: Proper handling of inner scrolling
...
Fixes #13359
Closes gh-1570
2016-04-21 16:11:37 +02:00
Scott González
435ed7e8d2
Menu: Remove extraneous blank lines
2016-04-13 11:36:41 -04:00
Alexander Schmitz
8d1de7bff8
Accordion: Disable maxLineLength for description meta
...
Ref gh-1690
2016-04-13 11:32:17 -04:00
Alexander Schmitz
9aa5dea968
Datepicker: Disable maxLineLength for jscs
...
There are too many errors and re-write is essentially done
Ref gh-1690
2016-04-13 11:32:13 -04:00
Alexander Schmitz
986aa54911
Progressbar: Disable maxLineLength for description meta
...
Ref gh-1690
2016-04-13 11:32:12 -04:00
Alexander Schmitz
307f94621a
Selectmenu: Disable maxLineLength for description meta
...
Ref gh-1690
2016-04-13 11:32:10 -04:00
Alexander Schmitz
ca3d4511c4
Accordion: Fix line length issues
...
Ref gh-1690
2016-04-13 11:31:56 -04:00