]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoRemove useless guard for `a`. Close gh-918.
Dave Methvin [Mon, 10 Sep 2012 00:56:44 +0000 (20:56 -0400)]
Remove useless guard for `a`. Close gh-918.

Thanks @staabm!

12 years agoUpdate .editorconfig with new properties. Close gh-915.
Sindre Sorhus [Tue, 28 Aug 2012 23:14:48 +0000 (01:14 +0200)]
Update .editorconfig with new properties. Close gh-915.

See http://editorconfig.org

12 years agoSizzle: adjustment for speed totals display
Timmy Willison [Sat, 8 Sep 2012 18:31:31 +0000 (14:31 -0400)]
Sizzle: adjustment for speed totals display

12 years agoUpdate Sizzle: adds custom performance suite for testing across multiple selector...
Timmy Willison [Sat, 8 Sep 2012 17:06:17 +0000 (13:06 -0400)]
Update Sizzle: adds custom performance suite for testing across multiple selector engines and multiple versions of Sizzle

12 years agoShim/shiv the datalist element for crabby Uncle oldIE.
Dave Methvin [Thu, 6 Sep 2012 02:01:35 +0000 (22:01 -0400)]
Shim/shiv the datalist element for crabby Uncle oldIE.

12 years agoUpdate Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition
Timmy Willison [Wed, 5 Sep 2012 22:13:31 +0000 (18:13 -0400)]
Update Sizzle: authors.txt update and fix failing tests caused by QUnit's html addition

12 years agoUpdate to QUnit 1.10.0
Dave Methvin [Wed, 5 Sep 2012 20:22:40 +0000 (16:22 -0400)]
Update to QUnit 1.10.0

12 years agoUpdating the source version to 1.8.2pre
Dave Methvin [Thu, 30 Aug 2012 21:17:27 +0000 (17:17 -0400)]
Updating the source version to 1.8.2pre

12 years agoTagging the 1.8.1 release.
Dave Methvin [Thu, 30 Aug 2012 21:17:08 +0000 (17:17 -0400)]
Tagging the 1.8.1 release.

12 years agoUpdate release script and notes builder.
Dave Methvin [Thu, 30 Aug 2012 21:07:03 +0000 (17:07 -0400)]
Update release script and notes builder.

12 years agoFix #12370. Explicitly coerce bool/undef to integer.
Dave Methvin [Thu, 30 Aug 2012 14:47:47 +0000 (10:47 -0400)]
Fix #12370. Explicitly coerce bool/undef to integer.

12 years agoSizzle: POS selectors make more extensive use of tokenization. Fixes #12303.
Timmy Willison [Wed, 29 Aug 2012 16:49:17 +0000 (12:49 -0400)]
Sizzle: POS selectors make more extensive use of tokenization. Fixes #12303.

http://jqbug.com/12303

12 years agoFix #12243, $("col").width() should return the column's width. Close gh-916.
Mike Sherov [Wed, 29 Aug 2012 12:50:56 +0000 (08:50 -0400)]
Fix #12243, $("col").width() should return the column's width. Close gh-916.

12 years agoSizzle: tweak for root selector shortcut. Fixes #12419.
Timmy Willison [Wed, 29 Aug 2012 14:40:15 +0000 (10:40 -0400)]
Sizzle: tweak for root selector shortcut. Fixes #12419.

12 years agoUpdate Sizzle: minor edits
Timmy Willison [Wed, 29 Aug 2012 04:04:52 +0000 (00:04 -0400)]
Update Sizzle: minor edits

12 years agoSizzle: support negative numbers in `:eq`. Fixes #12241.
Timmy Willison [Wed, 29 Aug 2012 00:34:10 +0000 (20:34 -0400)]
Sizzle: support negative numbers in `:eq`. Fixes #12241.

12 years agoSizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes #12369.
Timmy Willison [Wed, 29 Aug 2012 00:09:15 +0000 (20:09 -0400)]
Sizzle: adjust caching to avoid IE errors on xml descendent selectors. Fixes #12369.

