Bug Tracker

Modify

Ticket #9496 (closed bug: duplicate)

Opened 2 years ago

Last modified 23 months ago

Non-inline styles fail when appending multiple made-up elements in IE < 9

Reported by: cowboy Owned by: rwaldron
Priority: high Milestone: 1.next
Component: manipulation Version: 1.6.1
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by cowboy) (diff)

Change History

comment:1 Changed 2 years ago by cmcnulty

IE 8 inserts into the dom with a colon for some reason. See  this MSDN article.

You can sorta fix it in IE8 by changing the class definition in css:  see here, but that seems to cause other issues.

comment:2 Changed 2 years ago by rwaldron

  • Owner set to rwaldron
  • Status changed from new to assigned

comment:3 Changed 2 years ago by cowboy

I'm not sure if this is the issue, but when a made-up node is cloned in POJ it also fails in IE < 9:  http://jsfiddle.net/cowboy/g2WVn/

comment:4 Changed 2 years ago by cowboy

  • Description modified (diff)

comment:5 Changed 23 months ago by timmywil

  • Priority changed from undecided to high
  • Component changed from unfiled to manipulation

comment:6 Changed 23 months ago by john

  • Status changed from assigned to closed
  • Resolution set to invalid

Yeah, you should be using the techniques outlined by Rick.

comment:7 Changed 23 months ago by john

  • Status changed from closed to reopened
  • Resolution invalid deleted

comment:8 Changed 23 months ago by john

  • Status changed from reopened to closed
  • Resolution set to duplicate

comment:9 Changed 23 months ago by john

Duplicate of #6485.

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.