Skip to main content

Bug Tracker

Side navigation

#796 closed bug (fixed)

Opened January 13, 2007 02:53PM UTC

Closed January 14, 2007 09:50PM UTC

Last modified June 20, 2007 06:41AM UTC

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. ;-)

Attachments (0)
Change History (1)

Changed January 14, 2007 09:50PM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN.