So, I did some digging and found that:
1) Before the change to default to mx:Label, the Mustella chart tests were
using Spark Label with embedded fonts.
2) There was already plumbing to better support Spark Label in Charts. I
didn't know about it, but it appears that you are supposed to use the
M
flex-sdk_release-candidate - Build #128 - Successful
Changes since last build:
No changes
For more information, check the console output at
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/128/.
On another look: TabElement and BreakElement both subclass SpanElement, so they
get SpanElement behavior for free.
So, it looks like the only two cases which are not covered by SpanElement are
InlineGraphicElement and TableLeafElement. Both of these are now handled by
custom code. So, unless an
Is this used to put text on the clipboard?
Sent from my LG G3, an AT&T 4G LTE smartphone
-- Original message--
From: Harbs
Date: Sun, Dec 13, 2015 5:29 AM
To: dev@flex.apache.org;
Subject:[TLF] getText() for InlineGraphicElement
I have a question in reference to
https://issues.ap
I have a question in reference to
https://issues.apache.org/jira/browse/FLEX-34988
It seems like getText() was never implemented for InlineGraphicElements. By
default it returns an empty string.
In FTE, ContentElement has two properties: text and rawText. text returns the
text minus any non-te