Mooeypoo has uploaded a new change for review.

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

Change subject: Make sure DraggableGroupElement supports button widgets
......................................................................

Make sure DraggableGroupElement supports button widgets

Support button widgets and option widgets.

Change-Id: Ie576f44227808e87f813813c61eef2ca0d0a24de
---
M src/elements/DraggableElement.js
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/68/188868/1

diff --git a/src/elements/DraggableElement.js b/src/elements/DraggableElement.js
index 228fa95..789398d 100644
--- a/src/elements/DraggableElement.js
+++ b/src/elements/DraggableElement.js
@@ -23,6 +23,8 @@
                } );
 };
 
+OO.initClass( OO.ui.DraggableElement );
+
 /* Events */
 
 /**
@@ -38,6 +40,13 @@
  * @event drop
  */
 
+/* Static Properties */
+
+/**
+ * @inheritdoc
+ */
+OO.ui.DraggableElement.static.cancelButtonMouseDownEvents = false;
+
 /* Methods */
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie576f44227808e87f813813c61eef2ca0d0a24de
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>

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

Reply via email to