Dominik D. Geyer
fccfeefb10
Fixed/adjusted source comment of function access()
2012-04-07 10:13:55 +03:00
timmywil
a29d482894
Update Sizzle and add test for sizzle getText fix. Removes usage of innerText. Fixes #11153 .
2012-03-30 17:10:25 -04:00
Dave Methvin
c68f4fe548
Updating the source version to 1.7.3pre
2012-03-21 12:46:59 -07:00
Dave Methvin
754bda21cb
Tagging the 1.7.2 release.
2012-03-21 12:46:34 -07:00
louisremi
07c8a9b244
Fix #11469 . Exclude margins from the negative property check.
2012-03-21 12:28:10 -07:00
Dave Methvin
f40c862d1e
Update release notes version.
2012-03-09 13:47:59 -05:00
Dave Methvin
d39f73583d
Updating the source version to 1.7.2pre
2012-03-09 13:43:52 -05:00
Dave Methvin
968e750673
Tagging the 1.7.2rc1 release.
2012-03-09 13:42:24 -05:00
Dave Methvin
8d94ed91e4
Revert "No more php/js logic duplication..." on a hunch.
...
TestSwarm hasn't been happy since this commit, and everyone deserves to be happy.
This reverts commit 318d47b730
.
2012-03-07 15:31:35 -05:00
jaubourg
ae138ac6d1
Makes sure start is always called with default context and no arguments. Should stop FF from acting up. Hopefully, this ugly patch can be removed in the future.
2012-03-07 18:23:46 +01:00
jaubourg
c5712a24bd
Prevents firefox from hanging on the test (could it be that firefox passes the delay to start?).
2012-03-07 17:55:07 +01:00
jaubourg
d30859eb6b
Makes parseXML act like parseJSON when given an empty or non-string input: now returns null rather than throwing an exception. Incidently fixes #10527 . Unit tests added.
2012-03-07 17:37:14 +01:00
jaubourg
bd56456b1e
Fixes #4624... 3 years later, people!
2012-03-07 17:08:59 +01:00
jaubourg
d3fad51cad
Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.
2012-03-07 16:54:05 +01:00
jaubourg
484cea1b56
Fixes #11426 : getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added.
2012-03-07 15:39:39 +01:00
jaubourg
014b2a5700
Not testing his code properly makes Julian a silly coder.
2012-03-07 11:58:18 +01:00
jaubourg
318d47b730
No more php/js logic duplication. Ensures modules are still loaded separately when using "file:" protocol (makes debugging much easier, /kiss @rwaldron). Ensures test iframes will use the same jquery as specified in the main document. Known issue: chrome will cringe at cross-frame access using file: protocol, apparently chrome sees this as cross-domain... go figure.
2012-03-07 09:54:52 +01:00
Dave Methvin
92a92be10f
Fix #11049 . Let bubbling submit be cancellable in oldIE.
2012-03-06 19:56:17 -05:00
Rick Waldron waldron.rick@gmail.com
619f0d908a
Guard against exceptions when clearing safeChildNodes.
...
Supplements #11356 and fixes unit test failures in FF 3.6.
2012-03-06 12:54:51 -05:00
Dave Methvin
e529d91ccd
Add more delay to the "halfway" tests for non-focused cases.
...
When the browser window isn't visible, setTimeouts have 1-second granularity.
2012-03-05 21:37:43 -05:00
timmywil
d3320462df
Do not set boolean attributes to empty string on removal. Fixes #10870 . +0 bytes compressed
2012-03-05 12:54:44 -05:00
Dave Methvin
8013163a36
Fix frequent Firefox failures -- force longer timeouts.
2012-03-02 21:54:08 -05:00
Mike Sherov
935df49d77
Followup for #7986 to fix a botched merge.
...
Okay, Jenkins, you were right this time.
2012-03-02 21:10:36 -05:00
Sindre Sorhus
92cd999097
Fix #11217 . WebKit clone() loses check if name follows checked attribute.
...
Please folks, hold your questions. We don't explain em, we just fix em.
2012-03-02 13:55:58 -05:00
Mathias Bynens
2803a5e6f2
Fix #11316 . Find valHooks first by element type, then by nodeName.
...
Reverses the previous search order.
2012-03-02 13:28:27 -05:00
Rick Waldron waldron.rick@gmail.com
f0732c1e41
Fix #11323 . Consistently use rscriptType in jQuery.clean()
2012-03-02 13:13:43 -05:00
Rick Waldron
1ff284d2cd
Fix #11356 . Avoid hoarding elements in DocumentFragments.
2012-03-02 12:03:32 -05:00
Mike Sherov
5cae50e66e
Fix #3838 , $(document).height() incorrect in IE6
...
May still be broken in Netscape Navigator 4.
2012-03-02 11:45:30 -05:00
Mike Sherov
da02e190b5
Fixes #10828 , .attr("coords") returns undefined in IE7
2012-03-02 11:08:52 -05:00
Dave Methvin
56426261f0
Fix #11415 : Stop non-negative prop undershoot on animation.
...
This doesn't fix *all* of them (see the ticket for a supposedly complete list) but these were already handy so it was relatively cheap to fix them. If you need others fixed, add a custom step function as was done here. Thanks @scott_gonzalez!
2012-03-01 22:31:17 -05:00
Mike Sherov
a52391aa1d
Fix #7986 . $.support.boxModel shan't be fooled by page-level CSS.
2012-02-24 00:14:15 -05:00
Vladislav Zarakovsky
1c35f3816a
Fix #11337 . Properly calculate $.support.reliableMarginRight.
2012-02-23 23:36:48 -05:00
Dave Methvin
52816619a9
Firefox stalls without longer delays.
...
Not really happy with this, but perhaps Jenkins will be.
2012-02-23 23:22:04 -05:00
Richard Gibson
dec2804c78
Fix #11359 : preserve contents for cloned scripts
2012-02-23 23:09:31 -05:00
Mike Sherov
f36568324d
fixes #10693 , generalizes the "test something in an iframe" code when a callback isn't needed
2012-02-23 22:55:20 -05:00
Richard Gibson
a619cb3063
Fix #11370 : .siblings() shouldn't throw exception on a detached element
2012-02-23 22:40:07 -05:00
Mike Sherov
7226cf2800
fixes #10901 , PHP required for unit tests, but still allow the tests to run
2012-02-16 23:17:57 -05:00
Richard Gibson
6c2b64dfa5
Fix #10967 : jQuery.fn.promise returns provided object
2012-02-13 21:53:42 -05:00
Dave Methvin
a8dd45547c
Merge pull request #679 from rwldrn/fix-ws
...
Fix whitespace mismatch introduced in bf7a4df22a
2012-02-13 18:44:32 -08:00
Rick Waldron waldron.rick@gmail.com
8db3fb13a5
Fix whitespace mismatch introduced in bf7a4df22a
2012-02-10 16:17:12 -05:00
Scott González
8618487c53
Easing: Only use the state to calculate the value. Fixes #11284 - Simplify easings to only rely on the state.
2012-02-09 21:37:54 -05:00
Arne de Bree
bf7a4df22a
Fix #11291 . Always clone XML docs with a genuine .cloneNode().
2012-02-09 20:48:21 -05:00
Sindre Sorhus
96bb57d4ef
Fix #11309 . Recognize hexadecimal in data attributes.
2012-02-09 20:27:27 -05:00
Dave Methvin
974e4afbe2
Updating the source version to 1.7.2pre
2012-01-31 20:11:53 -05:00
Dave Methvin
7a463c0813
Tagging the 1.7.2b1 release.
2012-01-31 20:11:27 -05:00
timmywil
8ce91e9806
Update README.md
2012-01-31 16:02:25 -05:00
Dave Methvin
8e4859f0c1
Merge pull request #663 from presbrey/patch-1
...
Fix prefilter comment typo.
2012-01-30 19:56:41 -08:00
Rick Waldron
0944be058e
Fix #11257 . Correct path to source files.
2012-01-30 22:38:37 -05:00
jaubourg
eefead3d96
Fixes #10952 by introducing a real fired flag in the Callbacks closure.
...
jQuery Size - compared to last make
250235 (+69) jquery.js
94225 (+7) jquery.min.js
33445 (+3) jquery.min.js.gz
2012-01-31 02:31:22 +01:00
jaubourg
6eba066573
Adds unit test to exhibit #10952
2012-01-31 02:23:04 +01:00