[wp-trac] [WordPress Trac] #42503: Internet Explorer 11 not compatible with Wordpress 4.8.3 (TinyMCE editor)
WordPress Trac
noreply at wordpress.org
Tue Jan 16 16:34:57 UTC 2018
#42503: Internet Explorer 11 not compatible with Wordpress 4.8.3 (TinyMCE editor)
--------------------------+--------------------
Reporter: chrossat | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.9.3
Component: TinyMCE | Version: 4.8.3
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+--------------------
Changes (by azaozz):
* milestone: Awaiting Review => 4.9.3
Comment:
Hi @chrossat and @ndavison, as far as I see that check should be something
like:
{{{
strpos( $_SERVER['HTTP_USER_AGENT'], 'Trident/7.0;' ) !== false
}}}
to test for IE11 (standard) and IE11 (compatibility mode).
Seems TinyMCE works properly when IE11 is in compatibility mode too.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42503#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list