]> source.dussan.org Git - jquery.git/log
jquery.git
8 years agoBuild: simplify and correct .editorconfig
Oleg Gaidarenko [Thu, 11 Feb 2016 19:49:19 +0000 (22:49 +0300)]
Build: simplify and correct .editorconfig

8 years agoTests: test element position outside view
Oleg Gaidarenko [Thu, 11 Feb 2016 19:31:49 +0000 (22:31 +0300)]
Tests: test element position outside view

Ref 49833f7795d665ff1d543c4f71f29fca95b567e9
Ref gh-2828
Ref gh-2836
Fixes gh-2909

8 years agoBuild: use hard-coded path to sizzle in selector-sizzle
Timmy Willison [Wed, 10 Feb 2016 21:47:25 +0000 (13:47 -0800)]
Build: use hard-coded path to sizzle in selector-sizzle

Fixes gh-2898

8 years agoBuild: Drop testing on jsdom with Node 0.10 & 0.12
Michał Gołębiowski [Wed, 10 Feb 2016 11:57:49 +0000 (12:57 +0100)]
Build: Drop testing on jsdom with Node 0.10 & 0.12

Fixes gh-2841

8 years agoBuild: Move the stripJSONComments variable to the function that uses it
Michał Gołębiowski [Wed, 10 Feb 2016 11:54:25 +0000 (12:54 +0100)]
Build: Move the stripJSONComments variable to the function that uses it

8 years agoBuild: Stop removing the JSHint onevar option, it's no longer there
Michał Gołębiowski [Tue, 9 Feb 2016 09:18:19 +0000 (10:18 +0100)]
Build: Stop removing the JSHint onevar option, it's no longer there

8 years agoTests: account for new offset tests
Oleg Gaidarenko [Mon, 8 Feb 2016 21:27:03 +0000 (00:27 +0300)]
Tests: account for new offset tests

Ref 49833f7795d665ff1d543c4f71f29fca95b567e9

8 years agoRevert "Offset: account for scroll when calculating position"
Oleg Gaidarenko [Mon, 8 Feb 2016 21:17:25 +0000 (00:17 +0300)]
Revert "Offset: account for scroll when calculating position"

This reverts commit 2d715940b9b6fdeed005cd006c8bf63951cf7fb2.

This commit provoked new issues: gh-2836, gh-2828.

At the meeting, we decided to revert offending commit
(in all three branches - 2.2-stable, 1.12-stable and master)
and tackle this issue in 3.x.

Fixes gh-2828

8 years agoAttributes: Add a support comment & fix a link @ tabIndex hook 2903/head
Michał Gołębiowski [Wed, 3 Feb 2016 10:49:19 +0000 (11:49 +0100)]
Attributes: Add a support comment & fix a link @ tabIndex hook

Ref gh-2664

8 years agoTests: fix another traverse test
Oleg Gaidarenko [Sun, 31 Jan 2016 09:09:48 +0000 (12:09 +0300)]
Tests: fix another traverse test

Tricky test - if isolated, was executed fine, but falling
if runned with other tests

Ref b97c8d30c5aedace75dc17056d429f28e41b20c1

8 years agoTests:Build: update qunit and fix incorrect test
Oleg Gaidarenko [Fri, 29 Jan 2016 18:07:28 +0000 (21:07 +0300)]
Tests:Build: update qunit and fix incorrect test

* Update QUnit to the latest version (1.20.0)

* Corrected test was dependent on QUnit UI, which is always a bad idea

8 years agoBuild: add scripts.precommit script
Oleg Gaidarenko [Thu, 28 Jan 2016 23:41:04 +0000 (02:41 +0300)]
Build: add scripts.precommit script

It was losted while merging gh-2881

8 years agoBuild: run linters on git-commit
Jha Naman [Thu, 28 Jan 2016 23:29:49 +0000 (02:29 +0300)]
Build: run linters on git-commit

Fixes gh-2577
Closes gh-2881

