Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/155841

Change subject: [WIP] Greylist IE11
......................................................................

[WIP] Greylist IE11

For when we think it's ready

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/41/155841/1

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: newchange
Gerrit-Change-Id: I86b152da4c5dd895335d6f76b91c44f2eb3cd1a4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

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

Reply via email to