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

RadEditor Toolbar Dropdown Will Not Close

1 Answer 30 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 12 Feb 2015, 10:45 PM
Hello, I am using 2014.1.403.40, I have a RadEditor inside a RadWindow. I launch the RadWindow from code using the following:

string script = "function f() {$find(\"" + wPopup.ClientID + "\").show(); setTimeout(function(){$find(\"" + edContent.ClientID + "\").onParentNodeChanged();}, 10); Sys.Application.remove_load(f); EditorWindowVisible = true;} Sys.Application.add_load(f);";
                ScriptManager.RegisterStartupScript(Page, Page.GetType(), "key", script, true);

When I click/open any of the editor toolbar dropdown controls they will not close unless I click/open another editor toolbar dropdown control. This only happens in Chrome and it doesn't happen the first time I load the site? I don't think it matters but the site is a Sitefinity site. Otherwise the editor looks and is working correctly. I notice if I remove the editor from the RadWindow this problem does not happen and it does not happen in IE 11.

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 17 Feb 2015, 08:24 AM
Hello Jeff,

I can only guess what might be causing this issue, although, I assume it is due to an issue introduced from changes to the scrollPosition properties in Chrome.

Did you try upgrading with a more recent version of the Telerik UI for ASP.NET AJAX suite? Are you able to isolate this outside the Sitefinity CMS, in a simple ASP.NET WebForms page?

Regards,
Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Jeff
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or