Ralf Sternberg schrieb:
> Hi,
> 
> I experience a problem with a text-field that is placed inside of a 
> toolbar. The text-field is displayed with the correct size, but the text 
> cursor appeares not only over the text-field, but also ~ 20 px right to 
> it. The "inspect" facility of Firefox shows that the internal <input> 
> DOM element exceeds the outer text-field div (see attached screen shot).
> 
> I'm not sure but I think that this is a qooxdoo problem as we only set 
> the bounds of the text-field using something like
>   w.setSpace( 0, 100, 0, 22 );
> which matches the size of the displayed text-field.

Do you use a recent trunk? Or is this an old 0.6.6 issue?

Normally the text-field is automatically synced by the layout engine. 
And this seems to work well, when using something like setWidth(20). Can 
you try to build a small example which demonstrates the bug? Just a 
toolbar and a textfield. Then I can play with it a bit.

Sebastian


> 
> Any ideas?
> 
> Thanks,
>   Ralf
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to