12 years agoSizzle: use tokenization to complex check pseudo arguments. Fixes #12412.
Timmy Willison [Tue, 28 Aug 2012 23:47:35 +0000 (19:47 -0400)]
Sizzle: use tokenization to complex check pseudo arguments. Fixes #12412.

12 years agoFix #12347 and #12384. Use a fresh div in jQuery.clean each time.
Dave Methvin [Tue, 28 Aug 2012 21:00:12 +0000 (17:00 -0400)]
Fix #12347 and #12384. Use a fresh div in jQuery.clean each time.

Regression was introduced in 22ad8723ce07569a9b039c7901f29e86ad14523c most likely because the clown who fixed http://bugs.jquery.com/ticket/4011 didn't add a unit test.

12 years agoReverting Sizzle is bad, Dave.
Timmy Willison [Tue, 28 Aug 2012 15:31:13 +0000 (11:31 -0400)]
Reverting Sizzle is bad, Dave.

12 years agoUpdate placeholder references to tickets.
Dave Methvin [Tue, 28 Aug 2012 14:09:22 +0000 (10:09 -0400)]
Update placeholder references to tickets.

12 years agoFix #12383. All selectors should be delegateTarget-relative
Dave Methvin [Tue, 28 Aug 2012 14:07:16 +0000 (10:07 -0400)]
Fix #12383. All selectors should be delegateTarget-relative

12 years agoFix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909.
Mike Sherov [Sat, 25 Aug 2012 15:26:37 +0000 (11:26 -0400)]
Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909.

12 years agoUpdate authors.
Dave Methvin [Tue, 28 Aug 2012 12:52:09 +0000 (08:52 -0400)]
Update authors.

12 years agoUpdate Sizzle: size reduction, -85 bytes
Timmy Willison [Mon, 27 Aug 2012 21:44:47 +0000 (17:44 -0400)]
Update Sizzle: size reduction, -85 bytes

12 years agoSizzle: provide backwards-compatibility for creating custom pseudos with arguments...
Timmy Willison [Mon, 27 Aug 2012 20:53:57 +0000 (16:53 -0400)]
Sizzle: provide backwards-compatibility for creating custom pseudos with arguments. Fixes #12409.

12 years agoSizzle: make html from assertions xhtml compliant. Fixes #12359.
Timmy Willison [Mon, 27 Aug 2012 16:39:14 +0000 (12:39 -0400)]
Sizzle: make html from assertions xhtml compliant. Fixes #12359.

12 years agoSizzle: fix compilation of the same selector with different contexts. Fixes #12403.
Timmy Willison [Mon, 27 Aug 2012 14:20:18 +0000 (10:20 -0400)]
Sizzle: fix compilation of the same selector with different contexts. Fixes #12403.

12 years agoUpdate Sizzle: passing null to $.contains should not throw an error. Fixes #12314
Timmy Willison [Fri, 24 Aug 2012 22:08:02 +0000 (18:08 -0400)]
Update Sizzle: passing null to $.contains should not throw an error. Fixes #12314

12 years agoUpdate Sizzle: Use tokenization rather than regex for grouping. Fixes #12237, #12205...
Timmy Willison [Fri, 24 Aug 2012 21:43:39 +0000 (17:43 -0400)]
Update Sizzle: Use tokenization rather than regex for grouping. Fixes #12237, #12205, #12285.

12 years agoDo not watch the dist files to make infinite change loops less common.
Timmy Willison [Fri, 24 Aug 2012 21:41:52 +0000 (17:41 -0400)]
Do not watch the dist files to make infinite change loops less common.

12 years agoRevert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."
Dave Methvin [Fri, 24 Aug 2012 15:59:01 +0000 (11:59 -0400)]
Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."

This reverts commit c01e022f33575ed45fb8da65be756fc464d40a24.

We actually changed DELETE to accept a body on purpose, see http://bugs.jquery.com/ticket/7285 .

12 years agoRevert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."
Dave Methvin [Fri, 24 Aug 2012 15:57:48 +0000 (11:57 -0400)]
Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes."

This reverts commit e2eac3f4d2e7f47b67635704df8e3b6675a91ed6.

There is a 1.7 regression with isDisconnected() that we should fix before tackling this.

