aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ↵jeresig2010-11-091-35/+0
| | | | up in IE 6/7/8.
* Maintain returning 0px from width/height for disconnected nodes for ↵jeresig2010-11-092-6/+28
| | | | backwards compat, for now. Fixes #7395.
* Fixes #7397; Adds 4 supporting unit tests.rwldrn2010-11-091-0/+35
|
* Remove conditional that prevents attr from working on non-Element nodes. ↵Colin Snover2010-11-091-1/+3
| | | | Fixes #7451.
* Merge branch 'fixAdjacentTests' of https://github.com/jitter/jquery into ↵John Resig2010-11-091-5/+5
|\ | | | | | | jitter-fixAdjacentTests
| * Fix selector tests broken by newer version of Qunit.Anton M2010-11-091-5/+5
| |
* | Ensure that unquoted attribute selectors are quoted (allowing them to go ↵John Resig2010-11-091-3/+11
| | | | | | | | into qSA/matchesSelector properly). Fixes #7216.
* | Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-061-1/+4
|/
* Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-031-1/+5
|
* Only change ID on nodes that don't already have an ID for rooted qSA. Fixes ↵jeresig2010-11-011-1/+6
| | | | #7212.
* Make sure that accessing computed CSS for elements returns 'auto' instead of ↵jeresig2010-11-011-2/+2
| | | | '' consistently. Fixes #7337.
* Fix tab spacing.Brandon Aaron2010-10-281-27/+27
|
* Calling .hide().show() on a stylesheet-hidden element wasn't bringing it ↵jeresig2010-10-271-1/+9
| | | | back. Fixes #7331.
* For .show() with no arguments, only set display of elements in the second ↵Karl Swedberg2010-10-261-1/+14
| | | | loop if they don't have style.display already set or if style.display isn't none. Fixes #7315.
* Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-251-15/+0
|
* Allow DELETE requests to have a content body, and properly serialize data to ↵dmethvin2010-10-251-0/+26
| | | | the url for HEAD requests. Fixes #7285.
* Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.dmethvin2010-10-251-0/+30
|
* Fixes #7229 and #5803rwldrn2010-10-242-0/+35
|
* Make sure that .width()/.height() don't return NaN also standardize on ↵jeresig2010-10-221-2/+2
| | | | returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225.
* Make sure that the correct height/width of the elements is retreived. Fixes ↵jeresig2010-10-221-9/+7
| | | | #7225.
* Fix broken selector code from last commit.jeresig2010-10-222-50/+80
|
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. ↵jeresig2010-10-222-80/+50
| | | | Thanks to @rkatic for the catch! Fixes #7220.
* Make sure that we don't use matchesSelector on XML Documents (same as with ↵jeresig2010-10-221-1/+2
| | | | qSA). Fixes #7219.
* Make sure that we aren't reading one of the bad expandos. Fixes #7212.jeresig2010-10-221-1/+7
|
* Be sure to clean up the previous test.jeresig2010-10-221-0/+2
|
* Make sure that height/width getters work on hidden inputs and disconnected ↵jeresig2010-10-221-1/+19
| | | | elements. Fixes #7225.
* Adding another test for an issue in Gecko's matchesSelector implementation. ↵jeresig2010-10-211-2/+8
| | | | Fixes #7243.
* Update number of expected assertions in attribute testsAnton M2010-10-191-2/+2
| | | | | Followup to commit 97dfa0d5a85a32fe56aba837bbf2bc889b092d2b which had the side effect to break some attribute unit tests
* Add some more tests to make sure that pulling in data- properties on an ↵John Resig2010-10-171-3/+11
| | | | element with no data set, works.
* fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omgPaul Irish2010-10-172-0/+10
|
* Make sure that .data() (no args) returns a list of all the data- properties ↵John Resig2010-10-171-2/+21
| | | | as well. Also make sure that accessing a data- property via .data() doesn't cause it to change again at a later time (it should be static). Fixes #7222, #7223.
* We removed deleteExpando after 1.4.2, for some reason. This caused problems ↵John Resig2010-10-171-1/+6
| | | | with removeData() (no arguments). Fixes #7209.
* Fix the number of change tests and remove textarea tests.jeresig2010-10-141-32/+6
|
* Testing *, * was unnecessary - especially in slower browsers.jeresig2010-10-141-2/+1
|
* Don't test inline-block in browsers that don't support it (or an ↵jeresig2010-10-141-17/+46
| | | | approximation of it, like IE).
* Use prepend for the focuin test (to avoid making the test suite jump).jeresig2010-10-141-9/+15
|
* Test visible on inline elements.jeresig2010-10-141-2/+2
|
* Getting weird results for font size tests across platforms - easier to test ↵jeresig2010-10-141-3/+2
| | | | something else (the exact property isn't important for this test).
* Change font size to 15px in the test to fix a false negative. Thanks @jitter ↵jeresig2010-10-131-2/+2
| | | | for the catch in 73e4ef27f0d0a92e573092729107ca5572d52292.
* Make sure that focusin/focusout bubbles in non-IE browsers.Justin Meyer2010-10-131-1/+15
|
* We want to make sure that we only run the MSIE-specific filter tests if ↵jeresig2010-10-131-2/+2
| | | | opacity is explicitly not supported.
* Test CSS test on font size instead of padding.jeresig2010-10-131-2/+2
|
* IE 9 preserves the case of the Alpha filter - maintain it in the test as well.jeresig2010-10-131-2/+2
|
* Fix broken Ajax test after recent revert to jQuery.ajax namespace.jeresig2010-10-131-1/+1
|
* Merge branch 'bug7150' of http://github.com/csnover/jqueryJohn Resig2010-10-121-1/+4
|\
| * Fix patch for #7150, which was not deleting the events object properly on ↵Colin Snover2010-10-121-1/+4
| | | | | | | | plain JS objects. Thanks to jitter for catching it.
* | Fix some gaps in the handling of event data properties. Thanks to @jitter in ↵John Resig2010-10-121-1/+1
| | | | | | | | ff6ceadbfd470463e63708413eb5a55bd7e90c69 for the catches.
* | The child selector-prefix branch doesn't work with selectors that have a ↵John Resig2010-10-121-1/+2
| | | | | | | | larger depth. Removing for now - will need to re-evaluate in the future.
* | Make sure that .find() with multiple direct child selectors is handled ↵John Resig2010-10-121-1/+2
|/ | | | correctly. Fixes #7144.
* Use a key name less likely to result in collisions for events on plain JS ↵Colin Snover2010-10-111-1/+1
| | | | objects. Fixes bug #7150.