You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by joaomendes <jo...@arealmedia.com> on 2014/02/27 18:59:34 UTC

TLF delete problems

Hi,

Exist a problem in TLF when delete a hebrew character from sdk "Apache Flex
4.11.0 FP 11.9 AIR 3.9 en_US", if we delete one character is deleted a few
the words.

You can test the sdk "Apache Flex 4.10.0 FP 11.8 AIR 3.8 en_US" here:
http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk410/index.html

and the sdk ""Apache Flex 4.11.0 FP 11.9 AIR 3.9 en_US" here:
http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk411/index.html

Verify the difference.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/TLF-delete-problems-tp35091.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF delete problems

Posted by Alex Harui <ah...@adobe.com>.
This flag was added in 4.11 to try to workaround a problem with
discretionary hyphens. We're still working out bugs in the workaround.  By
setting it to false, you are basically running the code as it was in 4.10
where the only known problem is with discretionary hyphens.

-Alex

On 2/28/14 3:57 AM, "joaomendes" <jo...@arealmedia.com> wrote:

>Hi Alex,
>
>So delete characters works well, I can have other problems to put this
>variable to false?
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/TLF-delete-problems-t
>p35091p35126.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: TLF delete problems

Posted by joaomendes <jo...@arealmedia.com>.
Hi Alex,

So delete characters works well, I can have other problems to put this
variable to false?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/TLF-delete-problems-tp35091p35126.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF delete problems

Posted by Alex Harui <ah...@adobe.com>.
OK, please file a bug with a simple test case.  As a workaround, try
setting

import flashx.textLayout.tlf_internal;
use namespace tlf_internal;
flashx.textLayout.container.ContainerController.useDiscretionaryHyphens=fal
se;


-Alex

On 2/27/14 2:31 PM, "joaomendes" <jo...@arealmedia.com> wrote:

>The problem continue with 4.12 release, you can check here:
>
>http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk412/index.html
>
>Thanks,
>
>João Mendes
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/TLF-delete-problems-t
>p35091p35103.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: TLF delete problems

Posted by joaomendes <jo...@arealmedia.com>.
The problem continue with 4.12 release, you can check here:

http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk412/index.html

Thanks,

João Mendes



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/TLF-delete-problems-tp35091p35103.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF delete problems

Posted by Alex Harui <ah...@adobe.com>.
A TLF delete bug was fixed for the 4.12 release.  Please try the nightly
build or release candidate and see if your problem is fixed.

Thanks,
-Alex

On 2/27/14 9:59 AM, "joaomendes" <jo...@arealmedia.com> wrote:

>Hi,
>
>Exist a problem in TLF when delete a hebrew character from sdk "Apache
>Flex
>4.11.0 FP 11.9 AIR 3.9 en_US", if we delete one character is deleted a few
>the words.
>
>You can test the sdk "Apache Flex 4.10.0 FP 11.8 AIR 3.8 en_US" here:
>http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk410/index.html
>
>and the sdk ""Apache Flex 4.11.0 FP 11.9 AIR 3.9 en_US" here:
>http://adbstorage.s3.amazonaws.com/examples/textLayout_sdk411/index.html
>
>Verify the difference.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/TLF-delete-problems-t
>p35091.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.