Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#1044 closed bug (fixed)

Error appending colgroup

Reported by: zildji4n Owned by:
Priority: critical Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:

Description

I get the javascript error message "[ object error ]" while trying to change the content of an element, such as <div> or <form>. I have tried both html() and appendTo and keep getting the same error message.

Change History (4)

comment:1 Changed 16 years ago by daemach

The same problem exists in FF2 when using append or appendTo. Attempting to append a select element, with options or without, or <colgroup></colgroup> fails. The element gets created but it's not appended to the target element.

In the case of a select with an attached option the option gets appended to the target element, but the select does not.

More info here: http://www.nabble.com/Append-bug--tf3400052.html

comment:2 Changed 16 years ago by john

Component: buildcore
need: Test Case
Summary: Problem in IE, trying to update content using html() or appendTo()Error appending colgroup

Ok, I know what this problem relates too - I'll look into it.

Also, make sure that your bugs go in the right categories (like core, event, fx, etc.) otherwise, we may not see it as a known bug.

comment:3 in reply to:  1 Changed 16 years ago by brandon

Replying to daemach:

Appending a select element is fixed in the latest SVN.

comment:4 Changed 16 years ago by brandon

Resolution: fixed
Status: newclosed

Fixed in Rev. [1820]

Note: See TracTickets for help on using tickets.