kio
20 Aug 2008, 2:48 AM
Hello Ext
Working with ComboBox I found that it performs the following on the "expand" event:
...
this.innerList.setOverflow('auto');
...
The code snippet above simply overrides any overflow attributes you specified for the class ".x-combo-list-inner" in either ext-all.css or your own style sheet.
Don't you think that JS line should be removed to allow developers taking control over list overflow behaviour from sheets?
Thanks!
Ilya
Working with ComboBox I found that it performs the following on the "expand" event:
...
this.innerList.setOverflow('auto');
...
The code snippet above simply overrides any overflow attributes you specified for the class ".x-combo-list-inner" in either ext-all.css or your own style sheet.
Don't you think that JS line should be removed to allow developers taking control over list overflow behaviour from sheets?
Thanks!
Ilya