mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "ve.ui.MWSaveDialog: More save panel disappearing on iOS Safari"
This commit is contained in:
commit
a1dd9de915
|
@ -867,6 +867,10 @@ ve.ui.MWSaveDialog.prototype.getReadyProcess = function ( data ) {
|
|||
// This includes a #focus call
|
||||
this.editSummaryInput.moveCursorToEnd();
|
||||
}
|
||||
|
||||
// HACK: iOS Safari sometimes makes the entire panel completely disappear (T221289).
|
||||
// Rebuilding it makes it reappear.
|
||||
OO.ui.Element.static.reconsiderScrollbars( this.panels.getCurrentItem().$element[ 0 ] );
|
||||
}, this );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue