jeresig
1dda994c46
Merge branch '8099' of https://github.com/rwldrn/jquery . Fixes #8099 .
...
Conflicts:
test/data/testsuite.css
2011-04-14 15:57:47 -04:00
rwldrn
a76decc476
Ticket #8099 Performance tweaking, credits
2011-04-13 15:43:15 -04:00
timmywil
69866fd2e5
VML.type test was causing multiple test suite fails, fix attributes.js fail in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
2011-04-12 19:32:18 -04:00
rwldrn
7164615f67
Ticket 8099, Reattempt with iframe
2011-04-12 11:48:07 -04:00
jeresig
312df0441b
Revert "QUnit test for overriding important css declarations, references #4427 "
...
This reverts commit 1299e89dcd
.
Conflicts:
test/unit/css.js
2011-04-12 00:54:12 -04:00
jeresig
430d9e0b06
Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403
2011-04-12 00:35:51 -04:00
Azatoth
1299e89dcd
QUnit test for overriding important css declarations, references #4427
2011-04-12 00:17:07 -04:00
louisremi
c6b891fb1c
Adding unit tests for #8403
2011-03-07 14:43:08 +01:00
Anton M
faa6fe32f7
Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099"
...
This reverts commit bb9408516a
, reversing
changes made to 3ad8dd242a
.
Conflicts:
src/effects.js
2011-02-15 22:30:34 +01:00
rwldrn
0d2e4796dc
Bug #8099 - Always restore to correct display value based on element's expected default display
2011-01-31 14:31:15 -05:00
Colin Snover
0cdcef5b36
Update $.fn.animate to change display mode only when necessary (inline, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185 .
2010-10-05 13:28:43 -05:00
John Resig
42aa714fb7
Removing the old cow image from the effects tests - it's no longer needed. Fixes #7086 .
2010-09-26 20:47:19 -04:00
John Resig
449e099b97
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760 .
2009-11-11 14:17:16 -05:00
John Resig
0256edbd6f
Moved the jQuery-specific test suite CSS into a separate file.
2009-09-29 22:09:21 +00:00
Jörn Zaefferer
db63af1068
core/test: replaced local qunit copy with qunit via svn:externals; inlined styles specific to polluted.php; kept testrunner.js with just the noConflict call
2008-08-08 17:42:52 +00:00
Ariel Flesler
52fbe5d2a8
test runner: adding a new test page called 'polluted'. Where one can choose to pre-include other libraries and run the test suite with them.
2008-05-28 20:19:18 +00:00
Jörn Zaefferer
aec0dad980
jquery core: reverted qunit introduction until build scripts are updated
2008-05-08 21:42:40 +00:00
Jörn Zaefferer
b6bb0d46b6
jquery testsuite: switch to qunit
2008-05-08 19:33:49 +00:00
Brandon Aaron
b3ec8edddd
show is now element aware ( #960 )
2007-12-08 04:54:53 +00:00
David Serduke
5039a4bc5b
Added enchancement for #1994 by adding two parameters to .stop() which give additional functionality. The first parameter clearQueue will clear the queue on the necessary DOM elements so all animation will stop. The second parameter will cause the currently playing animation to immediately complete including reseting original styles on show and hide and calling the callback function. If no parameters are passed it will work as it always did.
...
While adding unit testing I noticed the stop() unit test wasn't working correctly because the element was hidden so I fixed it and added more unit tests around the new functionality. I also added a cursor:pointer to the css (because for a long time I didn't know they were clickable).
2007-11-30 21:36:49 +00:00
John Resig
b4e23b5af0
Reorganzing the jQuery source (first phase).
2007-09-08 12:42:32 +00:00