8 years agoSelector: add jQuery.escapeSelector
Timmy Willison [Wed, 27 Jan 2016 17:57:04 +0000 (12:57 -0500)]
Selector: add jQuery.escapeSelector

Fixes gh-1761
Close gh-2878

8 years agoCSS: Add test for gh-2867
Timmy Willison [Wed, 27 Jan 2016 16:36:34 +0000 (11:36 -0500)]
CSS: Add test for gh-2867

8 years agoCSS: Make sure elem.ownerDocument.defaultView is not null
Todor Prikumov [Tue, 26 Jan 2016 09:58:34 +0000 (11:58 +0200)]
CSS: Make sure elem.ownerDocument.defaultView is not null

Fixes gh-2866
Close gh-2867

8 years agoDocs: use https where possible
Bernhard M. Wiedemann [Wed, 27 Jan 2016 08:18:40 +0000 (09:18 +0100)]
Docs: use https where possible

Close gh-2875

8 years agoBuild: switch from win-spawn to cross-spawn
Michał Gołębiowski [Wed, 27 Jan 2016 12:02:58 +0000 (13:02 +0100)]
Build: switch from win-spawn to cross-spawn

The win-spawn package is deprecated.

Refs gh-2877
Refs 67c96a59f5af9e8404b3f904028e1c730d647498

8 years agoBuild: Update npm deps, fix Sinon npmcopy config
Michał Gołębiowski [Wed, 27 Jan 2016 11:54:39 +0000 (12:54 +0100)]
Build: Update npm deps, fix Sinon npmcopy config

All deps were updated except:
 * jsdom - tests using a Symbol polyfill are hacky and break with newer jsdom;
   we need to re-do them properly first
 * qunitjs - versions 1.19.0 & 1.20.0 introduce race conditions to the tests,
   making the fail randomly

Those two packages will be updated once issues related to them get resolved.

Fixes gh-2877

8 years agoBuild: Add .npmrc with save-exact=true
Michał Gołębiowski [Wed, 27 Jan 2016 11:26:52 +0000 (12:26 +0100)]
Build: Add .npmrc with save-exact=true

This makes commands like `npm install package --save-dev` always get saved
to package.json as a pinned version and not as a `^`-delimited range.

8 years agoBuild: enable JSCS for test/unit/support.js, fix styling issues
Michał Gołębiowski [Wed, 27 Jan 2016 11:13:32 +0000 (12:13 +0100)]
Build: enable JSCS for test/unit/support.js, fix styling issues

8 years agoTests: Set Edge's expected support for clearCloneStyle to true
Zack Hall [Fri, 22 Jan 2016 00:24:42 +0000 (16:24 -0800)]
Tests: Set Edge's expected support for clearCloneStyle to true

This is done for a version 13 or newer as the bug still exists in Edge 12.

Closes gh-2857

8 years agoTests: Fix manipulation tests in Android 4.4
Michał Gołębiowski [Wed, 27 Jan 2016 11:02:00 +0000 (12:02 +0100)]
Tests: Fix manipulation tests in Android 4.4

Chromium < 35 incorrectly upper-cases µ; Android 4.4 uses such a version by
default (and its WebView, being un-updatable, will use it for eternity) so we
need to blacklist that one for the tests to pass.

8 years agoCore: Update isNumeric tests for pre-ES2015 safety
Richard Gibson [Mon, 25 Jan 2016 00:51:06 +0000 (19:51 -0500)]
Core: Update isNumeric tests for pre-ES2015 safety

Ref 7103d8ef47e04a4cf373abee0e8bfa9062fd616f

8 years agoCore: Improve isNumeric logic and test coverage
Steve Mao [Thu, 14 Jan 2016 09:22:15 +0000 (20:22 +1100)]
Core: Improve isNumeric logic and test coverage

Also add back accidentally deleted comments about the implementation.

Fixes gh-2780
Ref gh-2663
Ref gh-2781
Closes gh-2827

8 years agoEffects: remove width/height exception for oldIE
Timmy Willison [Tue, 19 Jan 2016 18:48:05 +0000 (13:48 -0500)]
Effects: remove width/height exception for oldIE

