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

Enter button not working in Radeditor after IE 11 upgrade

1 Answer 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Siva
Top achievements
Rank 1
Siva asked on 20 May 2015, 10:19 AM

Hi,

After the Upgrade of Internet explorer 9 to 11 edge, the toolbox is not visible in my application & enter button is not working. I checked for the solution in telerik blog & added .Browser file inside APP_Browser in Application. After that tool box are working fine, but yet the enter button is not working. But  these are working well in other browsers like chrome.Please help .. Thanks in advance.

my RadEditor code:

<telerik:RadEditor ID="Rad_Editor" runat="server" ToolsFile="~/Include/BasicTools.XML"
   Height="220px" Width="1050px" EditModes="Design" ContentFilters="MakeUrlsAbsolute,FixEnclosingP"
  StripFormattingOptions="None" ImageManager-ViewPaths="~/common/images/" ContentAreaMode="Div">
                    <Content>
                    </Content>
                </telerik:RadEditor>

 regards 

Siva

1 Answer, 1 is accepted

Sort by
0
Siva
Top achievements
Rank 1
answered on 21 May 2015, 11:31 AM
Now found the solution, This problem is due to the ContentAreaMode="Div" . This is not supported in ie 11. I removed it and it works fine.. 
Tags
Editor
Asked by
Siva
Top achievements
Rank 1
Answers by
Siva
Top achievements
Rank 1
Share this question
or