All <object> tags are removed when you open Rad Editor in IE in Quirks document mode.
Reproducing scenario:
1. Open Rad Editor in IE9 and set Quirks document mode(by using F12 Developers tools)
2. Insert the following html to the Html tag
3. Open Design and back to the Html tab
Result: the <object> tag is gone.
Note it reproduces only in IE in the Quirks mode.
How can we fix it?
Reproducing scenario:
1. Open Rad Editor in IE9 and set Quirks document mode(by using F12 Developers tools)
2. Insert the following html to the Html tag
<
object
id
=
"111"
class
=
"class"
>
<
param
name
=
"bgcolor"
value
=
"#FFFFFF"
/>
<
param
name
=
"width"
value
=
"458"
/>
<
param
name
=
"height"
value
=
"388"
/>
<
param
name
=
"playerID"
value
=
"11111"
/>
<
param
name
=
"playerKey"
value
=
"xxxxxxxxx"
/>
<
param
name
=
"isVid"
value
=
"true"
/>
<
param
name
=
"dynamicStreaming"
value
=
"true"
/>
<
param
name
=
"@videoPlayer"
value
=
"1111111"
/>
</
object
>
3. Open Design and back to the Html tab
Result: the <object> tag is gone.
Note it reproduces only in IE in the Quirks mode.
How can we fix it?