Dan Trif wrote:
> Hi,
>  I'm using the theme Ext and a table.
>
> When a cell is in editing mode the cell background does not turn into
> white like in the other themes so the old cell value can be seen in the
> back of the new typed text which is a litle disturbing.
>
> Any ideea how to change the cell background to white in edit mode?
>
Hi Dan,

I've fixed this issue in the legacy (0.7.x) Branch with the revision #11773.

If you don't want to update to the latest revision you have to put the 
following lines 

--snip--
"table-editor-textfield" :
    {
      include : "text-field",

      style : function(states)
      {
        return {
          border          : "undefined",
          padding         : [ 0, 2 ],
          backgroundColor : "white"
        };
      }
    },
--snip--

into the Appearance class (qx.theme.ext.Appearance) of the Ext theme.

This should do the job.

cheers,
  Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to