Fixes gh-2488
Close gh-2849

8 years agoCSS: isHidden -> isHiddenWithinTree
Timmy Willison [Wed, 20 Jan 2016 18:20:58 +0000 (13:20 -0500)]
CSS: isHidden -> isHiddenWithinTree

Fixes gh-2404
Close gh-2855

8 years agoTraversing: restore jQuery push behavior in .find
Timmy Willison [Tue, 19 Jan 2016 18:04:37 +0000 (13:04 -0500)]
Traversing: restore jQuery push behavior in .find

Fixes gh-2370
Close gh-2848

8 years agoTests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.Browser
Michał Gołębiowski [Wed, 20 Jan 2016 12:54:31 +0000 (13:54 +0100)]
Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.Browser

Some Chrome versions newer than 30 but older than 42 display the "undefined is
not a function" error, not mentioning the function name. This has been fixed
in Chrome 42. Relax two tests to allow for this divergence in older Chromoiums.

This affects our Android 5.0 & Yandex.Browser testing.

8 years agoAjax: add serialize to AMD dependencies
Timmy Willison [Tue, 19 Jan 2016 17:37:38 +0000 (12:37 -0500)]
Ajax: add serialize to AMD dependencies

Fixes gh-2842

8 years agoEvent: Fix chaining .on() with null handlers
Devin Wilson [Thu, 14 Jan 2016 04:06:43 +0000 (21:06 -0700)]
Event: Fix chaining .on() with null handlers

Fixes gh-2846

8 years agoAttributes: fix setting selected on an option in IE<=11
Timmy Willison [Fri, 15 Jan 2016 21:48:52 +0000 (16:48 -0500)]
Attributes: fix setting selected on an option in IE<=11

Fixes gh-2732
Close gh-2840

8 years agoCSS: Stop Firefox from treating disconnected elements as cascade-hidden
Richard Gibson [Thu, 14 Jan 2016 20:27:17 +0000 (15:27 -0500)]
CSS: Stop Firefox from treating disconnected elements as cascade-hidden

Fixes gh-2833
Ref dba93f79c405373ec3a492fd0a4bf89b3136a6e6
Close gh-2835

8 years agoDocs: add note about code organization with AMD
Timmy Willison [Thu, 14 Jan 2016 17:24:33 +0000 (12:24 -0500)]
Docs: add note about code organization with AMD

Fixes gh-2750
Close gh-2832

8 years agoDocs: remove compat references
Timmy Willison [Thu, 14 Jan 2016 17:22:45 +0000 (12:22 -0500)]
Docs: remove compat references

8 years agoRelease: update AUTHORS.txt
Timmy Willison [Wed, 13 Jan 2016 21:45:27 +0000 (16:45 -0500)]
Release: update AUTHORS.txt

8 years agoCSS: Restore cascade-override behavior in .show
Richard Gibson [Mon, 11 Jan 2016 07:26:55 +0000 (02:26 -0500)]
CSS: Restore cascade-override behavior in .show

Fixes gh-2654
Fixes gh-2308
Close gh-2810
Ref 86419b10bfa5e3b71a7d416288ab806d47a31d1f

8 years agoTraversing: Never let .closest() match positional selectors
Richard Gibson [Tue, 12 Jan 2016 05:56:29 +0000 (00:56 -0500)]
Traversing: Never let .closest() match positional selectors

Fixes gh-2796
Close gh-2818

8 years agoTraversing: .not/.filter consistency with non-elements
Martijn W. van der Lee [Mon, 11 Jan 2016 19:59:33 +0000 (20:59 +0100)]
Traversing: .not/.filter consistency with non-elements

Fixes gh-2808
Close gh-2809

8 years agoDocs: Updated links to https where they are supported.
Jon Dufresne [Sun, 29 Nov 2015 17:41:37 +0000 (09:41 -0800)]
Docs: Updated links to https where they are supported.

Close gh-2746

