Bug Tracker

Modify

Ticket #6201 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

insertAfter() bug in opera 10

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

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

comment:1 Changed 3 years ago by john

  • Status changed from new to closed
  • Resolution set to invalid
  • Component changed from unfiled to manipulation

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).

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.