aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle some edge cases with binding events to the window object (which is ↵John Resig2010-10-111-1/+5
| | | | also a plain object - causing some confusion). Fixes #7143.
* Add some resize event tests.John Resig2010-10-111-0/+8
|
* Added some more tests relating to attaching data to a window.John Resig2010-10-111-2/+11
|
* Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141John Resig2010-10-111-0/+30
|\
| * Fix olddisplay was inappropriately set when calling hide on an already ↵Colin Snover2010-10-111-0/+30
| | | | | | | | hidden element. Fixes #7141.
* | Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-111-1/+3
|/
* Make sure closest works on disconnected DOM nodes. Fixes #7142.John Resig2010-10-111-2/+4
|
* Disable 304/Not Modified Ajax tests in Opera due to lack of suitable ↵jeresig2010-10-101-5/+22
| | | | workaround. See: http://gist.github.com/599419
* Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123John Resig2010-10-091-1/+13
|\
| * Coerce all array values to strings before comparison in val(). Fixes bug #7123.Colin Snover2010-10-081-1/+13
| |
* | Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into ↵John Resig2010-10-094-83/+205
|\ \ | | | | | | | | | csnover-animate-nonblock
| * | Fixed code convention issues. Reduced size of overflow reset code. Fixed ↵Colin Snover2010-10-081-9/+8
| | | | | | | | | | | | broken show() test cases.
| * | Update $.fn.animate to only keep overflow set to hidden after an animation ↵Colin Snover2010-10-051-18/+14
| | | | | | | | | | | | in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset.
| * | IE6 will shrink-wrap elements with layout instead of allowing content to ↵Colin Snover2010-10-052-67/+106
| | | | | | | | | | | | flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.
| * | Update $.fn.animate to change display mode only when necessary (inline, ↵Colin Snover2010-10-054-4/+79
| | | | | | | | | | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
| * | Fix :visible does not work properly when display:none is set directly on an ↵Colin Snover2010-10-051-0/+13
| |/ | | | | | | element in IE8. Fixes #4512.
* | Added some more tests to make sure that replaceWith is working correctly. ↵jeresig2010-10-091-2/+13
| | | | | | | | Follow-up to the comment on 2a6de9ab66653e5e424d9cc79d195b555158d04f.
* | Make sure null/NaN values aren't set in .css(). Fixes #7116.jeresig2010-10-091-1/+21
| |
* | Prevent IE from throwing errors when setting RGBA values. Fixes #5509.Colin Snover2010-10-091-1/+11
|/
* Tweak broken serialize tests from commit ↵John Resig2010-09-301-3/+3
| | | | 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jaubourg for the catch.
* Make sure setting opacity does not clobber other inline filters. Fixes #7101.Colin Snover2010-09-301-3/+6
|
* Using data() on JavaScript objects sets fields directly on the object. Note ↵Dave Reed2010-09-292-28/+40
| | | | that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807.
* Fix number of expected select tests from commit ↵John Resig2010-09-291-1/+1
| | | | 879799fe955f01b85b59fd8a0096d415fc48df03. Thanks to @jitter for the catch.
* Handle child selectors in particular - away from the selector engine. Fixes ↵John Resig2010-09-281-1/+3
| | | | #7029.
* Make sure that the contents of the element is still in place when ↵John Resig2010-09-281-0/+11
| | | | html(Function) is called. Fixes #6733.
* Make sure that mixed case alpha filters are handled correctly in IE. Fixes ↵John Resig2010-09-281-1/+1
| | | | #5632.
* Make setting .css(name, undefined) a no-op. Fixes #4388.John Resig2010-09-281-1/+9
|
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-284-10/+23
|
* Make .attr(name, null) equivalent to removeAttr(name). (Was roughly this ↵John Resig2010-09-281-1/+6
| | | | before - but is now consistent across platforms). Fixes #6341.
* Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes ↵John Resig2010-09-281-0/+9
| | | | #4996.
* Removing unique check on closest(Array) (it wasn't appropriate there and ↵jeresig2010-09-271-1/+2
| | | | broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d.
* Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ↵jeresig2010-09-271-1/+5
|\ | | | | | | ajpiano-closestbug-6700
| * .closest() should return a unique set of elements, not duplicates of the ↵adam j. sontag2010-06-211-1/+5
| | | | | | | | same ancestor. Fixes #6700
* | Allow 304/Not Modified tests to complete in Opera.jeresig2010-09-271-1/+16
| |
* | Make sure that opacity is being reset properly on a show animation. ↵jeresig2010-09-271-9/+5
| | | | | | | | Additionally expose jQuery.isNaN from the data module.
* | Adjust manipulation test to handle whitespace RegExp issue in older WebKits. ↵jeresig2010-09-271-1/+1
| | | | | | | | Fixes #7082.
* | Removing the old cow image from the effects tests - it's no longer needed. ↵John Resig2010-09-262-1/+1
| | | | | | | | Fixes #7086.
* | Make .val(undefined) == .val("") and chainable; fixes #4130.dmethvin2010-09-251-1/+7
| | | | | | | | Ensure .val(null) sets an empty string on IE6/7; fixes #5163.
* | Don't have .val() return selected-but-disabled options, or selected options ↵Dave Methvin2010-09-245-10/+27
| | | | | | | | inside a disabled optgroup. Doesn't change the .val() returned for a disabled select. Fixes #3240, adapted from Nathan Hammond's patch there.
* | Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.temp012010-09-241-1/+6
| |
* | Make sure that undefined is always returned for missing data properties. ↵jeresig2010-09-241-1/+4
| | | | | | | | Follow-up to #6304.
* | Allow data to be bound to Flash objects (but still stopping short of ↵jeresig2010-09-241-0/+18
| | | | | | | | attaching to applets. Fixes #6121.
* | Test jQuery.type also with document.Robert Katic2010-09-231-1/+2
| |
* | Made jQuery.type more consistent with host objects.Robert Katic2010-09-231-1/+5
| |
* | Ensure that selector is not broken.Robert Katic2010-09-231-1/+1
| |
* | Correcting some imperfections in test added in previous commit.Robert Katic2010-09-231-7/+7
| |
* | Added support for map of events in live, die, delegate and undelegate. Fixes ↵Robert Katic2010-09-231-0/+39
| | | | | | | | #6282.
* | Added some tests for #5991.Robert Katic2010-09-231-1/+5
| |
* | Ensured that arrays are not considered same as plain object on deep ↵Robert Katic2010-09-231-2/+1
| | | | | | | | extending. Fixes #5991.
* | Discovered that another effects bug was fixed with the recent CSS changes ↵jeresig2010-09-221-1/+6
| | | | | | | | (namely that show animations always went to auto, even if they weren't supposed to). Test suite adjusted accordingly.