I found problem with focus in kendo Editor that is opened in Kendo window in IE8-10.
I have Grid with Popup editor that contains text input (name) and kendo editor (text).
If i close the windows and focus is inside Kendoui editor and open the window again i can't click on any input(both text and name) at all. It just doesnt get focus (same as this http://www.kendoui.com/forums/mvc/editor/editor-issues-with-firefox-17.aspx, but was not resolved same way).
Odd thing is that if I press Tab key several times and than click on any input or editor - it works.
I'm using build from yeasterday, but it was present in last builds as well.
I have Grid with Popup editor that contains text input (name) and kendo editor (text).
If i close the windows and focus is inside Kendoui editor and open the window again i can't click on any input(both text and name) at all. It just doesnt get focus (same as this http://www.kendoui.com/forums/mvc/editor/editor-issues-with-firefox-17.aspx, but was not resolved same way).
Odd thing is that if I press Tab key several times and than click on any input or editor - it works.
I'm using build from yeasterday, but it was present in last builds as well.
5 Answers, 1 is accepted
0
Accepted
Hi Marek,
We stumbled upon a similar (or the same) issue recently and after some testing, we concluded that the problem was caused by an IE10 browser bug related to focusing. Actually the fields received focus, but the cursor did not blink inside and one could not type. The problem was reproduced on a random basis.
A possible workaround is to attach to the textbox' focus method and call focus() again, possibly with a setTimeout. The Kendo UI Editor does not have a focus event, so you can try with select or a click event of the body element in the content area (editorObject.body). Then call focus() to the Editor object.
Greetings,
Dimo
the Telerik team
We stumbled upon a similar (or the same) issue recently and after some testing, we concluded that the problem was caused by an IE10 browser bug related to focusing. Actually the fields received focus, but the cursor did not blink inside and one could not type. The problem was reproduced on a random basis.
A possible workaround is to attach to the textbox' focus method and call focus() again, possibly with a setTimeout. The Kendo UI Editor does not have a focus event, so you can try with select or a click event of the body element in the content area (editorObject.body). Then call focus() to the Editor object.
Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Marek
Top achievements
Rank 1
answered on 18 Jan 2013, 01:06 PM
It's not random In my project - it occurs exactly when I close the window and focus is inside editor.
The solution you provided works, we discovered it yesterday.
Thank you for help.
Marek
The solution you provided works, we discovered it yesterday.
Thank you for help.
Marek
0
zenit1
Top achievements
Rank 2
answered on 13 Mar 2014, 01:06 PM
Hi , Dimo
I have the editor focus problem with beta 2014. When other input placed in form, it becomes non-focusable, after I enter to editor.
If I reverse a version to 2013.3 it works fine.
Please let know to development team
Nice day
Serge
I have the editor focus problem with beta 2014. When other input placed in form, it becomes non-focusable, after I enter to editor.
If I reverse a version to 2013.3 it works fine.
Please let know to development team
Nice day
Serge
0
Hello Serge,
Do you reproduce the problem in the following example?
2014.1.226
http://jsfiddle.net/dimodi/kLeDU/1/show/
2013.3.1324
http://jsfiddle.net/dimodi/kLeDU/show/
If yes, then please outline the exact step-by-step procedure and browser version. If not, please modify it until the issue is exhibited.
Regards,
Dimo
Telerik
Do you reproduce the problem in the following example?
2014.1.226
http://jsfiddle.net/dimodi/kLeDU/1/show/
2013.3.1324
http://jsfiddle.net/dimodi/kLeDU/show/
If yes, then please outline the exact step-by-step procedure and browser version. If not, please modify it until the issue is exhibited.
Regards,
Dimo
Telerik
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.
0
zenit1
Top achievements
Rank 2
answered on 19 Mar 2014, 03:34 PM
Hi , Dimo
I explored more the problem and found , what it happens in Edit Mode of ListView
The issue solved in today release.
Thanks
Best regards
Serge
I explored more the problem and found , what it happens in Edit Mode of ListView
The issue solved in today release.
Thanks
Best regards
Serge