Skip to main content

Bug Tracker

Side navigation

#5014 closed bug (duplicate)

Opened August 05, 2009 01:14PM UTC

Closed August 07, 2009 02:50AM UTC

IE8 bug $(element).append() bug with multiple TEXT params

Reported by: vamp Owned by:
Priority: critical Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc: vamphouse@yandex.ru
Blocked by: Blocking:
Description

$('<div />').append('[', ']')

appears an Error:

Line: 957

Error: Invalid argument.

#957: fragment.appendChild( ret[i] );

but code:

var r = $('<div />');

$.map(['[',']'], function(f){ r.append(f); });

works fine!

Attachments (1)
  • shot.png (19.9 KB) - added by vamp August 05, 2009 01:15PM UTC.

    ie debugger notification

Change History (2)

Changed August 05, 2009 04:59PM UTC by pbcomm comment:1

Can you provide an example page?

Changed August 07, 2009 02:50AM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Duplicate of #4011.