]>
source.dussan.org Git - jquery-ui.git/log
Jörn Zaefferer [Wed, 19 Feb 2014 18:25:06 +0000 (19:25 +0100)]
Build: Switch to renamed TestSwarm browserSet
Rafael Xavier de Souza [Wed, 19 Feb 2014 11:55:50 +0000 (08:55 -0300)]
I18n: Avoid indenting an entire file
Make code identation consistent with every other source.
Rafael Xavier de Souza [Tue, 18 Feb 2014 20:52:57 +0000 (17:52 -0300)]
I18n: Rename all files, removing the "jquery.ui." prefix
Amend fix for
21154cfa2e02ef1814a6aff68b14553bdad165cb ;
Ref #9464
Ref gh-1029
Mike Sherov [Tue, 18 Feb 2014 03:10:29 +0000 (22:10 -0500)]
Draggable Tests: fix IE scroll tests affected by focus issues.
Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must calculate scrollTop on the drag event, before .focus is called.
Mike Sherov [Mon, 17 Feb 2014 23:02:20 +0000 (18:02 -0500)]
Draggable Tests: fix IE offset tests affected by focus issues.
Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must rely on the actual calculated offset instead of the helper offset to ensure
cross browser test consistency.
Mike Sherov [Mon, 17 Feb 2014 21:08:41 +0000 (16:08 -0500)]
Draggable: fix current JSCS violations.
Jörn Zaefferer [Wed, 12 Feb 2014 19:34:21 +0000 (20:34 +0100)]
Demos: Fix custom style tooltip demo
Fixes typo in 'transform' property, also removes unnecessary prefixes (based
on our browser support and caniuse.com data).
Fixes jquery/jqueryui.com#68
Jörn Zaefferer [Tue, 11 Feb 2014 19:55:56 +0000 (20:55 +0100)]
Authors: Update
Scott González [Tue, 11 Feb 2014 19:54:34 +0000 (11:54 -0800)]
Tests: Use .bind() instead of .on()
Brian J. Dowling [Mon, 2 Dec 2013 20:54:29 +0000 (20:54 +0000)]
Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable
Some unit tests were disabled in phantomjs. Dialog and draggable
depended on a larger viewPort. Tooltip just worked, that was reenabled
as well.
Closes gh-1173
Jörn Zaefferer [Tue, 11 Feb 2014 18:06:17 +0000 (19:06 +0100)]
Build: Sort dependencies and update grunt-compare-size to latest
Jörn Zaefferer [Mon, 20 Jan 2014 17:22:15 +0000 (18:22 +0100)]
Build: Add commitplease as devDependency, to check commit messages
Patrick Stapleton [Wed, 5 Feb 2014 18:43:08 +0000 (10:43 -0800)]
Build: Add load-grunt-tasks
Closes gh-1191
Jörn Zaefferer [Wed, 5 Feb 2014 10:44:02 +0000 (11:44 +0100)]
Build: Inline testswarm browserSet setting
Ref jquery/infrastructure#236
TJ VanToll [Tue, 4 Feb 2014 13:53:01 +0000 (08:53 -0500)]
Build: Fixing a small typo in the effect's description
Rafael Xavier de Souza [Wed, 29 Jan 2014 16:41:47 +0000 (14:41 -0200)]
Release: Update download.jqueryui.com version to 1.10.8
Jörn Zaefferer [Wed, 29 Jan 2014 14:12:59 +0000 (15:12 +0100)]
Autocomplete: Update remote-jsonp demo with working geo webservice
The previous webservice now requires user credentials. The new one is also
in use in a jQuery Mobile demo.
Fixes #9764
TJ VanToll [Wed, 29 Jan 2014 03:25:02 +0000 (22:25 -0500)]
All: Updating copyright year to 2014
Yermo [Sat, 25 Jan 2014 22:39:27 +0000 (17:39 -0500)]
Autocomplete: Do not set value on multi-line input
This fixes an issue where contenteditable text was getting overwritten when
wrapping past the bottom or top of the autocomplete menu.
Fixes #9771
Closes gh-1184
TJ VanToll [Tue, 28 Jan 2014 15:46:23 +0000 (10:46 -0500)]
Button: Ignore non-radio elements with the same name
Fixes #8761
Closes gh-1185
Scott González [Fri, 24 Jan 2014 21:18:30 +0000 (16:18 -0500)]
All: Quote CSS url() values
Closes gh-1172
Rafael Xavier de Souza [Mon, 2 Dec 2013 18:36:12 +0000 (16:36 -0200)]
All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/
893fcf70b7eebc1dc271 ;
Fixes #9464
Closes gh-1029
Rafael Xavier de Souza [Thu, 1 Aug 2013 20:47:51 +0000 (17:47 -0300)]
All: Remove "Depends" comment
Ref #9464
Ref gh-1029
Rafael Xavier de Souza [Wed, 17 Jul 2013 15:10:30 +0000 (12:10 -0300)]
All: Wrap I18n files with UMD return exports
Ref #9464
Ref gh-1029
Rafael Xavier de Souza [Fri, 12 Jul 2013 16:40:48 +0000 (13:40 -0300)]
All: Wrap source files with UMD return exports
Ref #9464
Ref gh-1029
Scott González [Fri, 24 Jan 2014 18:53:59 +0000 (13:53 -0500)]
Tests: Add link to selectmenu in unit index
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.