You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
Testing ACE on IE9, I noted that useragent.isIE returns "false" when it should be true. This causes a bug in the editor. Apparently the "\v"=="v" trick is no longer supported. From
Testing ACE on IE9, I noted that useragent.isIE returns "false" when it should be true. This causes a bug in the editor. Apparently the "\v"=="v" trick is no longer supported. From
http://msdn.microsoft.com/en-us/library/ms537509%28v=vs.85%29.aspx
can we instead just check navigator.appName == 'Microsoft Internet Explorer'?