Make category suggestions dropdown appear below the input box

Right now it's anchored to the bottom left of the category widget as a
whole, even if the text box is pushed farther to the right by existing
categories.

Change-Id: I7f2ca12b82d17c27fb3b87cb819a2a99a9fed108
This commit is contained in:
Roan Kattouw 2013-10-17 15:52:55 +02:00
parent f81de3e1e9
commit 8fccb53afc

View file

@ -34,7 +34,7 @@ ve.ui.MWCategoryWidget = function VeUiMWCategoryWidget( config ) {
'$$': this.$$, '$overlay': config.$overlay
} );
this.input = new ve.ui.MWCategoryInputWidget( this, {
'$$': this.$$, '$overlay': config.$overlay, '$container': this.$
'$$': this.$$, '$overlay': config.$overlay
} );
// Events