https://bugs.kde.org/show_bug.cgi?id=459040

            Bug ID: 459040
           Summary: Text reflow eliminates tabs at window width
           Product: konsole
           Version: 21.12.3
          Platform: Kubuntu Packages
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: history
          Assignee: konsole-de...@kde.org
          Reporter: androlgenh...@gmail.com
  Target Milestone: ---

Created attachment 152014
  --> https://bugs.kde.org/attachment.cgi?id=152014&action=edit
Unmaximized konsole window reproduction

SUMMARY
Text reflow causes tabs at the start of the line to be removed.

STEPS TO REPRODUCE
1. Execute `printf "%0.s " {1..109}; echo -e "1\t2"` in konsole (substituting
109 for konsole's character width - 1)
2. Maximize konsole
3. Note that it shows the `1` and `2` with no space in between
4. Run the same command again
5. Note that the second time there is a tab between the `1` and the `2`
6. Unmaximize konsole
7. Note that the `2` from the first execution is at the left side, while the
`2` from the second execution has a tab before it

OBSERVED RESULT
Tabs behave inconsistently with text reflow based on the window size when the
command is initially executed.

EXPECTED RESULT
Either tabs should always be shown even when they're at the start of a line, or
they should be hidden but remembered so that they can show up again after the
window is resized. Tabs that move to the start of the line due to text reflow
should also behave similarly to tabs that end up at the start of a line when a
command is first executed without reflow.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to