Trevor Parscal has uploaded a new change for review.

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

Change subject: Don't add classes to the context
......................................................................

Don't add classes to the context

Changes in I174a2e9 make these classes not needed anymore.

Change-Id: I6e1b087df48837c201096ad0b32c74b087bb454b
---
M javascripts/modules/editor/VisualEditorOverlay.js
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/40/146940/1

diff --git a/javascripts/modules/editor/VisualEditorOverlay.js 
b/javascripts/modules/editor/VisualEditorOverlay.js
index 224c2fb..cf1e83a 100644
--- a/javascripts/modules/editor/VisualEditorOverlay.js
+++ b/javascripts/modules/editor/VisualEditorOverlay.js
@@ -154,8 +154,6 @@
                        this.target.surface.getModel().getDocument().connect( 
this, { 'transact': 'onTransact' } );
                        this.target.surface.$element.addClass( 'content' );
 
-                       // make _fixIosHeader work with mobile context (2nd 
line toolbar)
-                       this.$( '.ve-ui-mobileContext' ).addClass( 
'overlay-header-container position-fixed visible' );
                        // for some reason the first time contenteditables are 
focused, focus
                        // event doesn't fire if we don't blur them first
                        this.$( '[contenteditable]' ).blur();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6e1b087df48837c201096ad0b32c74b087bb454b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Trevor Parscal <[email protected]>

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

Reply via email to