If you deal with Internet Explorer WebBrowser control, you need to pay attention to some broken changes since IE 10+. e.g. document.selection has been removed and replaced with window.getSelection() in IE11 (different interfaces). The special xml data island is no longer supported and will be rendered as html, etc.

If you deal with Internet Explorer WebBrowser control, you need to pay attention to some broken changes since IE 10+. e.g. document.selection has been removed and replaced with window.getSelection() in IE11 (different interfaces). The special xml data island is no longer supported and will be rendered as html, etc.

For more information,
http://msdn.microsoft.com/en-us/library/ie/dn467852(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/ie/dn467852(v=vs.85).aspx

Comments