2011-11-07 40 views
2

試試這個:星火的RichEditableText的怪事時heightInLines = 「1」

<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"> 

    <s:Panel id="pnl"> 
     <s:RichEditableText id="richEdTxt" 
      width="200" 
      maxChars="100" /> 
    </s:Panel> 

</s:Application> 

現在設置heightInLines = 「1」:

<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"> 

    <s:Panel id="pnl"> 
     <s:RichEditableText id="richEdTxt" 
      width="200" 
      maxChars="100" 
      heightInLines="1" /> 
    </s:Panel> 

</s:Application> 

看到這個問題時填寫了字符的RichEditableText?繼續輸入hello字樣,直到您跨越RichEditableText的第一個可見區域。事情變得怪異。試試看。任何人有任何想法如何防止古怪? (文開始跳上跳下)

all is well

crossed over

text jumps down

then back up and looks good

then down and bad again

+0

+1爲你投票,我試過了,它似乎是這樣的工作,因爲你說的 – Exhausted

+1

你使用哪個Flex SDK?我剛剛在Flex 4.5.1上試過,看起來非常穩定。當您使用鼠標選擇大量文本時,唯一注意到的小事情是非常小的文本跳轉。但否則它看起來非常穩定。請提供更多信息。 –

+0

對不起,我忘了提及 - sdk 4.1.0 –

回答

0

這是一個似乎已被固定在一個錯誤後來的SDK - 但我似乎無法找到它的JIRA票。