forked from 0x2620/oxjs
fixing a resize bug in Ox.List
This commit is contained in:
parent
7f904cda1f
commit
f311e05412
5 changed files with 23 additions and 5 deletions
|
|
@ -173,7 +173,7 @@ Ox.List = function(options, self) {
|
|||
updateQuery(self.options.selected);
|
||||
}
|
||||
that.bindEvent(self.keyboardEvents);
|
||||
Ox.UI.$window.resize(that.size); // fixme: this is not the widget's job
|
||||
//Ox.UI.$window.resize(that.size); // fixme: this is not the widget's job
|
||||
|
||||
function addAboveToSelection() {
|
||||
var pos = getAbove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue