-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Long messages in panel notifications aren't displayed properly #6359
Comments
Looks like an upstream issue with Notyf.js, see caroso1222/notyf#137 |
Thank you for the very fast response, I'll go look around over there! |
Got a fix over in #6360 |
I'll stop looking! that's great, thank you so much! |
Is this in the 1.4.0rc2? I still see my messages cut short, but to the right side, not at the bottom. |
Can you post a screenshot? |
I just updated to 1.4.0rc1 and it is working properly, the whole notification is the appropriate color 😎 |
@philippjfr yes, please see below. this appears to be an issue with very long strings with no spaces. I do have a use case for them (long database IDs) |
are there any work arounds to increase the size of the notification box ? |
ALL software version info
Python 3.11.8
Panel 1.3.8
Observed in both Chrome and Edge
Description of expected behavior and the observed behavior
Error messages in notifications are displayed with white text with a red background and it works perfectly for short messages, but for long messages the white text seems to overrun the red background and is lost in the notification. If the user highlights the text, it shows up, but it would be ideal if the background filled the entire notification box instead of the way it is displayed (looks like part of a circle to me)
Complete, minimal, self-contained example code that reproduces the issue
Image showing the notification:
Image showing the text is there, when highlighted:
I'd be happy to help with a fix if someone could point me where to start, I poked around and it wasn't apparent to me where the root issue was, and perhaps it's upstream in Bokeh..
The text was updated successfully, but these errors were encountered: