-
Notifications
You must be signed in to change notification settings - Fork 263
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
"Undo" message doesn't resize if text is longer #6364
"Undo" message doesn't resize if text is longer #6364
Comments
Possibly a bug of https://github.com/nextcloud/nextcloud-dialogs/ because I don't think this app influences how the text is styled |
Yes, possible. Should I open a bug report over there? The problem here was the first time I was facing this issue... |
One of us will have a look, no worries. If it's a bug there then we can create another ticket. For now I'd leave it here until my suspicion has been verified. |
I had a closer look at the code. I think that it is indeed a problem in the dialogs repo... The undo button will be added to the toast message there... Seems like the space reserved for the button stays in the size of the "Undo" text even if there is a longer text ("Rückgängig") so the toast message isn't correctly resized to the bigger button. |
thank you so much for investigating, i will fix this asap |
Steps to reproduce
Expected behavior
Message popup should resize to the text length + button width
Actual behavior
Message popup seems to have a fixed with:
Mail app version
1.12.0
Mailserver or service
No response
Operating system
No response
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database
PostgreSQL
Additional info
No response
The text was updated successfully, but these errors were encountered: