fredrikhultin
2 Apr 2007, 8:03 AM
On line 52 of Triggerfield.js (1.0 beta) this line causes firefox 2.0 to wrap a combobox and its triggerfield. It could be because of the rest of my css since I am integrating ext-yui into an existing app.
Is this line necesseary? It only looks like it is setting the size of the wrapper? Anyway, removing it fixes my problem.
this.setSize(this.width||'', this.height||'');
Cheers
/Fredrik
Is this line necesseary? It only looks like it is setting the size of the wrapper? Anyway, removing it fixes my problem.
this.setSize(this.width||'', this.height||'');
Cheers
/Fredrik