tags:

views:

207

answers:

0

I have discovered a very strange bug with the Flex resource manager in my 3.3 Flex SDK.

I have created an example with view source enabled here: http://pixelbox.net/demos/buttonBug/

As you can see I am not doing anything strange, other than settings a maxWidth and then giving the button some text that causes it to truncate.

The problem appears when the button shows "null" rather than "...".

This is also happening with a class too.

I have recently been working with locals in other projects and it seems that it's breaking the default Flex resource manager so when it looks up "..." it returns null.

I am not sure how to fix this in my other projects that don't have specific locals, although if I switch back to 3.2 SDK it works fine.

Any help would be great.

Thanks

Rob