-
Notifications
You must be signed in to change notification settings - Fork 42
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
message bubbles don't expand #799
Comments
Tracked as release blocker because truncation may suggest loss of information to the user. |
Here's an STR for a similar issue:
ExpectedThe word to be wrapped across multiple lines with an indicator of wrapping or a horizontal scrollbar ActualWe cut off the word after around 97 characters |
Another STR for a different but related issue (this is for the preview of text):
OR
Expectedthree lines in the preview with a ActualFour lines in the preview, which looks a bit crowded (minor issue but worth reporting) |
^ yup that confirms the related issue but not the original issue reported here by @redshiftzero where the speech bubble doesn't entirely resize top to bottom to fit its content: #799 (comment) even though i can't repro, i wonder, since it's an intermittent issue, if it's because we are redrawing the speech bubble at the same time we are updating the text in the speech bubble |
ah this reminds me of what i saw when i did a bunch of testing here #688 (review) the issue had to do with the way ConversationView widgets (the message and reply speech bubbles) were being added/ reordered using the new index variable inline |
i'll try to repro by selecting a source and sending multiple messages in one sync to that source so that the GUI has to append multiple message widgets... it looks like you saw this behavior without having to send replies, so i'll just focus on messages for now |
@eloquence I've tried many different scenarios and cannot come up with an STR for what you saw here: #799 (comment) I think the only two takeaways from this issue so far are these two STRs, which I'll create issues for: |
I've not been able to repro either, even when nuking dev env while keeping client DB unchanged. Will keep an eye on it. |
Feel free to create a separate issue since I do believe it's a different issue than what @redshiftzero reported here. We can track these issues even without STRs. |
@redshiftzero since we've been unable to reproduce the original issue in your report (as opposed to long text truncation, tracked in #815), what do you think about deprioritizing this for now, and seeing if we can reproduce during the QA stage, while pulling in #815 for immediate work? |
yep, closing this in favor of those followups |
message bubbles (I saw this for replies at least) don't expand when the content exceeds the size of the bubble, it is instead truncated
The text was updated successfully, but these errors were encountered: