-
Notifications
You must be signed in to change notification settings - Fork 614
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
Incorrect display of text for too long strings when displaying a message in the "Error message" #1943
Closed
1 of 2 tasks
Comments
itspec-ru
changed the title
[BUG] Incorrect calculation of the lines number for "Error message" if strings too long
[BUG] Incorrect display of text for too long lines when displaying a message in the "Error message"
Feb 15, 2024
itspec-ru
changed the title
[BUG] Incorrect display of text for too long lines when displaying a message in the "Error message"
Incorrect display of text for too long strings when displaying a message in the "Error message"
Feb 15, 2024
DaveDavenport
added a commit
that referenced
this issue
Feb 15, 2024
Can you test if commit fixes it? |
Yes... The last commit fixes it. Thanks! |
Thanks for testing! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Rofi version (rofi -v)
1.7.5-178-git-9cea843b (git-r3/HEAD)
Configuration
https://gist.github.com/itspec-ru/c97ade4617b37a7c178e5c4fa942832c
Theme
https://gist.github.com/itspec-ru/9cb5b44dc3bda3b835d67077e367b152
Timing report
No response
Launch command
rofi -e $(echo "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345")
Step to reproduce
rofi -e $(echo "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345")
Expected behavior
In "Error message box" must displayed
12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345
Actual behavior
but in reality, the line is displayed shorter
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234
Additional information
bash script for testing
Using wayland display server protocol
I've checked if the issue exists in the latest stable release
The text was updated successfully, but these errors were encountered: