Skip to main content

Bug Tracker

Side navigation

#4330 closed bug (invalid)

Opened March 11, 2009 02:37PM UTC

Closed March 12, 2009 12:11AM UTC

Last modified October 08, 2009 11:58AM UTC

Unexpected call to method or property access in IE

Reported by: eagletsui Owned by:
Priority: undecided Milestone: 1.3.2
Component: core Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

When I using the following code, I got the error "Unexpected call to method or property access" in IE only, Firefox and Chrome is no problem. The code is very simple.

var $elements = $('input');

$("<div></div>").appendTo($elements );

Attachments (1)
  • test.html (0.6 KB) - added by eagletsui March 11, 2009 02:37PM UTC.
Change History (1)

Changed March 12, 2009 12:11AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

An

<input>
element can't have children.