12 years agoFix #12120. Always stack .before/.after, and fix disconnected nodes.
Dave Methvin [Fri, 24 Aug 2012 03:25:57 +0000 (23:25 -0400)]
Fix #12120. Always stack .before/.after, and fix disconnected nodes.

12 years agoFix #10863. Allow newlines in JSON data- attributes.
Dave Methvin [Fri, 24 Aug 2012 02:19:06 +0000 (22:19 -0400)]
Fix #10863. Allow newlines in JSON data- attributes.

12 years agoFix #11586. Ajax DELETE ain't got no body, so data goes to its URL.
Dave Methvin [Fri, 24 Aug 2012 01:30:45 +0000 (21:30 -0400)]
Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL.

12 years agoScorch the earth and retreat on readyState interactive! Close gh-907.
Mike Sherov [Thu, 23 Aug 2012 21:46:12 +0000 (17:46 -0400)]
Scorch the earth and retreat on readyState interactive! Close gh-907.

12 years agoFix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.
Elijah Manor [Thu, 23 Aug 2012 01:23:50 +0000 (21:23 -0400)]
Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903.

12 years agoNeuter the partialLoadReady test until it's ngnix-ready
Dave Methvin [Thu, 23 Aug 2012 01:18:45 +0000 (21:18 -0400)]
Neuter the partialLoadReady test until it's ngnix-ready

12 years agoCorrect documentation of custom grunt task. Closes gh-904
Mike Pennisi [Wed, 22 Aug 2012 21:40:15 +0000 (17:40 -0400)]
Correct documentation of custom grunt task. Closes gh-904

12 years agoFix #12350: jQuery.trim should remove BOM
Richard Gibson [Tue, 21 Aug 2012 12:59:51 +0000 (08:59 -0400)]
Fix #12350: jQuery.trim should remove BOM

12 years agoFix #12333. Chrome needs $.browser.webkit too.
Dave Methvin [Tue, 21 Aug 2012 03:09:46 +0000 (23:09 -0400)]
Fix #12333. Chrome needs $.browser.webkit too.

12 years agoRevert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."
Dave Methvin [Mon, 20 Aug 2012 13:33:35 +0000 (09:33 -0400)]
Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."

This reverts commit 2b5b4ebbd78ce10cbbe2a6f057feea615fc69629.

String.prototype.trim doesn't trim BOM in Safari 5.0 so this won't work without additional feature detects.

http://swarm.jquery.org/result/165379

12 years agoFix #12282. IE has premature .readyState == "interactive". Close gh-901.
Mike Sherov [Sun, 19 Aug 2012 21:41:43 +0000 (17:41 -0400)]
Fix #12282. IE has premature .readyState == "interactive". Close gh-901.

12 years agoFix #12329. Remove leftover jQuery.bindReady reference.
Dave Methvin [Mon, 20 Aug 2012 12:01:58 +0000 (08:01 -0400)]
Fix #12329. Remove leftover jQuery.bindReady reference.

jQuery.ready already fires "ready" event properly, the undefined reference had no effect.

12 years agoFix #12283. Return null for dimension getters on non elements. Fix gh-900.
Mike Sherov [Sun, 19 Aug 2012 20:30:10 +0000 (16:30 -0400)]
Fix #12283. Return null for dimension getters on non elements. Fix gh-900.

12 years agoFix #12324, line-height "normal" isn't always "1". Close gh-898.
Mike Sherov [Sun, 19 Aug 2012 20:03:08 +0000 (16:03 -0400)]
Fix #12324, line-height "normal" isn't always "1". Close gh-898.

12 years agoFix #12350. Remove BOM in jQuery.trim. Close gh-897.
Wesley Walser [Mon, 20 Aug 2012 02:28:36 +0000 (22:28 -0400)]
Fix #12350. Remove BOM in jQuery.trim. Close gh-897.

12 years agoFix #12273. Don't call easing functions for duration 0 animations. Close gh-895.
Corey Frang [Wed, 15 Aug 2012 19:31:37 +0000 (14:31 -0500)]
Fix #12273. Don't call easing functions for duration 0 animations. Close gh-895.

