#796 closed bug (fixed)
IE6: appending/prepending of elements doesn't work (coretest fails for tests 17-24)
Reported by: | alex.lg | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.1a |
Component: | core | Version: | 1.1a |
Keywords: | coretest, append, prepend, fail | Cc: | |
Blocked by: | Blocking: |
Description
The jQuery test suite (SVN Rev. 1046) fails for tests 17-24 when loaded in IE6. It seems all tests, where elements or jQuery-objects are involved (appended, prepended or inserted) are failing.
For example inserting alert($('#sap').text());
at line 210 in coreTest.js shows, that the content of the elements seem to be concatenated by a newline which leads to:
This link has class="blog": Simon Willison's Weblog Try them out: Yahoo
instead of a straight concatenation which is expected like this:
This link has class="blog": Simon Willison's WeblogTry them out:Yahoo
Test no. 15 is ok, so it's probably not a problem of the text()
retriving code.
BTW: In Firefox the expected string is returned. ;-)
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.