8 years agoDocs: Reference new feature guidelines and API tenets
Richard Gibson [Sat, 7 Nov 2015 08:27:06 +0000 (03:27 -0500)]
Docs: Reference new feature guidelines and API tenets

Fixes gh-2320
Close gh-2697

8 years agoTests: fixed grammar in comment
Henry Wong [Sat, 5 Dec 2015 09:35:01 +0000 (01:35 -0800)]
Tests: fixed grammar in comment

Close gh-2757

8 years agoDocs: Fix various spelling errors
Josh Soref [Fri, 4 Dec 2015 06:49:23 +0000 (06:49 +0000)]
Docs: Fix various spelling errors

Closes gh-2761

8 years agoDeferred: Warn on exceptions that are likely programming errors
Dave Methvin [Mon, 23 Nov 2015 18:57:10 +0000 (13:57 -0500)]
Deferred: Warn on exceptions that are likely programming errors

Fixes gh-2736
Closes gh-2737

8 years agoDeferred: Remove undocumented progress notifications in $.when
Dave Methvin [Tue, 12 Jan 2016 00:10:28 +0000 (19:10 -0500)]
Deferred: Remove undocumented progress notifications in $.when

Fixes gh-2710
Closes gh-2816

8 years agoBuild: Encode non-ASCII as \uXXXX
Timmy Willison [Mon, 11 Jan 2016 16:42:33 +0000 (11:42 -0500)]
Build: Encode non-ASCII as \uXXXX

8 years agoSelector: update Sizzle to 2.3.0
Timmy Willison [Mon, 11 Jan 2016 16:25:36 +0000 (11:25 -0500)]
Selector: update Sizzle to 2.3.0

8 years agoManipulation: Bring tagname regexes up to spec
Leonardo Braga [Wed, 7 Oct 2015 04:51:23 +0000 (00:51 -0400)]
Manipulation: Bring tagname regexes up to spec

Fixes gh-2005
Closes gh-2634

8 years agoCSS: Add animation-iteration-count to cssNumber, fix tests
Jun Sun [Wed, 30 Dec 2015 07:40:08 +0000 (15:40 +0800)]
CSS: Add animation-iteration-count to cssNumber, fix tests

Fixes gh-2792
Closes gh-2793

8 years agoRevert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
Timmy Willison [Thu, 7 Jan 2016 19:06:41 +0000 (14:06 -0500)]
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"

This reverts commit 53f798cf4d783bb813b4d1ba97411bc752b275f3.

- Turns out this is documented, even if not fully. Need to deprecate before removal.

8 years agoEvent: Remove duplicated word text on comment 2771/head
Jae Sung Park [Thu, 3 Dec 2015 06:34:03 +0000 (15:34 +0900)]
Event: Remove duplicated word text on comment

Closes #2751

8 years agoAttributes: exclusively lowercase A-Z in attribute names
Timmy Willison [Mon, 30 Nov 2015 16:30:31 +0000 (11:30 -0500)]
Attributes: exclusively lowercase A-Z in attribute names

Fixes gh-2730
Close gh-2749

8 years agoCore: do not expose second argument of the `jQuery.globalEval`
Oleg Gaidarenko [Fri, 13 Nov 2015 22:28:16 +0000 (01:28 +0300)]
Core: do not expose second argument of the `jQuery.globalEval`

Closes jquery/api.jquery.com#831
Closes gh-2718

8 years agoAjax: Preserve URL hash on requests
Dave Methvin [Mon, 16 Nov 2015 02:51:18 +0000 (21:51 -0500)]
Ajax: Preserve URL hash on requests

Fixes gh-1732
Closes gh-2721

8 years agoAjax: Golf away 21 bytes
Richard Gibson [Mon, 9 Nov 2015 02:49:47 +0000 (21:49 -0500)]
Ajax: Golf away 21 bytes

Close gh-2699

8 years agoDocs: add a note about loading source with AMD
Timmy Willison [Mon, 16 Nov 2015 20:49:59 +0000 (15:49 -0500)]
Docs: add a note about loading source with AMD

