Timmy Willison
ccf7abafa6
Remove outdated support tests
2012-12-31 13:20:25 -05:00
Oleg
efb139f7ad
Do not perform support check for old Opera. Close gh-1097.
2012-12-20 23:38:19 -05:00
Oleg
c8c6ab6924
Fix #12569 . Improve feature detect for event bubbling. Close gh-1076.
2012-12-20 22:08:32 -05:00
Richard Gibson
14e1501b89
Fix testing of no-ajax custom builds
2012-11-01 00:40:27 -04:00
Mike Petrovich
861476eb3f
Fixes #11635 , Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981
2012-10-16 12:30:28 -04:00
Timmy Willison
cc172a862b
Move deprecated.js to the bottom of the build to ensure nothing depends on a deprecated feature
2012-10-15 16:51:16 -04:00
Rick Waldron
e092b64195
Don't try to be dynamic, just get the damn job done. Expects = 30.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-10-15 16:04:02 -04:00
Rick Waldron
f3323901f9
Adds missing expect() call in test/unit/support.js, fixes failing IE tests
2012-10-15 14:09:03 -04:00
Mike Sherov
0f553ed0ca
Fix #12282 . IE has premature .readyState == "interactive". Close gh-901.
2012-08-20 08:16:07 -04:00
Rick Waldron
7ff3da186c
Unit tests are linted and passing.
2012-06-21 15:30:24 -04:00
jaubourg
eb7a7af46a
We don't have IE9 supports grid yet, completely didn't see this while refactoring.
2012-06-11 19:05:16 +02:00
jaubourg
ac48a19b92
Some work to modularize ajax later on.
2012-06-11 14:00:16 +02:00
Mike Sherov
5f35b3d9f9
Fix #11857 . Modularize css.js, add dependency management. Closes gh-816.
...
See the pull request for more info on the dependency management details.
2012-06-10 21:54:16 -04:00
Mike Sherov
551f8510d5
Fix #11443 #11441 , shut up Chrome 19 and Safari 5.0.x. Closes gh-790.
...
checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.
2012-05-22 10:11:47 -04:00
Mike Sherov
0a2f93e6df
Inline the boxModel test, and correct unit test. Closes gh-781.
2012-05-18 12:59:31 -04:00
Mike Sherov
c4e22ad8b5
Fix #11721 . Remove jQuery.boxModel, deprecate jQuery.support.boxModel.
...
This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope.
For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value.
2012-05-15 23:29:20 -04:00
Mike Sherov
54fab3174c
Fix #10067 . Create jQuery.quickReady; closes gh-736.
...
Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.
2012-04-23 15:44:27 -04:00
Mike Sherov
77536f5cb2
Fix #10996 , simplify offset code by forsaking ancient browsers.
2012-04-05 21:55:28 -04:00
timmywil
fb94277b6e
No global vars allowed. Declare 'body' in support.
2011-11-18 09:29:10 -05:00
timmywil
3d6237ef8a
Remove the invisible body in support; Add temporary tests to verify correct support completions for upcoming support changes.
2011-11-17 14:48:27 -05:00
timmywil
006fde228d
Pass iframe support tests at doc ready. Fixes support fail in FF7
2011-10-31 18:24:34 -04:00
timmywil
3661835101
Fixes IE7 test suite. Keep the testElement attached and set necessary styles on it to fix the offset with margin test.
2011-09-28 11:30:38 -04:00
timmywil
e18cad6f88
Add test page for crashing IE8 when the testElement in support has a background (will run from the test suite). Supplements #9823 .
2011-08-04 18:56:49 -04:00
Rick Waldron
905e8920f9
Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes #9964 .
...
More Details:
- https://github.com/jquery/jquery/pull/453
- http://bugs.jquery.com/ticket/9964
2011-08-03 14:02:10 -04:00
jaubourg
ceba855c01
Fixes #9239 . If the body is already present in the DOM, use a div within it to perform boxModel-related support tests. Unit test added.
2011-05-13 17:43:53 +02:00
jaubourg
38de389a8e
Adds unit/support.js to unit tests. Still have to test for #8763 has to be done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
2011-05-10 12:24:36 +02:00