Merge "Scroll to viewport after input methods list is rendered"

This commit is contained in:
jenkins-bot
2013-06-12 07:41:11 +00:00
committed by Gerrit Code Review

View File

@@ -158,6 +158,10 @@
$imeListContainer.append( inputSettings.renderInputmethodOption( 'system',
defaultInputmethod === 'system' ) );
// Added input methods may increase the height of window. Make sure
// the entire window is in view port
this.$parent.position();
},
renderInputmethodOption: function ( imeId, selected ) {