- Moves the note about the watch task and the note about
  loading with AMD to their own section under
  "Test Suite Tips"

Fixes gh-2714
Close gh-2725

8 years agoEffects: add tests for using jQuery.speed directly
Timmy Willison [Mon, 16 Nov 2015 20:36:48 +0000 (15:36 -0500)]
Effects: add tests for using jQuery.speed directly

Fixes gh-2716
Close gh-2724

8 years agoRelease: push a custom slim build to the CDN
Timmy Willison [Thu, 12 Nov 2015 18:18:59 +0000 (13:18 -0500)]
Release: push a custom slim build to the CDN

Fixes gh-2653
Close gh-2711

8 years agoDeferred: syncronize single and multiple target handling in $.when 2707/head
Timmy Willison [Wed, 11 Nov 2015 15:35:37 +0000 (10:35 -0500)]
Deferred: syncronize single and multiple target handling in $.when

Fixes gh-2546
Fixes gh-2018
Close gh-2707

8 years agoRelease: update authors
Timmy Willison [Thu, 12 Nov 2015 18:25:42 +0000 (13:25 -0500)]
Release: update authors

8 years agoRelease: use chalk instead of colors for terminal colors
Timmy Willison [Thu, 12 Nov 2015 18:23:53 +0000 (13:23 -0500)]
Release: use chalk instead of colors for terminal colors

8 years agoSelector: pass jQuery unit tests with selector-native
Timmy Willison [Tue, 10 Nov 2015 18:26:15 +0000 (13:26 -0500)]
Selector: pass jQuery unit tests with selector-native

- Ignore certain tests that obviously are not supported
- Beefed up the sortOrder, uniqueSort, isXMLDoc, and attr functions

Fixes gh-1742
Fixes gh-2048
Close gh-2703

8 years agoEffects: fix loading showHide in AMD mode
Timmy Willison [Tue, 10 Nov 2015 17:44:35 +0000 (12:44 -0500)]
Effects: fix loading showHide in AMD mode

8 years agoOffset: offsetLeft/Top on empty set returns undefined
Dave Methvin [Mon, 9 Nov 2015 23:14:59 +0000 (18:14 -0500)]
Offset: offsetLeft/Top on empty set returns undefined

Fixes gh-2319
Closes gh-2702
Ref gh-2701

8 years agoDimensions: Empty sets should return undefined
Dave Methvin [Mon, 9 Nov 2015 22:49:01 +0000 (17:49 -0500)]
Dimensions: Empty sets should return undefined

Ref gh-2319
Closes gh-2701

8 years agoDimensions: properly manipulate non-px values
Timmy Willison [Fri, 6 Nov 2015 21:16:53 +0000 (16:16 -0500)]
Dimensions: properly manipulate non-px values

Fixes gh-1712
Close gh-2695

8 years agoManipulation: execute scripts from iframe in the iframe's context
Timmy Willison [Fri, 6 Nov 2015 23:36:38 +0000 (18:36 -0500)]
Manipulation: execute scripts from iframe in the iframe's context

Fixes gh-1757
Close gh-2696

8 years agoEvent: Move VML test out of event alias test
Dave Methvin [Sat, 7 Nov 2015 20:51:03 +0000 (15:51 -0500)]
Event: Move VML test out of event alias test

Ref gh-2693

8 years agoDimensions: outerWidth/Height include scrollbar
Dave Methvin [Fri, 6 Nov 2015 17:24:06 +0000 (12:24 -0500)]
Dimensions: outerWidth/Height include scrollbar

Fixes gh-1729
Closes gh-2694

8 years agoEvent: Make event aliases optional in unit tests 2693/head
Dave Methvin [Fri, 6 Nov 2015 14:59:14 +0000 (09:59 -0500)]
Event: Make event aliases optional in unit tests

8 years agoEvent: Separate trigger/simulate into its own module
Dave Methvin [Thu, 5 Nov 2015 02:53:09 +0000 (21:53 -0500)]
Event: Separate trigger/simulate into its own module

