patternfly / react-log-viewer

MIT License
18 stars 14 forks source link

When line is too big, it surpass the next line and mixes both end of current line and begins of next line. #3

Open pimentelleo opened 1 year ago

pimentelleo commented 1 year ago

image

Workaround is set hasLineNumbers to false, this just occour when lineNumbers is enabled

jdrews commented 1 year ago

This is still happening when hasLineNumbers is set to false on 4.87.100.

jdrews commented 6 months ago

Confirmed still a problem on react-log-viewer version 5.1.0

image

andrewballantyne commented 5 months ago

@nicolethoen Is there any motion on this? We are running into it in OpenShift AI as well

github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 5.2.0-prerelease.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

pimentelleo commented 4 months ago

Glad to see it, thanks! I'll test soon

dlabaj commented 4 months ago

Issue was still being seen on OCP when there is data coming back over stderr & stdout. Reopening for further investigations.

dlabaj commented 4 months ago

Messages are being sent over stdout and stderr due to the script that is run with cockpit.spawn

The code is doing a CURL to retrieve the data.

jdrews commented 3 months ago

I have tried out react-log-viewer version 5.2.0 and I'm still seeing this bug. image