You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Roger Whitcomb (JIRA)" <ji...@apache.org> on 2017/09/21 00:45:00 UTC

[jira] [Resolved] (PIVOT-1006) Composed text from Input Method Editor doesn't show up sometimes

     [ https://issues.apache.org/jira/browse/PIVOT-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Whitcomb resolved PIVOT-1006.
-----------------------------------
    Resolution: Fixed

There was a problem if the TextNode where we are doing the calculations to include/display the composed text wasn't a direct descendant of the paragraph.  So, make sure we find the paragraph to make the check work correctly.

Sending        wtk\src\org\apache\pivot\wtk\skin\TextPaneSkinTextNodeView.java
Transmitting file data .done
Committing transaction...
Committed revision 1809109.


> Composed text from Input Method Editor doesn't show up sometimes
> ----------------------------------------------------------------
>
>                 Key: PIVOT-1006
>                 URL: https://issues.apache.org/jira/browse/PIVOT-1006
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>    Affects Versions: 2.1
>         Environment: All
>            Reporter: Roger Whitcomb
>            Assignee: Roger Whitcomb
>             Fix For: 2.1
>
>
> When the composed text from the IME is at the end of a paragraph, but there is a TextSpan that contains the last text in the paragraph (that is, the parent of the TextNode is a TextSpan, whose parent is then the Paragraph) then the composed text is not painted, even though the caret moves the correct amount.  If there is no intervening TextSpan (that is, the TextNode is the direct descendant of the Paragraph) then the composed text is painted correctly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)