]>
source.dussan.org Git - jquery-ui.git/log
Scott González [Fri, 24 Jan 2014 15:21:50 +0000 (10:21 -0500)]
Test: Whitespace
Scott González [Wed, 22 Jan 2014 15:40:19 +0000 (10:40 -0500)]
Autocomplete: Normalize falsy values, not just missing values
Fixes #9762
Scott González [Mon, 20 Jan 2014 21:13:55 +0000 (16:13 -0500)]
Autocomplete: Fall back to .ui-front searching for empty jQuery objects
Fixes #9755
Ben Higgins [Mon, 13 Jan 2014 22:51:06 +0000 (14:51 -0800)]
Draggable: fix changing containment
If containment was set such that relative_container is set by
_setContainment, and then containment changes to e.g. "document",
"window", or an array, relative_container would not be unset, causing
incorrect containment of the draggable.
Add a unittest to check that containment with an array works after
previously being set to "parent".
Fixes #9733
Closes gh-1176
Andrei Picus [Thu, 16 Jan 2014 13:03:34 +0000 (15:03 +0200)]
Tests: sortable: fix assert message.
Changed 'stop' to 'over'.
Closes gh-1174
TJ VanToll [Fri, 17 Jan 2014 15:25:04 +0000 (10:25 -0500)]
Demos: Fixing broken links to effect demos
Jörn Zaefferer [Fri, 17 Jan 2014 10:28:35 +0000 (11:28 +0100)]
Build: Upgrade to grunt-contrib-qunit, supports page options
Brian J. Dowling [Thu, 16 Jan 2014 21:25:17 +0000 (21:25 +0000)]
Tests: Fix draggable_options expected test count to be dynamic
The test count was previously incremented to 8 when normally 6 tests
are run. After figuring out the dynamic test code, I just made the
expect depend on the same array length
Also re-enabled the test in the Gruntfile since it now passes.
Scott González [Thu, 16 Jan 2014 17:24:20 +0000 (12:24 -0500)]
Build: Upgrade to grunt-contrib-csslint 0.2.0
This should fix the crazy grunt-contrib-csslint -> csslint -> parserlib fuzzy
version issues.
Ruslan Yakhyaev [Fri, 3 Jan 2014 17:19:32 +0000 (18:19 +0100)]
Widget: Support events with dashes and colons
Fixes #9708
Closes gh-1159
TJ VanToll [Fri, 13 Dec 2013 03:10:06 +0000 (22:10 -0500)]
Slider & Interactions: Add Windows 8 touch support
Fixes #9709
Fixes #9710
Closes gh-1152
Thomas Meyer [Wed, 4 Sep 2013 22:13:53 +0000 (00:13 +0200)]
Position: Avoid reading overflow css on documents
Fixes #9533
Closes gh-1072
Scott González [Wed, 15 Jan 2014 10:03:53 +0000 (05:03 -0500)]
Droppable demos: Use ui-state-default for activation
Closes gh-1085
Kris Borchers [Sat, 9 Nov 2013 04:45:36 +0000 (22:45 -0600)]
Resizable: Only resize/reposition if size is greater than specified grid
Fixes #9611
Closes gh-1132
Scott González [Wed, 15 Jan 2014 09:22:08 +0000 (04:22 -0500)]
Dialog: Apply `overflow: hidden` to contain the resize handles
Fixes #9521
Closes gh-1092
Andrei Picus [Tue, 14 Jan 2014 07:36:16 +0000 (09:36 +0200)]
Sortable: Cleanup
Closes gh-1168
Closes gh-1169
Dylan Barrell [Sun, 22 Dec 2013 16:36:43 +0000 (11:36 -0500)]
Autocomplete: Announce autocomplete correctly in all ATs.
Fixes #9631
Closes gh-1153
Scott González [Fri, 10 Jan 2014 15:51:10 +0000 (10:51 -0500)]
Datepicker: Fix Spanish locale data
Fixes #9735
Closes gh-1166
Jörn Zaefferer [Fri, 10 Jan 2014 15:06:55 +0000 (16:06 +0100)]
Build: Update grunt and grunt-jscs-checker, use jquery preset for jscs
Michael Wiencek [Tue, 24 Dec 2013 02:40:30 +0000 (20:40 -0600)]
Tooltip: Preserve the title after disabling twice
Fixes #9719
Closes gh-1154
Jyoti Deka [Tue, 7 Jan 2014 12:14:44 +0000 (07:14 -0500)]
Resizable: whitespace fixed
Closes gh-1162
Scott González [Mon, 6 Jan 2014 18:07:49 +0000 (13:07 -0500)]
Docs: Reduce contributing guidelines by linking to contribute.jquery.org
Closes gh-1161
Scott González [Thu, 2 Jan 2014 21:51:32 +0000 (16:51 -0500)]
Tooltip: Only bind remove handler for delegated tooltips
The remove handler was being added for every tooltip, but only removed for
delegated tooltips. The default destroy behavior already handles non-delegated
tooltips, so the handler should only be added for delegated tooltips.
Fixes #9531
Closes gh-1156
Jörn Zaefferer [Wed, 8 Jan 2014 17:15:04 +0000 (18:15 +0100)]
Menu: Fix var declaration and move regex comment to the right place.
Follow-up to
a6806ab1
Andrei Picus [Wed, 8 Jan 2014 16:03:39 +0000 (18:03 +0200)]
Tests: Fix grammar error in comment
Changed it's to its.
Closes gh-1164
Jörn Zaefferer [Tue, 7 Jan 2014 17:59:34 +0000 (18:59 +0100)]
Tests: Add link to visual test for selectmenu to index
Jörn Zaefferer [Mon, 6 Jan 2014 15:33:33 +0000 (16:33 +0100)]
Tooltip: Lowercase test html for IE7/8 compat
Daniel DeGroff [Tue, 3 Dec 2013 04:03:55 +0000 (22:03 -0600)]
Tooltip: On close and destroy only set title if empty or undefined
Ticket #8925 states that changes to the title attribute while the
tooltip is open are lost on tooltip close.
In the close and destroy functions, the title attribute is always
written if a value was stored in the element on open. It is possible
the attribute has changed and restoring the initial value may overwrite
the current value.
If the value is empty or undefined as set in open, do not set the title
attribute.
This fix has the limitation that if the user removed the title
attribute or set the value to an empty string the original title value
would be restored on close and destroy.
Fixes #8925
Dylan Barrell [Sat, 26 Oct 2013 15:31:07 +0000 (11:31 -0400)]
Tooltip: Improve accessibility by adding content to an aria-live div
Fixes #9610
Closes gh-1118
Felix Nagel [Wed, 18 Dec 2013 19:11:29 +0000 (20:11 +0100)]
Selectmenu: fix lint issue
Felix Nagel [Wed, 18 Dec 2013 18:30:48 +0000 (19:30 +0100)]
Selectmenu: Fix empty option processing
Ref #9701
Felix Nagel [Wed, 18 Dec 2013 18:29:41 +0000 (19:29 +0100)]
Menu: Add _isDivider method
Ability to prevent generation of dividers from items
Fixes #9701
Felix Nagel [Wed, 18 Dec 2013 18:00:32 +0000 (19:00 +0100)]
Selectmenu Tests: add unit tests for empty options
Jyoti Deka [Sun, 15 Dec 2013 18:04:08 +0000 (13:04 -0500)]
Resizable: remove redundant comments and whitespace
Jyoti Deka [Fri, 1 Nov 2013 11:06:47 +0000 (07:06 -0400)]
Resizable: containment plugin restricts resizing within container
Fixes #7018
Fixes #9107
Closes gh-1122
Jyoti Deka [Sun, 15 Dec 2013 17:37:54 +0000 (12:37 -0500)]
Resizable: fix whitespace on containment plugin
Jyoti Deka [Thu, 7 Nov 2013 14:39:51 +0000 (09:39 -0500)]
Resizable: containment now works with non - immediate children
Fixes #7485
Closes gh-1130
Dave Stein [Tue, 3 Dec 2013 00:12:21 +0000 (19:12 -0500)]
Draggable: Test fix regarding static scrolling
No longer checking scroll positions of static scrolls since the fixture is
in an absolute container.
Closes gh-1145
Mike Sherov [Sat, 14 Dec 2013 22:38:33 +0000 (17:38 -0500)]
Draggable Unit Tests: Ensure IFRAMEs can be written to
Draggable tests were failing in IE because the frame needs to be
written to to be accessible to further DOM manipulation.
Jyoti Deka [Sat, 7 Dec 2013 06:39:34 +0000 (01:39 -0500)]
Resizable: modified to allow resizing when resizables are nested.
Fixes #5025
Closes gh-1149
Scott González [Wed, 11 Dec 2013 01:02:58 +0000 (20:02 -0500)]
Updated author information.
Corey Frang [Mon, 9 Dec 2013 14:54:22 +0000 (08:54 -0600)]
Demos: Fix broken links to themeroller
Jörn Zaefferer [Mon, 9 Dec 2013 12:05:39 +0000 (13:05 +0100)]
JSCS config: Set validateLineBreaks
Jörn Zaefferer [Mon, 9 Dec 2013 12:04:33 +0000 (13:04 +0100)]
JSCS config: Set disallowSpaceAfter/BeforePrefixUnaryOperators
Jörn Zaefferer [Mon, 9 Dec 2013 12:02:19 +0000 (13:02 +0100)]
JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurences
Jörn Zaefferer [Mon, 9 Dec 2013 12:01:50 +0000 (13:01 +0100)]
Build: Update to lastest grunt-jscs-checker
Jörn Zaefferer [Mon, 9 Dec 2013 11:55:17 +0000 (12:55 +0100)]
JSCS config: Set disallowSpaceAfterObjectKeys, fix two occurences
Felix Nagel [Thu, 5 Dec 2013 21:12:05 +0000 (22:12 +0100)]
Selectmenu Tests: add unit and visual tests for width option
Felix Nagel [Thu, 5 Dec 2013 21:11:28 +0000 (22:11 +0100)]
Selectmenu: update button width on refresh
Jörn Zaefferer [Fri, 15 Nov 2013 12:38:38 +0000 (13:38 +0100)]
Grunt: Add grunt-esformatter, formats all source files (no validation)
Jörn Zaefferer [Sat, 7 Dec 2013 17:00:20 +0000 (18:00 +0100)]
Autocomplete: Whitespace
Jörn Zaefferer [Sat, 7 Dec 2013 17:00:07 +0000 (18:00 +0100)]
Accordion: Whitespace
Jörn Zaefferer [Sat, 7 Dec 2013 16:12:51 +0000 (17:12 +0100)]
Gruntfile: Formatting
Jörn Zaefferer [Tue, 3 Dec 2013 20:57:58 +0000 (21:57 +0100)]
Menu: Remove preventDefault for disabled menu items, since there is no default on list items. Follow-up to
fe7c3003741cd5221e076235263df2b3d2fa9202 and the anchor removal in general
Jörn Zaefferer [Tue, 3 Dec 2013 20:54:08 +0000 (21:54 +0100)]
Menu: Remove click binding that was supposed to prevent default on anchor clicks on a disabled menu. Not relevant anymore since we removed the anchors. Partial fix for #8802 - Dev: Track down uses of .bind() inside widgets
Scott González [Tue, 3 Dec 2013 16:52:11 +0000 (11:52 -0500)]
Datepicker test: Ignore flaky test in IE in TestSwarm.
Scott González [Tue, 3 Dec 2013 16:38:17 +0000 (11:38 -0500)]
Datepicker test: Attempt to work around an intermittent issue in IE when run through TestSwarm.
Scott González [Tue, 3 Dec 2013 16:27:20 +0000 (11:27 -0500)]
Datepicker test: Attempt to work around an issue in IE9 in TestSwarm.
Jörn Zaefferer [Tue, 3 Dec 2013 11:50:25 +0000 (12:50 +0100)]
Menu: Add ui-front on submenus to address opacity messing up stacking order. Fixes #9650 - Menu: Disabled item visible through submenu on top
Scott González [Tue, 3 Dec 2013 15:46:14 +0000 (10:46 -0500)]
Menu tests: Fix line height issue in IE7
Mike Sherov [Tue, 29 Oct 2013 22:35:42 +0000 (18:35 -0400)]
Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #9379 - Draggable: position bug in scrollable div
Core: update scrollParent() to support all current supported browsers.
TJ VanToll [Wed, 27 Nov 2013 18:49:47 +0000 (13:49 -0500)]
Merge branch 'selectmenu'
TJ VanToll [Tue, 26 Nov 2013 14:27:38 +0000 (09:27 -0500)]
README: Update build instructions to use concat tasks (instead of build)
Felix Nagel [Mon, 25 Nov 2013 23:56:50 +0000 (00:56 +0100)]
Selectmenu: add 1px to menu width to avoid wrapping long text in IE10
Felix Nagel [Mon, 25 Nov 2013 23:32:27 +0000 (00:32 +0100)]
Selectmenu: remove link element and adjust styles in custom renderer demo
Felix Nagel [Mon, 25 Nov 2013 23:18:25 +0000 (00:18 +0100)]
Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu
Jörn Zaefferer [Mon, 25 Nov 2013 15:25:39 +0000 (16:25 +0100)]
Datepicker tests: Allow IE7 to return an absolute URL in the .attr('src') call
Jörn Zaefferer [Mon, 25 Nov 2013 14:53:51 +0000 (15:53 +0100)]
Button unit tests: Make sure the test timeout runs after the formResetHandler. Fixes unit tests in IE7.
Jörn Zaefferer [Mon, 25 Nov 2013 13:29:30 +0000 (14:29 +0100)]
Merge branch 'master' into selectmenu
Jörn Zaefferer [Mon, 25 Nov 2013 13:24:19 +0000 (14:24 +0100)]
Demos: Add meta-viewport element for better 'mobile' testing
Scott González [Fri, 22 Nov 2013 16:43:55 +0000 (11:43 -0500)]
Tests: Skip JSHint in browsers that don't support Function.prototype.bind() to work around a bug in JSHint.
Scott González [Fri, 22 Nov 2013 15:49:44 +0000 (10:49 -0500)]
Tests: Updated URL for TestSwarm.
Scott González [Fri, 22 Nov 2013 15:49:17 +0000 (10:49 -0500)]
Tests: Fixed path to theme files in index.
Scott González [Fri, 22 Nov 2013 15:07:49 +0000 (10:07 -0500)]
Upgrade to JSHint 2.3.0 for browser version.
Scott González [Fri, 22 Nov 2013 14:54:18 +0000 (09:54 -0500)]
Build: Include es3 option for JSHint.
Jörn Zaefferer [Wed, 20 Nov 2013 19:03:35 +0000 (20:03 +0100)]
Demos: There can be only one button.js
Jörn Zaefferer [Wed, 20 Nov 2013 18:03:54 +0000 (19:03 +0100)]
Tests: Cleanup visual theme test
Scott González [Wed, 20 Nov 2013 16:14:19 +0000 (11:14 -0500)]
Menu tests: Force line height to ensure we know how many items will be scrolled.
Jörn Zaefferer [Sat, 16 Nov 2013 11:21:02 +0000 (12:21 +0100)]
Dialog: Keep track of instances to focus when elements outside the dialog get focus. Works with inheritance. Adds tests for both. Fixes #9241 - Dialog: UI dialog inheritance causes undefined property '_focusTabbable' in IE9
Eric Dahl [Mon, 18 Nov 2013 22:45:12 +0000 (16:45 -0600)]
Demos: Fix small typos
Jörn Zaefferer [Sat, 16 Nov 2013 11:30:46 +0000 (12:30 +0100)]
Selectmenu: Fix code style issue
Jörn Zaefferer [Sat, 16 Nov 2013 11:25:21 +0000 (12:25 +0100)]
Merge branch 'master' into selectmenu
Jörn Zaefferer [Fri, 15 Nov 2013 15:48:31 +0000 (16:48 +0100)]
Dialog: Update code style, adding whitespace around string arguments and array indices
Jörn Zaefferer [Fri, 15 Nov 2013 11:51:10 +0000 (12:51 +0100)]
Menu: Update unit test that regressed from style changes (see
9910e938aad1090339a2c7f60693093ee18aba82 )
Jörn Zaefferer [Wed, 2 Oct 2013 15:27:43 +0000 (17:27 +0200)]
Dialog: Restore focus to the previously focused element when window regains focus. Fixes #9101 - Dialog: Track last focused element instead of always focusing the first tabbable element
Scott González [Thu, 14 Nov 2013 15:32:09 +0000 (10:32 -0500)]
Dialog tests: Work around focus issue in IE8.
Scott González [Thu, 14 Nov 2013 15:10:42 +0000 (10:10 -0500)]
Dialog test: Ensure dialog is tall enough to be scrolled.
Felix Nagel [Wed, 13 Nov 2013 20:26:48 +0000 (21:26 +0100)]
Selectmenu: CGL fix
Felix Nagel [Wed, 13 Nov 2013 20:05:20 +0000 (21:05 +0100)]
Selectmenu: adjust to menu item style changes
Felix Nagel [Wed, 13 Nov 2013 18:55:31 +0000 (19:55 +0100)]
Selectmenu: simplify and fix document click event
Felix Nagel [Wed, 13 Nov 2013 18:45:56 +0000 (19:45 +0100)]
Merge branch 'master' into selectmenu
Jörn Zaefferer [Thu, 10 Oct 2013 16:42:21 +0000 (18:42 +0200)]
Build: Add jscs task for code style checking
Jörn Zaefferer [Wed, 16 Oct 2013 18:43:09 +0000 (20:43 +0200)]
Fix various coding style issues
Jörn Zaefferer [Wed, 13 Nov 2013 18:17:51 +0000 (19:17 +0100)]
Autocomplete: Update categories demo again, use only public properties to update menu option
Jörn Zaefferer [Wed, 13 Nov 2013 17:51:48 +0000 (18:51 +0100)]
Autocomplete: Update categories demo to use menu's new items option to exclude custom headers from menu focus
Jörn Zaefferer [Wed, 6 Nov 2013 18:13:15 +0000 (19:13 +0100)]
Menu: Add or modify some demo items to test multi-line items
Jörn Zaefferer [Wed, 6 Nov 2013 18:06:35 +0000 (19:06 +0100)]
Menu: Set cursor:pointer for menu items. Fixes the regression from removal of anchors, which caused a text cursor to appear on non-disabled items.
Scott González [Thu, 24 Oct 2013 18:04:00 +0000 (14:04 -0400)]
Menu: Simplify styling. Remove rounded corners, reduce spacing.
Scott González [Wed, 13 Nov 2013 17:29:21 +0000 (12:29 -0500)]
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.
Scott González [Wed, 13 Nov 2013 15:24:18 +0000 (10:24 -0500)]
README: Added link to Trac.