12 years agoFix #12278. Promises on non-default queue wait until a dequeue is attempted on an...
Corey Frang [Mon, 13 Aug 2012 17:43:49 +0000 (12:43 -0500)]
Fix #12278. Promises on non-default queue wait until a dequeue is attempted on an empty queue. Close gh-893.

12 years agoAdd README info on how to create custom builds. Close gh-892.
Mathias Bynens [Sun, 12 Aug 2012 09:34:21 +0000 (11:34 +0200)]
Add README info on how to create custom builds. Close gh-892.

12 years agoDon't expect QUnit to clean up jQuery internal data. Close gh-883.
Dave Methvin [Mon, 20 Aug 2012 01:09:13 +0000 (21:09 -0400)]
Don't expect QUnit to clean up jQuery internal data. Close gh-883.

12 years agoImprove oldIE unit tests for fuzzy object clone. Close gh-880.
Elijah Manor [Mon, 30 Jul 2012 18:10:18 +0000 (13:10 -0500)]
Improve oldIE unit tests for fuzzy object clone. Close gh-880.

Related to the patch in gh-870.

12 years agojQuery.contains() handles document objects directly. Close gh-879.
Oleg Gaidarenko [Mon, 20 Aug 2012 00:34:03 +0000 (20:34 -0400)]
jQuery.contains() handles document objects directly. Close gh-879.

12 years agoFix #12149. Avoid memory leak on oldIE change events. Close gh-878.
Nikita Govorov [Mon, 20 Aug 2012 00:19:44 +0000 (20:19 -0400)]
Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.

12 years agoMakes sure "adding" a string to a Callbacks object doesn't cause a stack overflow...
jaubourg [Thu, 16 Aug 2012 17:12:59 +0000 (19:12 +0200)]
Makes sure "adding" a string to a Callbacks object doesn't cause a stack overflow, just ignore the value like 1.7.x righfully did. Fixes #12233. Unit tests added.

12 years agoCalling load with null as the data parameter now properly issues a GET request, not...
jaubourg [Thu, 16 Aug 2012 14:45:18 +0000 (16:45 +0200)]
Calling load with null as the data parameter now properly issues a GET request, not a POST request. Unit tests added. Fixes #12234.

12 years agoUpdate Sizzle
Timmy Willison [Tue, 14 Aug 2012 18:24:00 +0000 (14:24 -0400)]
Update Sizzle

12 years agoUpdate comments about window.getComputedStyle in both locations.
Rick Waldron [Sat, 11 Aug 2012 20:30:46 +0000 (16:30 -0400)]
Update comments about window.getComputedStyle in both locations.

12 years agoUse window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235
Rick Waldron [Fri, 10 Aug 2012 23:34:01 +0000 (19:34 -0400)]
Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235

12 years agoWait for both .stop() tests to finish, don't count on timing.
Dave Methvin [Fri, 10 Aug 2012 01:30:51 +0000 (21:30 -0400)]
Wait for both .stop() tests to finish, don't count on timing.

12 years agoDon't let the release notes script truncate!
Dave Methvin [Fri, 10 Aug 2012 00:16:06 +0000 (20:16 -0400)]
Don't let the release notes script truncate!

12 years agoUpdating the source version to 1.8.1pre
Dave Methvin [Thu, 9 Aug 2012 20:25:57 +0000 (16:25 -0400)]
Updating the source version to 1.8.1pre

12 years agoTagging the 1.8.0 release.
Dave Methvin [Thu, 9 Aug 2012 20:24:36 +0000 (16:24 -0400)]
Tagging the 1.8.0 release.

12 years agoUpdate release script; use package.json as the One True Version.
Dave Methvin [Thu, 9 Aug 2012 19:22:15 +0000 (15:22 -0400)]
Update release script; use package.json as the One True Version.

12 years agoFinish the license changes, including Sizzle.
Dave Methvin [Thu, 9 Aug 2012 02:12:10 +0000 (22:12 -0400)]
Finish the license changes, including Sizzle.

12 years agoUpdate to use just the MIT license; copiers can still use GPL.
Dave Methvin [Wed, 8 Aug 2012 18:33:55 +0000 (14:33 -0400)]
Update to use just the MIT license; copiers can still use GPL.

