#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 follow-up: 3 Changed 16 years ago by
comment:2 Changed 16 years ago by
Component: | build → core |
---|---|
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 Changed 16 years ago by
Replying to daemach:
Appending a select element is fixed in the latest SVN.
Note: See
TracTickets for help on using
tickets.
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