Hello Sebastian,
For first "lightblue" in TreeVirtual was not changed and I have the same
error.
About errors that Christian described.
In this revision I don't have error
qx.event.handler.EventHandler[53]: Failed to handle mouse event:
TypeError - cellWidget.setState is not a function
at qx.ui.table.DefaultHeaderCellRenderer:120
But have error:
ERROR:
qx.event.handler.EventHandler[53]: Failed to dispatch mouse event:
Error - setState() is deprecated: Replace with nodeSetState() in mixin
MNode at qx.ui.treevirtual.TreeVirtual:1034 at
showcase.Application:1589 at qx.core.Target:286 at qx.core.Target:243
at showcase.Application:1389 at qx.core.Target:286 at
qx.core.Target:243 at qx.core.Target:189 at
qx.ui.treevirtual.SimpleTreeDataModel:883 at
qx.ui.treevirtual.SelectionManager:149 at
qx.ui.treevirtual.SelectionManager:184 at
qx.ui.table.SelectionManager:101 at qx.ui.table.TablePaneScroller:947
at qx.core.Target:286 at qx.core.Target:298 at qx.core.Target:243 at
qx.event.handler.EventHandler:974 at qx.event.handler.EventHandler:813
at qx.lang.Function:165
Derrell explained a source of this trouble (we use setState in event handlers).
Now all looks better than in last revisions. Thanks for help.
Siarhei
Sebastian Werner wrote:
> [EMAIL PROTECTED] schrieb:
>
>> Siarhei Barysiuk <[EMAIL PROTECTED]> writes:
>>
>>
>>> Error was in TreeVirtual.js line 209:
>>> this.setCellFocusAttributes({ backgroundColor : "lightblue" });
>>>
>>> I changed this line to this.setCellFocusAttributes({ backgroundColor :
>>> "blue" }); and error was fixed.
>>>
>> Sebastian, what happened to "lightblue"? That's one of the standard color
>> names. Was it mistakenly excluded?
>>
>
> "lightblue" is one of these extended CSS color names. These are not
> supported anymore by the normal color handling. You can however convert
> it first using qx.util.ExtendedColor. This step was done to reduce the
> size of the normal color handling.
>
> To fix this I would suggest to replace lightblue with something like
> "selected" or "selected-cell" or something like this and add a new name
> if needed to one of the default color themes of qooxdoo. A hard-coded
> "lightblue" is normally not a good way to define colors in widgets.
>
> Sebastian
>
>
>> Derrell
>>
>> -------------------------------------------------------------------------
>> 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
>> [email protected]
>> 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel