patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Bug - Log viewer - missing empty spaces

Open matedo1 opened this issue 1 year ago • 1 comments

Describe the problem Log viewer - log empty spaces are removed when "Wrap text" feature is deactivated.

How do you reproduce the problem?

  • Visit https://www.patternfly.org/extensions/log-viewer/#with-complex-toolbar
  • Activate "Wrap text" option, the log (eg. line 3) will be: I0223 20:04:25.084507 1 loader.go:379] (this is correct)
  • Deactivate "Wrap text" option, the log (eg. line 3) will be: I0223 20:04:25.084507 1 loader.go:379] (this is incorrect)

Expected behavior I0223 20:04:25.084507 1 loader.go:379] should be displayed always.

What is your environment?

  • OS: Fedora
  • Browser: Google Chrome
  • Version: Version 129 (Official Build) (64-bit)

matedo1 avatar Oct 08 '24 17:10 matedo1