Fixes gh-1864
Closes gh-2692

This also pulls the focusin/out special event into its own module, since that
depends on simulate(). NB: The ajax module triggers events pretty heavily.

8 years agoTests: make editorconfig match css style
Timmy Willison [Thu, 5 Nov 2015 23:13:00 +0000 (18:13 -0500)]
Tests: make editorconfig match css style

8 years agoAttributes: return empty array for select-multiple with no values
Timmy Willison [Wed, 4 Nov 2015 23:34:14 +0000 (18:34 -0500)]
Attributes: return empty array for select-multiple with no values

Fixes gh-2562
Close gh-2689

8 years agoEvent: Add basic unit tests for event aliases
Dave Methvin [Wed, 4 Nov 2015 18:27:39 +0000 (13:27 -0500)]
Event: Add basic unit tests for event aliases

Fixes gh-2302
Closes gh-2687

At the moment it's not possible to run the full event unit tests without aliases
so this was just tested with a custom build by running this one test.

8 years agoEvent: Ensure delegation doesn't error on comment nodes 2659/head
Timmy Willison [Sun, 18 Oct 2015 16:24:01 +0000 (12:24 -0400)]
Event: Ensure delegation doesn't error on comment nodes

Fixes gh-2055
Close gh-2659

8 years agoAjax: Don't throw exceptions on binary data response
Dave Methvin [Sat, 31 Oct 2015 15:24:04 +0000 (11:24 -0400)]
Ajax: Don't throw exceptions on binary data response

Fixes gh-2498
Closes gh-2682

The added unit test shows how this could be used to support an
ArrayBuffer return, but $.ajax does not support it natively.
The goal with this change was to avoid the exception.

8 years agoAjax: trigger error callback on native abort
Timmy Willison [Mon, 2 Nov 2015 17:00:28 +0000 (12:00 -0500)]
Ajax: trigger error callback on native abort

- IE9 does not have onabort. Use onreadystatechange instead.

Fixes gh-2079
Close gh-2684

8 years agoAjax: Only form-encode requests with a body
Dave Methvin [Thu, 22 Oct 2015 18:25:32 +0000 (14:25 -0400)]
Ajax: Only form-encode requests with a body

Fixes #2658
Closes #2671

8 years agoTests: Make regexes for iOS devices more rigid
Michał Gołębiowski [Fri, 30 Oct 2015 18:16:27 +0000 (19:16 +0100)]
Tests: Make regexes for iOS devices more rigid

8 years agoTests: Remove Safari 7.0 & iOS 6 support tests results
Michał Gołębiowski [Fri, 30 Oct 2015 18:14:41 +0000 (19:14 +0100)]
Tests: Remove Safari 7.0 & iOS 6 support tests results

8 years agoTests: Add iOS 9 support tests results
Michał Gołębiowski [Fri, 30 Oct 2015 18:13:45 +0000 (19:13 +0100)]
Tests: Add iOS 9 support tests results

8 years agoBuild: Test on Node 5
Michał Gołębiowski [Fri, 30 Oct 2015 00:34:33 +0000 (01:34 +0100)]
Build: Test on Node 5

8 years agoRelease: remove antiquated release-notes.js
Timmy Willison [Thu, 29 Oct 2015 19:21:46 +0000 (15:21 -0400)]
Release: remove antiquated release-notes.js

8 years agoCore: use interactive to evaluate dom ready, barring IE9-10 2678/head
Timmy Willison [Wed, 28 Oct 2015 17:54:04 +0000 (13:54 -0400)]
Core: use interactive to evaluate dom ready, barring IE9-10

Fixes gh-2100

8 years agoAttributes: remove flakey test for selected attribute
Timmy Willison [Mon, 26 Oct 2015 15:38:04 +0000 (11:38 -0400)]
Attributes: remove flakey test for selected attribute

- The change is already covered by the "checked" test.
  Since this test is redundant, just drop it.