12 years agoNo ticket: fix failure from zero-assertion test generating a second empty OL element...
Richard Gibson [Thu, 9 Aug 2012 14:42:09 +0000 (10:42 -0400)]
No ticket: fix failure from zero-assertion test generating a second empty OL element. Closes gh-888

12 years agoFix #12203. .undelegate() should not remove direcly bound events.
Dave Methvin [Wed, 8 Aug 2012 00:49:34 +0000 (20:49 -0400)]
Fix #12203. .undelegate() should not remove direcly bound events.

12 years agoAdd back a sacrificial $.attrFn object.
Dave Methvin [Tue, 7 Aug 2012 17:45:47 +0000 (13:45 -0400)]
Add back a sacrificial $.attrFn object.

Originally removed in 86b775d036627ebd7242fbb4eb9f24e4ba1fa9c5 as part of the enhancement that allows $(html, props) to use any $.fn method.

Although $.attrFn is undocumented it appears to be a poorly kept secret. jQuery Mobile 1.1 is using it and it's the topic of several blog/StackOverflow posts. Leave an empty object here as a dumpster for now, but it's coming out for good in 1.9.

12 years agoSizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208.
Timmy Willison [Tue, 7 Aug 2012 17:30:58 +0000 (13:30 -0400)]
Sizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208.

12 years agoFixes #1034 - Check for style.removeAttribute before calling it
Corey Frang [Mon, 6 Aug 2012 16:01:32 +0000 (11:01 -0500)]
Fixes #1034 - Check for style.removeAttribute before calling it

Fixes issue in non IE browsers that happen to come down this path

12 years agoQuote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.
Timmy Willison [Mon, 30 Jul 2012 14:44:47 +0000 (10:44 -0400)]
Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.

12 years agoFix a regression where has with multiple contexts was not filtering correctly. Test...
Timmy Willison [Fri, 27 Jul 2012 22:19:01 +0000 (18:19 -0400)]
Fix a regression where has with multiple contexts was not filtering correctly. Test added.

12 years agoSizzle: fix a small bug with combinator cache. Fixes #10499.
Timmy Willison [Fri, 27 Jul 2012 21:34:39 +0000 (17:34 -0400)]
Sizzle: fix a small bug with combinator cache. Fixes #10499.

12 years agoSizzle: adjust pseudos regex. Fixes #12153.
Timmy Willison [Fri, 27 Jul 2012 20:10:30 +0000 (16:10 -0400)]
Sizzle: adjust pseudos regex. Fixes #12153.

12 years agoUpdating the source version to 1.8pre
Dave Methvin [Fri, 27 Jul 2012 02:30:55 +0000 (22:30 -0400)]
Updating the source version to 1.8pre

12 years agoTagging the 1.8rc1 release. 1.8rc1
Dave Methvin [Fri, 27 Jul 2012 02:26:25 +0000 (22:26 -0400)]
Tagging the 1.8rc1 release.

12 years agoPer @gibson042, don't need .documentElement since Sizzle handles.
Dave Methvin [Thu, 26 Jul 2012 13:28:56 +0000 (09:28 -0400)]
Per @gibson042, don't need .documentElement since Sizzle handles.

12 years agoAdding a check for double progress call in effects units
Corey Frang [Thu, 26 Jul 2012 02:33:48 +0000 (21:33 -0500)]
Adding a check for double progress call in effects units

12 years agoFix #12127, fer real. IE9/10 check state on clone. Close gh-875.
Daniel Chatfield [Thu, 26 Jul 2012 02:23:24 +0000 (22:23 -0400)]
Fix #12127, fer real. IE9/10 check state on clone. Close gh-875.

12 years agoPull in unit tests from gh-877, thanks @orkel!
Dave Methvin [Thu, 26 Jul 2012 01:58:59 +0000 (21:58 -0400)]
Pull in unit tests from gh-877, thanks @orkel!

12 years agoUnbreak isHidden args, they're needed by the .filter() call.
Dave Methvin [Thu, 26 Jul 2012 01:44:44 +0000 (21:44 -0400)]
Unbreak isHidden args, they're needed by the .filter() call.

