jenkins-bot has submitted this change and it was merged.

Change subject: Greylist IE11
......................................................................


Greylist IE11

There are still bugs and we're not marking it as a supported
browser yet, but it's no longer unusable.

Bug: 50085
Change-Id: I86b152da4c5dd895335d6f76b91c44f2eb3cd1a4
---
M VisualEditor.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/VisualEditor.php b/VisualEditor.php
index b32cf17..4f12a34 100644
--- a/VisualEditor.php
+++ b/VisualEditor.php
@@ -1372,8 +1372,8 @@
        // IE9 and IE10 generally work but fail in ajax handling when making 
POST
        // requests to the VisualEditor/Parsoid API which is causing silent 
failures
        // when trying to save a page (bug 49187)
-       // Also, IE11 doesn't work either right now
-       'msie' => null,
+       // IE11 has problems but it mostly works OK-ish so it's greylisted
+       'msie' => array ( array( '<=', 10 ) ),
        // Android 2.x and below "support" CE but don't trigger keyboard input
        'android' => array( array( '<', 3 ) ),
        // Firefox issues in versions 12 and below (bug 50780)

-- 
To view, visit https://gerrit.wikimedia.org/r/155841
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I86b152da4c5dd895335d6f76b91c44f2eb3cd1a4
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to