We are trying to do flip an image horizontally by using
qx.bom.element.Transform and the scale key:
var image = new qx.basic.Image("test.png");
var element = image.getContentElement();
element.style = {};
qx.bom.element.Transform.scale(element, [-1, 1]);
Result: Nothing happens in FF 3.6.24!
Without line 3:
element.style = {};
we get an error saying:
el.style is undefined
el.style[style] = transformCss;
Transf...7980339 (line 56)
looks like a bug! so we added line 3 to bypass it.
What is your solution to the problem?
Stefan
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel