Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6201 closed bug (invalid)

insertAfter() bug in opera 10

Reported by: walidaly Owned by:
Priority: Milestone: 1.4.3
Component: manipulation Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:

Description

$('<p>hello world</p>').insertAfter('div').html('<p>xxxxxx</p>');

the new inserted object does not accept adding tags into it with html()

Change History (1)

comment:1 Changed 13 years ago by john

Component: unfiledmanipulation
Resolution: invalid
Status: newclosed

I'm confused - you're inserting paragraphs into paragraphs - is that what you meant to do? Paragraphs can only contain inline elements (of which a paragraph isn't one).

Note: See TracTickets for help on using tickets.