jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/348294 )

Change subject: Restore pointer-events comments for IE10 support
......................................................................


Restore pointer-events comments for IE10 support

Change-Id: I47fae968c1d3ea211f7b54cc565b3d4b608657a1
---
M src/ce/styles/nodes/ve.ce.TableCellNode.css
M src/ce/styles/nodes/ve.ce.TableNode.css
M src/ui/styles/dialogs/ve.ui.FindAndReplaceDialog.css
M src/ui/styles/elements/ve.ui.DiffElement.css
4 files changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/src/ce/styles/nodes/ve.ce.TableCellNode.css 
b/src/ce/styles/nodes/ve.ce.TableCellNode.css
index 3ce0bf8..a8931f6 100644
--- a/src/ce/styles/nodes/ve.ce.TableCellNode.css
+++ b/src/ce/styles/nodes/ve.ce.TableCellNode.css
@@ -15,6 +15,7 @@
 }
 
 .ve-ce-tableCellNode a {
+       /* TODO: Suport IE10 with JS mouse events */
        pointer-events: none;
 }
 
diff --git a/src/ce/styles/nodes/ve.ce.TableNode.css 
b/src/ce/styles/nodes/ve.ce.TableNode.css
index 3b6a4d1..04b733d 100644
--- a/src/ce/styles/nodes/ve.ce.TableNode.css
+++ b/src/ce/styles/nodes/ve.ce.TableNode.css
@@ -22,6 +22,7 @@
 
 .ve-ce-tableNodeOverlay {
        position: absolute;
+       /* TODO: Suport IE10 with JS mouse events */
        pointer-events: none;
 }
 
diff --git a/src/ui/styles/dialogs/ve.ui.FindAndReplaceDialog.css 
b/src/ui/styles/dialogs/ve.ui.FindAndReplaceDialog.css
index 3a80cda..7729ca0 100644
--- a/src/ui/styles/dialogs/ve.ui.FindAndReplaceDialog.css
+++ b/src/ui/styles/dialogs/ve.ui.FindAndReplaceDialog.css
@@ -39,6 +39,7 @@
        position: absolute;
        top: 0;
        left: 0;
+       /* TODO: Suport IE10 with JS mouse events */
        pointer-events: none;
 }
 
diff --git a/src/ui/styles/elements/ve.ui.DiffElement.css 
b/src/ui/styles/elements/ve.ui.DiffElement.css
index 195ab0b..9662f91 100644
--- a/src/ui/styles/elements/ve.ui.DiffElement.css
+++ b/src/ui/styles/elements/ve.ui.DiffElement.css
@@ -30,6 +30,7 @@
        position: absolute;
        opacity: 0.5;
        z-index: 1;
+       /* TODO: Suport IE10 with JS mouse events */
        pointer-events: none;
 }
 
@@ -47,6 +48,7 @@
        outline: 3px solid #6da9f7;
        padding: 2px;
        margin: -2px 0 0 -2px;
+       /* TODO: Suport IE10 with JS mouse events */
        pointer-events: none;
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I47fae968c1d3ea211f7b54cc565b3d4b608657a1
Gerrit-PatchSet: 2
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <esand...@wikimedia.org>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to