Scott González
|
9910e938aa
|
Menu: Simplify styling. Remove rounded corners, reduce spacing.
|
2013-11-13 18:41:47 +01:00 |
|
Scott González
|
874865842b
|
Tabs: Don't decode URLs if they're not UTF-8. Fixes #9518 - Tabs: URLs encoded in anything other than UTF-8 will throw an error.
|
2013-11-13 12:29:29 -05:00 |
|
Scott González
|
0a1ab401fa
|
README: Added link to Trac.
|
2013-11-13 10:24:18 -05:00 |
|
Imants Horsts
|
629c632a11
|
Datepicker: Corrected values for Latvian locale. Fixes #9656 - Datepicker: Incorrect values in Latvian localization.
|
2013-11-13 07:09:10 -05:00 |
|
Scott González
|
8de24907b7
|
Build: Renamed jshint target from src to all.
|
2013-11-11 14:12:21 -05:00 |
|
Scott González
|
36fd8c8d3b
|
Build: Typo fix.
|
2013-11-05 17:26:04 +01:00 |
|
Kris Borchers
|
601ad962e0
|
Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to properly handle dragging items to the beginning and ends of lists. Fixes #9314 - Sortable: Items cannot be dragged directly into bottom position. Fixes #9381 - Sortable: Connected list placeholders have an inaccurate initial position
|
2013-11-01 15:17:05 -05:00 |
|
Scott González
|
61d16ec939
|
Update grunt-contrib-jshint to 0.7.1 and squash jshint tasks.
|
2013-11-01 14:44:14 -04:00 |
|
Mike Sherov
|
1f724adb15
|
Draggable Tests: don't test auto scroll while testing helpers.
|
2013-10-31 21:41:45 -04:00 |
|
Felix Nagel
|
a6c5f58d82
|
Selectmenu: follow-up to close menu on other element mousedown not on click
|
2013-10-30 21:36:03 +01:00 |
|
Felix Nagel
|
11186cc10a
|
Selectmenu: make sure ui-state-focus class is set on button after initial focus
|
2013-10-29 21:49:17 +01:00 |
|
Felix Nagel
|
027d8d4cab
|
Selectmenu: close menu on other element mousedown not on click
|
2013-10-29 20:54:16 +01:00 |
|
Felix Nagel
|
f3e4b24485
|
Selectmenu: improve disabled item handling
|
2013-10-29 19:52:54 +01:00 |
|
Andrei Picus
|
ffab89e9be
|
Droppable: update ddmanager when scope changes through setOption. Fixed #9287 - droppable: Scope option cannot be changed after initialization.
|
2013-10-29 13:58:15 -04:00 |
|
Mike Sherov
|
a3715a7c91
|
Draggable Tests: Ensure all combinations of helper / draggable positions / scrollParents / parent positions are tested accurately.
|
2013-10-29 13:25:57 -04:00 |
|
Fabrício Matté
|
8b64322e98
|
Button: Remove obsolete mouse click coordinates checking. Fixed #7665 - Button: Radio button & checkboxes ignore mouseclicks for minor mouse movements.
|
2013-10-29 12:51:17 -04:00 |
|
Monika Piotrowicz
|
f16d0c7e26
|
Accordion: moving aria-expanded from active tabpanel to active tab. Fixed #9407 - Accordion: aria-expanded attribute on wrong element
|
2013-10-28 10:32:25 -04:00 |
|
Scott González
|
7e68945c2c
|
Menu (icons demo): Removed anchors from menu items.
|
2013-10-24 13:22:03 -04:00 |
|
Scott González
|
9e6095a646
|
Core: Move variables for .uniqueId()/.removeUniqueId() into their implementations.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
8a9fb52822
|
Datepicker: Prefix variables with component name.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
46b8915eb0
|
Position: Wrap everything in an IIFE to avoid name collisions when the build strips the main closure.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
5801a7ef65
|
Spinner: Prefix variables with component name.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
47db52b9c9
|
Widget: Prefix variables with component name.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
f64c953497
|
Tooltip: Use .uniqueId() and move aria-describedby helper methods into the widget prototype.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
ecd4f95a50
|
Tabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
604e0949e3
|
Sortable: Moved helper methods into the widget prototype.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
b7e3e4636f
|
Resizable: Moved helper methods into the widget prototype.
|
2013-10-24 09:19:42 -04:00 |
|
Scott González
|
8dbda00896
|
Slider: Move numPages into the widget prototype.
|
2013-10-24 09:19:41 -04:00 |
|
Scott González
|
3317ec8990
|
Blind effect: Moved regexes into effect definition.
|
2013-10-24 09:19:41 -04:00 |
|
Scott González
|
d0002569d3
|
Droppable: Moved isOverAxis() into $.ui.intersect().
|
2013-10-24 09:19:41 -04:00 |
|
Scott González
|
d6f85644d4
|
Dialog: Move option category hashes into the widget prototype.
|
2013-10-24 09:19:41 -04:00 |
|
Scott González
|
da185a6c15
|
Accordion: Use .uniqueId() and move animation properties into the widget prototype.
|
2013-10-24 09:19:41 -04:00 |
|
Felix Nagel
|
480e89b1aa
|
Selectmenu Tests: remove widthMenu option and rename widthButton option to width
|
2013-10-24 00:17:22 +02:00 |
|
Felix Nagel
|
026387b589
|
Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu
|
2013-10-24 00:11:37 +02:00 |
|
Felix Nagel
|
2c7e3389bc
|
Selectmenu: remove widthMenu option and rename widthButton option to width
|
2013-10-24 00:11:10 +02:00 |
|
Mike Sherov
|
dbbf3a9611
|
Draggable Tests: Ensure Draggable tests are correctly testing offset under scroll conditions.
|
2013-10-23 12:22:06 -04:00 |
|
Scott González
|
8019a0ce0b
|
Selectmenu: Whitespace.
|
2013-10-23 10:12:40 -04:00 |
|
Jacob McCutcheon
|
df2c982640
|
Fixed spelling error delay-start.html
|
2013-10-22 05:22:09 -07:00 |
|
Felix Nagel
|
80d2c1180a
|
Selectmenu: lint fix
|
2013-10-21 21:18:33 +02:00 |
|
Felix Nagel
|
67e7f18d08
|
Selectmenu: add ui-state-active class to active list item
|
2013-10-21 20:39:15 +02:00 |
|
Felix Nagel
|
fab6b8883e
|
Merge branch 'master' into selectmenu
|
2013-10-21 20:33:49 +02:00 |
|
Mike Sherov
|
fdc7052fdb
|
Draggable Tests: Test both position and offset of draggable element in all applicable tests.
|
2013-10-21 11:20:03 -04:00 |
|
Mike Sherov
|
4bd1a9c5ba
|
Draggable: Make sure positional constraints are never applied to ui.originalPosition
|
2013-10-21 11:20:03 -04:00 |
|
Jörn Zaefferer
|
619261f079
|
Datepicker: Finnish date format doesn't have padding for day and month. Fixes #9609 - Datepicker: Correct the Finnish date format
|
2013-10-21 14:24:10 +02:00 |
|
Mike Sherov
|
94f8c4d5e9
|
Draggable: apply axis options to position instead of style. Fixes #7251 - Draggable: constrained axis option returns incorrect position.
|
2013-10-20 19:46:05 -04:00 |
|
Mike Sherov
|
9ca0a19a00
|
Draggable Tests: Fix lint error.
|
2013-10-20 15:34:59 -04:00 |
|
Mike Sherov
|
b8795e15d6
|
Draggable Tests: Add position asserts to drag tests
They're currently disabled however due to bugs both
in the tests and in the actual widget.
|
2013-10-20 15:31:47 -04:00 |
|
Mike Sherov
|
c9b0e28d8d
|
Draggable Tests: consolidate drag tests and provide error messages for all assertions.
|
2013-10-20 09:35:12 -04:00 |
|
Mike Sherov
|
0144b270c8
|
Draggable Tests: clarify scroll helpers.
|
2013-10-20 08:37:34 -04:00 |
|
Mike Sherov
|
82edd58743
|
Draggable Tests: make sure offset tests are actually testing offsets
|
2013-10-19 18:53:00 -04:00 |
|