12 years agoGive .stop() queue animations more leeway for Stutterin' Swarmy.
Dave Methvin [Thu, 26 Jul 2012 01:33:30 +0000 (21:33 -0400)]
Give .stop() queue animations more leeway for Stutterin' Swarmy.

This test sometimes fails with only 2 animations left in the queue, so this extends the first animation in case we're running afoul of the one-second rule for background windows.

12 years agoFix #12148. Let .toggle() call the public .hide() for punching.
Dave Methvin [Thu, 26 Jul 2012 01:24:49 +0000 (21:24 -0400)]
Fix #12148. Let .toggle() call the public .hide() for punching.

There is a slightly shorter way to do this but it's not Closure-friendly.

12 years agoMoves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876
Oleg [Wed, 25 Jul 2012 23:24:10 +0000 (16:24 -0700)]
Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876

12 years agoOops, didn't mean to revert sizzle last time
Corey Frang [Wed, 25 Jul 2012 20:53:42 +0000 (15:53 -0500)]
Oops, didn't mean to revert sizzle last time

12 years agoThis should repair the unit
Corey Frang [Wed, 25 Jul 2012 20:36:21 +0000 (15:36 -0500)]
This should repair the unit

12 years agoTrying to repair a unit
Corey Frang [Wed, 25 Jul 2012 20:18:01 +0000 (15:18 -0500)]
Trying to repair a unit

12 years agoRemove unnecessary else
Timmy Willison [Wed, 25 Jul 2012 20:09:30 +0000 (16:09 -0400)]
Remove unnecessary else

12 years agoFail silently if closest is somehow called on a document. Fixes #10726.
Timmy Willison [Wed, 25 Jul 2012 20:05:48 +0000 (16:05 -0400)]
Fail silently if closest is somehow called on a document. Fixes #10726.

12 years agoRemove IE8 testswarm hacks for offset.
Dave Methvin [Wed, 25 Jul 2012 19:42:06 +0000 (15:42 -0400)]
Remove IE8 testswarm hacks for offset.

12 years agoSizzle: fixes issue with :empty pseudo and comment nodes
Timmy Willison [Wed, 25 Jul 2012 19:23:53 +0000 (15:23 -0400)]
Sizzle: fixes issue with :empty pseudo and comment nodes

12 years agoRevert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."
Dave Methvin [Wed, 25 Jul 2012 18:38:55 +0000 (14:38 -0400)]
Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873."

This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03.

Causing test fails in Safari, IE6, and IE7.

12 years agoLoosen the ajax statusText check so Safari AND Chrome pass.
Dave Methvin [Wed, 25 Jul 2012 18:25:39 +0000 (14:25 -0400)]
Loosen the ajax statusText check so Safari AND Chrome pass.

12 years agoUpdate Sizzle: minor consolidation
Timmy Willison [Wed, 25 Jul 2012 15:01:08 +0000 (11:01 -0400)]
Update Sizzle: minor consolidation

12 years agoUpdate Sizzle: attribute values regex tweak
Timmy Willison [Wed, 25 Jul 2012 14:51:48 +0000 (10:51 -0400)]
Update Sizzle: attribute values regex tweak

12 years agoFix #7579. Don't convert to number if it changes the string. Close gh-852.
Dave Methvin [Wed, 25 Jul 2012 14:19:09 +0000 (10:19 -0400)]
Fix #7579. Don't convert to number if it changes the string. Close gh-852.

Net effect here is that hex numbers and most exponential-format numbers or long sequences of digits will remain strings rather than being coerced to numbers. `The people have spoken.

12 years agoFollowup #12018, fix a test fail converting to pixels. Close gh-874.
Mike Sherov [Wed, 25 Jul 2012 12:49:51 +0000 (08:49 -0400)]
Followup #12018, fix a test fail converting to pixels. Close gh-874.

12 years agoFix #12127. IE9/10 checks fall off the box on clone. Close gh-873.
Daniel Chatfield [Wed, 25 Jul 2012 13:32:33 +0000 (09:32 -0400)]
Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873.