#9496 closed bug (duplicate)
Non-inline styles fail when appending multiple made-up elements in IE < 9
Reported by: | cowboy | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | manipulation | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
See this example: http://jsfiddle.net/cowboy/PSGp6/
Change History (9)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Owner: | set to Rick Waldron |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
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 12 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Priority: | undecided → high |
comment:6 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Yeah, you should be using the techniques outlined by Rick.
comment:7 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:8 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
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.