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

Problem setting focus in Firefox

3 Answers 49 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andreas
Top achievements
Rank 1
Andreas asked on 04 Apr 2013, 09:01 AM
Hi,

With the new release, a very strange problem occurs...

In your demo with ContentAreaMode='div':
http://demos.telerik.com/aspnet-ajax/editor/examples/contentareamodediv/defaultcs.aspx

When using Firefox:
1. Move the cursor above the dropdown "Choose Toolbar Mode", do NOT click it...
2. Try click in the Editor again and edit the content -> wont work

When looking in Firebug, I can see that when hovering the dropdown, the contenteditable property of the editor is set to false...

Regards
Caesar

3 Answers, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 08 Apr 2013, 07:49 AM
Hi,

I reproduced the issue you have described. I logged it in our system and we will fix it as soon as possible. You can track its progress here: http://feedback.telerik.com/Project/108/Feedback/Details/45545.

As a small token of our gratitude for you I have updated your Telerik Points for your report.

Greetings,
Joana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Andreas
Top achievements
Rank 1
answered on 08 Apr 2013, 11:07 AM
Hi,

Seems to be input controls also, not only select-tags...
Is there some kind of workaround, we are having major problem with this since we have a lot of inputs/selects around the Editor?

Regards
Caesar
0
Misho
Telerik team
answered on 10 Apr 2013, 10:17 AM
Hi,

We are considering this issue as an important since it has a straight relation to effectively using RadEditor so that is why we have raised its priority. I could not give you an exact estimation when it would be resolved but I can assure you it is escalated to our development department and they will treat it as soon as they could. For the time being in order to overcome this obstacle please incorporate the following workaround:
Add the following script to your page:

<telerik:RadEditor ID="RadEditor1" runat="server"></telerik:RadEditor>

<
script type="text/javascript">
  Telerik.Web.UI.RadEditor.prototype._addHandlersForTextElements = function(selector)
  { }
</script>

Just make sure this workaround is placed after the script manager definition. Best place would be at the end of the page.

Depending on your page content you could override the following functions accordingly as well:

 
_addHandlersForRadioButtons
_addHandlersForCheckboxes
_addHandlersForRadioButtons
_addHandlersForSelectTags

The only functionality that would be affected is managing form elements like Input and Select elements inside RadEditor content in Design mode with FireFox.

All the best,
Misho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Andreas
Top achievements
Rank 1
Answers by
Joana
Telerik team
Andreas
Top achievements
Rank 1
Misho
Telerik team
Share this question
or