Modify ↓
Ticket #9496 (closed bug: duplicate)
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)
See this example: http://jsfiddle.net/cowboy/PSGp6/
Change History
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: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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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.