This is a migrated thread and some comments may be shown as answers.

[Solved] RadEditor Display & IE page transition

1 Answer 95 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Gaël
Top achievements
Rank 1
Gaël asked on 16 Apr 2009, 11:25 AM
Hi all,

I have a display issue in IE when I add meta tag IE Page Transition
In fact, the tools like "BackColor" and "ForeColor" and other like them aren't correctly rendered.

Sample:
My page with those transitions :

 

<

 

meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Slide(Duration=.5, slideStyle=PUSH)" visible="false"/>

 

<

 

meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Slide(Duration=.5, slideStyle=PUSH)" visible="false"/>

 

 

 

and my RadEditor :

 

<

 

telerik:RadEditor ID="RadEditor1" runat="server" Width="100%" EditModes="Design" Height="180px" Skin="Telerik">

 

 

<Tools>

 

 

<telerik:EditorToolGroup>

 

 

<telerik:EditorTool Name="Cut" />

 

 

<telerik:EditorTool Name="Copy" />

 

 

<telerik:EditorTool Name="Paste" />

 

 

<telerik:EditorSeparator />

 

 

<telerik:EditorTool Name="ForeColor" />

 

 

<telerik:EditorTool Name="BackColor" />
<
telerik:EditorSeparator />

 

 

<telerik:EditorTool Name="FontName" />

 

 

<telerik:EditorTool Name="FontSize" />

 

 

</telerik:EditorToolGroup>

 

 

</Tools>

 

 

<Content>

 

 

</Content>

 

 

</telerik:RadEditor>

With this, I have 3 line of tools
first contain : 

 

<telerik:EditorTool Name="Cut" />

 

 

<telerik:EditorTool Name="Copy" />

 

 

<telerik:EditorTool Name="Paste" />

 

 

<telerik:EditorSeparator />

 

 

<telerik:EditorTool Name="ForeColor" />

second contain :
<telerik:EditorTool Name="BackColor" />

third contain :
<telerik:EditorSeparator />

 

 

<telerik:EditorTool Name="FontName" />

 

 

<telerik:EditorTool Name="FontSize" />

And if I remove the meta tag, all was correctly displayed.
How can I fix it, because i need page transitions for my project ?

Regards,
Gaƫl

PS : Sorry for my bad english ;)

1 Answer, 1 is accepted

Sort by
0
Gaël
Top achievements
Rank 1
answered on 16 Apr 2009, 11:31 AM
It was Fixed
I've got an error in my DOCTYPE tag

That's ok and good afternoon everyone
Tags
Editor
Asked by
Gaël
Top achievements
Rank 1
Answers by
Gaël
Top achievements
Rank 1
Share this question
or