Hi,

I think the reason is that rowInfo.focusedRow and 
this.getHighlightFocusRow() returns true.
Have you tried to on an listener on changeSelection:
table.getSelectionModel().addListener('changeSelection', function () {...});

Cheers Tobias

Am 17.09.2014 13:13, schrieb woprandi:
> HI,
>
> I have a table and I would like to change the background color of the row
> when I edited a value. I have a boolean field in my row model which is set
> to true after a cell editing. I derived the default row renderer class but
> the behavior is very strange. See this playground example :
> http://tinyurl.com/omvwy93
> Row with modified = true should have backgroundColor to red when the row is
> not selected but it is not the case. I don't understand why color back to
> white....
>
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Custom-row-renderer-tp7586193.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to