-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Rendering Issues #32
Comments
This would be so wonderful @cblgh ❤️ 🎉 🌟 |
I think I've started disentangling things. I also see issue #10, and I suspect this warning might be causing a rendering issues for me as soon as the app starts - but only on Node 10.3.0. When I use Node 9.11.1 I don't see this warning, and I also don't see the rendering issue when the app starts. But I do see the same rendering issue later on if I type long sentences with many words. Fundamentally what I think triggers the rendering issue is when the input in the text entry area at the bottom of the screen grows beyond a certain size. Issue #10 just happens to trigger the rendering issue earlier. Test environmentOperating System: Mac OS X 10.11.6 (El Capitan) ScreencastScreenshots |
@julianpistorius wow i can't believe i missed this excellent screencast, thank you so much! i think you might be right in the problems stemming from text areas becoming outsized. it looks like this causes issues in diffy scat has had problems with this as well, but fixed them through limiting text output stripedpajamas/scat#3 |
closed!!! commits:
|
Cabals with many messages have issues rendering them properly. Often times the input bar is overwritten, or collides with the backlog and the nick window seemingly has duplicates.
I think these issues stem from bugs in diffy and maybe also from txt-blit (since they are used in combination).
I want to start august's coding off by either finding and defeating these bugs, or by writing a new cli-frontend that doesn't suffer from them.
Rendering issues
The text was updated successfully, but these errors were encountered: