What steps will reproduce the problem?
1. create a GraphicCanvas
2. add it to a panel
3. then try to change it's size using setPixelSize or setSize.
What is the expected output?
The canvas should resize.
What do you see instead?
There is no effect.
What version of the product are you using?
Tatami 1.3 jar
On what operating system?
Windows Vista, hosted mode(ie7) and Fx3
Fix: call the GraphicCanvas method onAttach after resizing using
setPixelSize. I would like to see the setPixelSize function call onAttach
to do the update it's self.
Original issue reported on code.google.com by rhos...@gmail.com on 15 Feb 2009 at 9:00
Original issue reported on code.google.com by
rhos...@gmail.com
on 15 Feb 2009 at 9:00Attachments: