On Fri, May 2, 2008 at 5:34 PM, Romain Fliedel <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I'm having the following warning:
>
> 111544 WARN: qx.theme.manager.Appearance[23]: Missing appearance entry:
> table-editor-textfield
>
> when I try to edit the content of a table using the Ext theme.
> I noticed that there was no entry "table-editor-textfield" in
> qooxdoo-0.7.3-sdk\frontend\framework\source\class\qx\theme\ext\Appearanc
> e.js
>
> I corrected the problem by adding
>
>    "table-editor-textfield" :
>    {
>      include : "text-field",
>
>      style : function(states)
>      {
>        return {
>          border  : "undefined",
>          padding : [ 0, 2 ]
>        };
>      }
>    },
>
> At line 1672
>


I seem to recall this being fixed quite a while ago, in svn.  Are you using
latest code from svn?

Derrell
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to