You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2014/03/17 19:57:43 UTC

[jira] [Commented] (FLEX-34171) TLF problems deleting Hebrew

    [ https://issues.apache.org/jira/browse/FLEX-34171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938201#comment-13938201 ] 

Alex Harui commented on FLEX-34171:
-----------------------------------

Test case:

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
			   xmlns:s="library://ns.adobe.com/flex/spark"
			   xmlns:mx="library://ns.adobe.com/flex/mx"
			   width="700" minWidth="955" minHeight="600" creationComplete="onComplete()">
	<fx:Script>
		<![CDATA[
			import flashx.textLayout.edit.EditManager;
			import flashx.textLayout.elements.ListElement;
			import flashx.textLayout.elements.ListItemElement;
			import flashx.textLayout.elements.ParagraphElement;
			import flashx.textLayout.elements.SpanElement;
			import flashx.textLayout.elements.TextFlow;
			import flashx.textLayout.formats.ListMarkerFormat;
			import flashx.textLayout.formats.ListStylePosition;
			import flashx.textLayout.formats.ListStyleType;
			import flashx.undo.UndoManager;
			[Bindable]private var textFlow:TextFlow;
			
			private function onComplete():void{
			}
		]]>
	</fx:Script>
	<s:TextInput width="600" text="פִּתְחוּ אֶוְאָח  אנו שמחים להזמינכם להשתתף בשמחתנו אשר תתקיים ביום שני ה' באייר תשע"/>
</s:Application>


> TLF problems deleting Hebrew
> ----------------------------
>
>                 Key: FLEX-34171
>                 URL: https://issues.apache.org/jira/browse/FLEX-34171
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: TextInput
>    Affects Versions: Apache Flex 4.12.0
>            Reporter: Alex Harui
>            Assignee: Alex Harui
>
> From email thread: http://markmail.org/search/+list:org.apache.incubator.flex-dev#query:list%3Aorg.apache.incubator.flex-dev%20from%3A%22Alex%20Harui%22+page:20+mid:ivfzqy6a3csuq3hd+state:results



--
This message was sent by Atlassian JIRA
(v6.2#6252)