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

radeditor toolbarmode does not work

1 Answer 39 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 25 Jul 2016, 11:45 AM

Hi,

I am using Telerik RadEditor (V 2013.2.611.35) in which I have to use EditorToolbarMode.ShowOnFocus property for that control. But when I set that property then the toolbar gets hide automatically and it does not appear even after focus the control.

Can anyone have workaround for this issue?

Note: I am using dynamic radeditor control where it's created on aspx.cs page and I have added blur event for that by using $telerik.addExternalHandler(element, "blur", function (e) { restorePoint = editor.createRestorePoint(); }); method. Will that make a difference?

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 28 Jul 2016, 06:57 AM

Hello Avinash,

 

This might be an old bub that has been already fixed. 

 

Using the ShowOnFocus toolbar in this demo (http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx) works as expected. 

 

I suggest you to consider upgrading to a more recent version and be sure that you are using version that includes the bug fixes and features implemented in time.

 

Also note that browser change in time and in order for you to support them it is recommended to use new version of UI for ASP.NET AJAX that is continuously developed and tested against new browser versions. 

 

Regards,
Ianko
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Avinash
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or