-
19 Jun 2012 4:24 PM #1
[4.1.1 RC2] Sprite's el getHeight() returns 0
[4.1.1 RC2] Sprite's el getHeight() returns 0
I'm testing 4.1.1 RC2 in Chrome and have a sprite that I'm trying to get the height of. Sprite.el.getWidth() works as expected. Sprite.el.getHeight() returns 0.
Get NaN in Firefox. Again, width is ok
-
19 Jun 2012 4:41 PM #2
The same happens in 4.0.x, you should use the getBBox() method.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
19 Jun 2012 5:29 PM #3
The height/width being off from the pixels threw me. Used the surface's viewBoxShift.scale to adjust for it and was having a hard time finding the surface's left/top edge. Found I could use surface.bgRect.getX() and getY() and everything lines up perfect.
Any idea if surface.bgRect could be declared a public property in the API?


Reply With Quote