8 years agoTests: Post-Summit cleanup
Richard Gibson [Sun, 25 Oct 2015 19:25:56 +0000 (15:25 -0400)]
Tests: Post-Summit cleanup

Ref 67d7a2eefee768b59eb3d51cb1fb2c671873e58a
Ref c752a5030bc00eb5b45dea9c28963f824a5c4f44

8 years agoTests: Use standard external domain name
Richard Gibson [Fri, 23 Oct 2015 15:55:52 +0000 (11:55 -0400)]
Tests: Use standard external domain name

Ref 01c360f96390ff16edfe65ef3b34e167087ef645

(cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)

8 years agoAttributes: do not set properties to false when removing booleans 2665/head
Timmy Willison [Sun, 18 Oct 2015 21:21:41 +0000 (17:21 -0400)]
Attributes: do not set properties to false when removing booleans

Fixes gh-1759

8 years agoCore: make isNumeric limited to strings and numbers 2663/head
Timmy Willison [Sun, 18 Oct 2015 19:50:43 +0000 (15:50 -0400)]
Core: make isNumeric limited to strings and numbers

Fixes gh-2662

8 years agoBuild: Add "deprecated" to the Testswarm module list
Dave Methvin [Tue, 20 Oct 2015 16:30:01 +0000 (12:30 -0400)]
Build: Add "deprecated" to the Testswarm module list

Ref #1740

Yeah.

9 years agoTests: Add Safari 9 support tests results
Michał Gołębiowski [Sun, 18 Oct 2015 21:26:56 +0000 (17:26 -0400)]
Tests: Add Safari 9 support tests results

9 years agoCSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson [Fri, 8 May 2015 03:16:18 +0000 (23:16 -0400)]
CSS: Correct misrepresentation of "auto" horizontal margins as 0

Fixes gh-2237
Closes gh-2276

(cherry picked from commit 214e1634ab9b1d13d53647dd5de3bdf7a091d49c)

Conflicts:
src/css.js
src/css/support.js
test/unit/support.js

9 years agoAttributes: fix tabIndex on <img> in IE11
Joelle Fleurantin [Sun, 18 Oct 2015 20:20:25 +0000 (16:20 -0400)]
Attributes: fix tabIndex on <img> in IE11

Fixes gh-2647
Closes gh-2664

9 years agoCSS: use isFinite in place of redundant isNumeric
Timmy Willison [Sun, 18 Oct 2015 19:12:35 +0000 (15:12 -0400)]
CSS: use isFinite in place of redundant isNumeric

9 years agoCore: add unit test for isPlainObject(Symbol)
Liza Ramo [Sun, 18 Oct 2015 19:00:38 +0000 (15:00 -0400)]
Core: add unit test for isPlainObject(Symbol)

Fixes #2645
Closes #2661

9 years agoCSS: fix AMD mode for the new showHide module
Timmy Willison [Sun, 18 Oct 2015 19:09:59 +0000 (15:09 -0400)]
CSS: fix AMD mode for the new showHide module

9 years agoOffset: allow small differences in offset.top
Joelle Fleurantin [Sun, 18 Oct 2015 16:45:41 +0000 (12:45 -0400)]
Offset: allow small differences in offset.top

Fixes gh-2590

9 years agoTests: Change quotes according to style guidelines
Julian Alexander Murillo [Thu, 21 May 2015 04:59:06 +0000 (23:59 -0500)]
Tests: Change quotes according to style guidelines

Close gh-2339

9 years agoEvent: Fix delegated radio events when arrow keys are used
Dave Methvin [Mon, 28 Sep 2015 02:05:57 +0000 (22:05 -0400)]
Event: Fix delegated radio events when arrow keys are used

Fixes gh-2343, gh-2410
Close gh-2617

9 years agoAttributes: removeClass() -> attr("class", "")
Thomas Tortorini [Sun, 11 Oct 2015 08:22:06 +0000 (10:22 +0200)]
Attributes: removeClass() -> attr("class", "")

- Classes simpliciation

Close gh-2465