There's difference in behavior between IE11 and Edge mode IE11 when the radEditor is used inside a window.showModalDialog
- IE11 : work as expected
- Edge mode IE 11 :
- There's a flicking when a key is hit (often) or Enter (always). The window in background seems to get in front and then the showmodalDialog get back in front (by behavior design of showModalDialog). Is it caused by a bad javascript? a bad compatibility mode? Is it corrected in later Telerik version?
- There's no glitch if we choose HTML instead of Design in the radEditor
- There's no glitch if the radeditor is not in a window.showModalDialog (ex: opened directly inside current page)
For the moment, we cannot use a replacement for window.showModalDialog because the website use frames everywhere (as a template for navigation. Ex: frame for left menu, frame for top, frame for center content, etc) in a way that a javascript style showmodalDialog doesn't block UI interaction every where in the page (as with the IE showModalDialog).
Context :
- ASP.Net Classic .Net 4.7.1
- Telerik version 2020.3.1021.45
Thank you for help,
Jean-François Ferland