It's not an issue with qx.ui.form.DateField(), but with 
qx.ui.control.DateChooser constructor. I don't have time to look at it, 
but somebody can.

http://tinyurl.com/37an88d

---
Ian Horst

On 05/18/10 11:00, fx5 wrote:
>
> Ok, i think i found something. You can reproduce the problem by creating a
> few DateFields.
>
> Add this to a new Application:
>
> -----------
>
> this.bag=[];
>
> var k;
>
> for(k=0;k<30;k++) {
>       this.bag.push(new qx.ui.form.DateField());
> }
>
> -----------
>
> After using the mouse wheel you will see the cpu getting hot. You don't have
> to add the DateField to an other widget. It is sufficient to create them.
>

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to