You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/03/13 22:44:00 UTC

[jira] [Commented] (KARAF-7678) ShellTable erroneously clips out text from multi-line column contents

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

ASF GitHub Bot commented on KARAF-7678:
---------------------------------------

CMoH opened a new pull request, #1716:
URL: https://github.com/apache/karaf/pull/1716

   Account for multi-line cell contents when calculating cell width and clipping the text to maxSize. The cell contents might be either wrapped or originally split by the caller with \n characters




> ShellTable erroneously clips out text from multi-line column contents
> ---------------------------------------------------------------------
>
>                 Key: KARAF-7678
>                 URL: https://issues.apache.org/jira/browse/KARAF-7678
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.4.3
>            Reporter: Ciprian Ciubotariu
>            Priority: Minor
>
> The {{ShellTable}} implementation clips column contents to the column's {{maxSize}} before inspecting if the contents is sigle or multi-line. This idea works well with single-line row contents, but it is faulty if the column text contains newlines.
> Given that the newline split is already implemented for the text wrapping function, there is an opportunity for the user to pass multi-line table contents.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)