[
https://issues.apache.org/jira/browse/FELIX-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830926#action_12830926
]
Guillaume Nodet commented on FELIX-2053:
----------------------------------------
The problem comes from the fact that jline does not support "weird" completions.
For example, the command completer is able to return the following values when
called with "in":
* osgi:install
* shell:info
The problem is that jline rewrite the current line with the longest match, and
in this case, the first letters are not the same.
This leads to jline blanking the line, while still displaying the set of
available completions.
> Completion does not reprint previous characters in some circumstances
> ---------------------------------------------------------------------
>
> Key: FELIX-2053
> URL: https://issues.apache.org/jira/browse/FELIX-2053
> Project: Felix
> Issue Type: Bug
> Components: Karaf
> Affects Versions: karaf-1.2.0
> Reporter: Guillaume Nodet
> Fix For: karaf-1.4.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.