On 18.11.2015 07:39, Justin Mclean wrote:
Hi,

I’ve just started up a discussion about release the next version of the Flex 
SDK.

Are there any important bugs or regression issues you’d like to see fixed in 
this release? Remember however most of us working on this project are 
volunteers and do so in our spare time so it may not be possible to fix 
everything that gets suggested.

Thanks,
Justin


I like to see https://issues.apache.org/jira/browse/FLEX-34248 (Text Area using Stage Text cuts off text after losing focus on mobile devices) fixed.

But a general question on ScrollableStageText, which became the default for mobile skins. The problem the ScrollableStageText has solved was that the original StyleableStageText was not good when it was used in a component which scrolled the whole TextArea or TextInput (a scrolling form or draggable window). As mentioned in the comments to the bug report the StyleableStageText is not effected from the text cut off after losing focus. So I'm considering using skins with a StyleableStageText as default and only
using a skin with ScrollableStageText when I really need it.
So the question is: if don't have a TextArea which changes its position, does the ScrollableStageText has any other benefit over a skin using StyleableStageText?

Thanks,
Alexander

Reply via email to