Completed
Last Updated: 03 Dec 2015 16:13 by ADMIN
ADMIN
Ianko
Created on: 15 Oct 2015 08:28
Category: UI for ASP.NET AJAX
Type: Bug Report
0
The client-side setFocus() method does not work in Edge browser
Using this method to programmatically select the content area does not work as expected in Edge browser.

Possible workaround is to use ContentAreaMode="Div". Or using editor.get_contentArea().focus() method instead of editor.setFocus() (This might not work for some legacy browsers).
0 comments