Skip to content

Conversation

@zedwick
Copy link
Contributor

@zedwick zedwick commented Nov 12, 2025

When images load they are not shown in the chat app as it does not seem to redraw the message automatically.

This PR prompts the TextEdit component to refresh its content once the first image in the message loads.

Known issue: This will not ensure all images in a message will show, only the first; if others have loaded by that point then it'll show those too.

I am aware the chat app has a rewrite which will replace it. I'm happy enough to see this replaced, and if the new chat needs this fix too I think we can put a bit more effort in for the new app to show multiple images.

* Will only redraw when the first image has finished loading; may not show all images in a message
@ksuprynowicz ksuprynowicz added needs CR This pull request needs to be code reviewed needs QA This pull request needs to be tested labels Dec 5, 2025
Copy link
Member

@ksuprynowicz ksuprynowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Everything looks good :)

@ksuprynowicz ksuprynowicz added CR approved This pull request has been successfully code reviewed and removed needs CR This pull request needs to be code reviewed labels Jan 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CR approved This pull request has been successfully code reviewed needs QA This pull request needs to be tested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants