Mglaser has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365938 )

Change subject: BlueSpiceVisualEditor: removed table toolbar
......................................................................

BlueSpiceVisualEditor: removed table toolbar

Table toolbar does not work with our scrolling mechanism, resulting
in the toolbar being placed in the middle of a table and other
strange behaviors.

Change-Id: Ibf786948e1a6be441a4b845642ef178752371175
---
M VisualEditor/VisualEditor.class.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/38/365938/1

diff --git a/VisualEditor/VisualEditor.class.php 
b/VisualEditor/VisualEditor.class.php
index 9bdbf04..e52e983 100644
--- a/VisualEditor/VisualEditor.class.php
+++ b/VisualEditor/VisualEditor.class.php
@@ -129,6 +129,8 @@
                'table_default_attributes' => array(
                        'class' => 'contenttable sortable'
                ),
+               //disable table toolbar as it does not work properly with 
scrolling
+               'table_toolbar' => "",
                #'document_base_url' => $GLOBALS['wgServer'],
                'formats' => array(
                        'table-property-sortable' => array( 'selector' => 
'table', 'classes' => 'sortable' ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf786948e1a6be441a4b845642ef178752371175
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: master
Gerrit-Owner: Mglaser <[email protected]>

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

Reply via email to