TJ VanToll
d41e81980e
Ajax: Support usage without jQuery.event
...
Fixes #15118
Closes gh-1588
2014-06-02 15:08:40 -04:00
Oleg Gaidarenko
3b9057a18d
Selector: Use jQuery reference not Sizzle
2014-05-29 21:54:45 +04:00
Oleg Gaidarenko
efc4f8d781
Selector: Fix test iframe submission for firefox
...
Ref jquery/sizzle@20fbadb087
2014-05-29 21:45:59 +04:00
Oleg Gaidarenko
10024c2582
Effects: Remove needless operations in tests
2014-05-09 04:11:27 +04:00
Michał Gołębiowski
787562247b
Ajax, Manipulation: don't test cross-document manip in Android 2.3
2014-05-05 15:45:57 +02:00
Michał Gołębiowski
da148f158f
Core: Correct the number of expected tests
2014-05-02 16:03:52 +02:00
Liang Peng
69d4a48ff6
Core: Remove repeated test
...
Closes gh-1570
2014-05-02 15:49:28 +02:00
Dave Methvin
b8133e282c
Data: Work around IE11 bug with onpageshow attribute
...
Fixes #14894
2014-04-30 10:46:26 -04:00
Oleg Gaidarenko
c34dbf5a8d
Effects: Respect display value on inline elements
...
Take "olddisplay" value into the account
Fixes #14824
Closes gh-1566
Ref 73fe17299a
2014-04-30 17:05:48 +04:00
Michał Gołębiowski
def4841cfa
Css: Use only positive integers as values for widows/orphans
...
According to http://www.w3.org/TR/CSS2/page.html#propdef-orphans , widows
and orphans can take only positive integer values. Together with a Chrome 34
regression this caused the test to fail.
Fixes #15016
Closes gh-1563
2014-04-18 16:21:21 +02:00
Oleg Gaidarenko
f3b89ba082
Tests: Fix failing ajax tests in oldIE
...
(cherry-picked from the 7178096507
)
Picked up so tests from the 1.x-master would be more similar to this branch
2014-04-15 17:46:00 +04:00
Oleg Gaidarenko
4f14bea2c2
Tests: Remove unused variables
2014-04-15 17:46:00 +04:00
Oleg Gaidarenko
80ea65edf7
Tests: Copy some Sizzle combinators tests
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
8084ab24bc
Tests: Add more tests for Sizzle attributes
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
d7af36676b
Tests: Add test for selectors with commas
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
3115d4c92d
Tests: Copy Sizzle.uniqueSort tests
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
c63d1da7cd
Tests: Copy Sizzle.contains tests
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
81aa237ee1
Tests: Move some of the Sizzle tests to selector
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
cd546aba74
Tests: Improve jsonp tests
...
Since global variable for callback always would be equal to undefined value
it better to check for boolean instead
2014-04-15 17:45:59 +04:00
Oleg Gaidarenko
ebbbe965b8
Tests: Correct logic of a broken assertion
2014-04-15 17:45:59 +04:00
Michał Gołębiowski
4f490e55ad
Support: Add Android support tests results
2014-03-31 23:05:49 +02:00
Richard Gibson
890d441aa5
Effects: Don't overwrite display:none when .hide()ing hidden elements
...
Fixes #14848
Closes gh-1548
2014-03-20 22:54:38 -04:00
Oleg Gaidarenko
5a8f769332
CSS: jQuery#hide should always save display value
...
Fixes #14750
Closes gh-1509
2014-03-20 22:37:05 -04:00
John Hoven
541e7349b6
Attributes: Trim whitespace from option text when returned as a value
...
Fixes #14858
Ref #14686
Closes gh-1531
(cherry picked from commit 9ec429cf62
)
Conflicts:
src/attributes/val.js
2014-03-20 15:47:35 -04:00
Michał Gołębiowski
55c196e837
Event: Simplify the logic behind blacklisting Android 2.3 on one test
2014-03-18 20:59:33 +01:00
Michał Gołębiowski
14e0a632a0
Event: Don't test stopImmediatePropagation in Android 2.3
...
Android 2.3 doesn't support stopImmediatePropagation; jQuery fallbacks
to stopPropagation in such a case.
2014-03-18 20:55:50 +01:00
Michał Gołębiowski
551578eb36
Core: Blacklist the ready test on async-loaded jQuery in iOS7
...
Fixes #14882
2014-03-17 18:13:00 +01:00
Dave Methvin
472f70a9df
Event: Unit test for #14741 fix
...
Fixes #14741
Closes gh-1503
2014-03-16 10:54:12 -04:00
Dave Methvin
6a89db86ed
Event: Call underlying stopImmediatePropagation when present
...
Fixes #13997
2014-03-12 21:11:26 -04:00
Michał Gołębiowski
26ce217862
Support: Make the support matrix for iOS 6 match iOS 7 as well
2014-03-13 01:46:18 +01:00
Michał Gołębiowski
0c12cb3910
Css: Fix tests
...
It's not easy to find a CSS property that is implemented even in
ancient browsers and that returns a consistent result among browsers
when passed through .css(). color didn't work since Firefox normalizes
it an empty value to rgb(0, 0, 0).
2014-03-10 19:53:50 +01:00
Michał Gołębiowski
2c180ef938
Css: Revert 24e587929f
...
The workaround to be able to change !important styles broke the browser
keeping the old CSS value if the new one was rejected. Patching it would
involve a significant perf hit (~33%) so the initial patch needs to be
reverted instead.
Tests by m_gol & gibson042.
Fixes #14836
Closes gh-1532
2014-03-10 19:14:44 +01:00
Michał Gołębiowski
b19d4d3450
Ajax, Effects: Disable Chrome 31 workarounds
2014-03-10 14:57:40 +01:00
Dave Methvin
2df1aad6a1
Core: Do not run window.onready when ready
...
Fixes #14802
2014-03-04 21:00:04 -05:00
Dave Methvin
f4b37d8982
CSS: Return values should be numbers
...
Fixes #14792
2014-03-04 20:58:31 -05:00
Dave Methvin
06adf7c95d
Event: Allow triggerHandler(beforeunload)
...
Fixes #14791
2014-03-04 20:49:57 -05:00
Dave Methvin
3a68c114e3
Ajax: .load() should trim its selector
...
Fixes #14773
2014-03-04 20:43:14 -05:00
Dave Methvin
10efa1f5b4
Core: Arrays like [42] should fail .isNumeric()
...
Fixes #14179
2014-03-04 20:40:23 -05:00
Michał Gołębiowski
70ac4485f3
Effects: Don't check fill-opacity in Android 2.3, it's not supported
2014-02-13 16:12:06 -08:00
Michał Gołębiowski
6d2ab64df7
Event: Blacklist the onbeforeunload test in Android 2.3
...
Similarly to iOS, Android 2.3 has the onbeforeunload property on window
but doesn't support the event. This commit blacklists the test there as well.
2014-02-13 16:00:30 -08:00
Michał Gołębiowski
de75b3cc62
Css: Don't check fill-opacity in Android 2.3, it's not supported
2014-02-13 15:58:13 -08:00
Rick Waldron
d792e40fbc
Tests: remove all the empty line whitespace
2014-02-11 10:59:14 -08:00
Michał Gołębiowski
79f59c2144
Support: Document box-sizing was unprefixed in Firefox 29
2014-02-05 15:57:11 +01:00
Michał Gołębiowski
95b21c6ec2
Build: Upgrade QUnit to 1.14.0
2014-02-05 15:35:48 +01:00
jaubourg
01c360f963
Ajax: Protect against exceptions thrown synchronously by xhr.send
...
When xhr.send throws an exception synchronously, the onerror handler may have
been called already which, unchecked, makes the exception bubble up outside of
jQuery.ajax.
We now catch the exception pre-emptively and only rethrow if we know it hasn't
already been notified through the onerror handler.
Fixes #14683
2014-01-29 14:18:58 +01:00
Michał Gołębiowski
b2eb7ec0f0
Support: Add iOS6 support tests results
2014-01-27 21:17:53 +01:00
Michał Gołębiowski
988d99ad27
Tests: Blacklist beforeunload test in iOS
...
iOS has the window.onbeforeunload field but doesn't support the beforeunload
handler making it impossible to feature-detect the support.
Fixes #14717
Closes gh-1496
2014-01-26 04:07:27 +01:00
Dave Methvin
a20494228d
Manipulation: Use textarea for missing IE defaultValue check
...
IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
creating a new detect name I'm reusing the old one to protect anyone who
is unwisely using this externally. Re-fixing the defaultValue when it
doesn't need to be done is not a problem, so leave that code for IE11.
Fixes #14716
Closes gh-1495
2014-01-23 13:04:40 -05:00
Michał Gołębiowski
3f3f458974
Tests: fix Safari userAgent detection
2014-01-22 21:49:10 +01:00
Michał Gołębiowski
37d036a84c
Support: Add expected support results for Safari 7 & IE11
2014-01-22 21:35:09 +01:00