Commit 5a149385 authored by Oleg Korshul's avatar Oleg Korshul

ie & edge browser input line & plugin inputs focus

parent d6769e32
......@@ -1529,6 +1529,13 @@
this.InterfaceEnableKeyEvents = value;
if (true == this.InterfaceEnableKeyEvents)
{
if (document.activeElement)
{
var _id = document.activeElement.id;
if (_id == "area_id" || _id == "plugin_iframe")
return;
}
this.HtmlArea.focus();
}
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment