Hi allWishing to change the selection of my tree items I added a "selected" section to my project local file 'Decoration.js', which now looks like:
decorations :
{
"selected" :
{
decorator : qx.ui.decoration.Background,
style :
{
// original backgroundImage : "decoration/selection.png",
backgroundImage : "some/other/path/selection.png",
backgroundRepeat : "scale"
}
}
}
Now I see NO selection at all - expecting to see at least a 404 in the
server logs, I saw none.
Peeking at the DOM in IE revealed, that NO background element is generated at all, when the image path differs from the original, although a background element is generated when the path is original.
To add to the weirdness, qx.ui.form.List shows the desired background, when qx.ui.tree does not.
What am I missing? Thxs, Werner
<<attachment: werner.vcf>>
------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
