Buttons Text when clicked is jumping to show "..."
Yup maybe it's when I'm scalled to fit different Mobile Devices or something but regardless of the width of an iconed button, when I click on the button and call popView via navigator in the MobileApplications, I see briefly the text in the button change from say "Button" to "But..." {dot dot dot} (aka trucncate) and there is no resizing or solution I can find to resolve (looks pretty bad & buggy really).
I suspect at this point it's too tightly constrained in size internally and goes bold when clicked (via the default skin maybe) and that triggers this issue.
Any work around? Well it's not obvious, other then obviously buggy...
What else can I say, I haven't really explaored how easy this is to reproduce?
I also just added a discussion thread about proper scalable distributed spacing in Groups and suspect this is related to that. If the text inside the button truly scaled to fit the button as it is resized there is no way the text could ever truncate, even when I set the button width to 10 times the width of the text this occurs.
Oh I just thought maybe I can dig into the button and get the text and plus 10 it's width for every button everytime.
