Side navigation
#6201 closed bug (invalid)
Opened March 02, 2010 01:00PM UTC
Closed March 02, 2010 09:29PM UTC
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()
Attachments (0)
Change History (1)
Changed March 02, 2010 09:29PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
resolution: | → invalid |
status: | new → closed |
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).