Skip to main content

Bug Tracker

Side navigation

#9496 closed bug (duplicate)

Opened June 02, 2011 03:38PM UTC

Closed July 12, 2011 08:09PM UTC

Last modified July 12, 2011 08:09PM UTC

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:
Blocked by: Blocking:
Description
Attachments (0)
Change History (9)

Changed June 02, 2011 04:22PM UTC by cmcnulty comment:1

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.

Changed June 02, 2011 06:24PM UTC by rwaldron comment:2

Changed June 02, 2011 06:33PM UTC by cowboy comment:3

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/

Changed June 02, 2011 06:34PM UTC by cowboy comment:4

description: See this example: [http://jsfiddle.net/cowboy/PSGp6/show/] \ See this example: [http://jsfiddle.net/cowboy/PSGp6/] \

Changed June 29, 2011 06:56PM UTC by timmywil comment:5

component: unfiledmanipulation
priority: undecidedhigh

Changed July 12, 2011 07:56PM UTC by john comment:6

resolution: → invalid
status: assignedclosed

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

Changed July 12, 2011 08:08PM UTC by john comment:7

resolution: invalid
status: closedreopened

Changed July 12, 2011 08:09PM UTC by john comment:8

resolution: → duplicate
status: reopenedclosed

Changed July 12, 2011 08:09PM UTC by john comment:9

Duplicate of #6485.