iachat/app/javascript/dashboard/components-next/message/bubbles
Pranav 94baba1d15
fix: Use textContent as fallback for htmlContent instead of content.value (#10901)
Some emails contain HTML content within the text part, but our content
parser currently strips HTML automatically, which needs a proper fix. In
the new UI, the fallback for HTML content was set to the parsed content,
which may omit HTML tags, leading to issues like missing inline
attachments.

This PR updates the fallback mechanism to use the text content instead
of the parsed content, ensuring HTML elements are preserved.

Fixes
https://linear.app/chatwoot/issue/CW-4046/text-content-is-not-respected-in-emails
2025-02-13 19:23:04 -08:00
..
Email fix: Use textContent as fallback for htmlContent instead of content.value (#10901) 2025-02-13 19:23:04 -08:00
Text revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00
Activity.vue revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00
Audio.vue feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
Base.vue revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00
BaseAttachment.vue fix: TypeError - Cannot read properties of null (reading 'name') (#10887) 2025-02-12 12:31:54 +05:30
Contact.vue feat: Show shared contact's name in Telegram channel (#10856) 2025-02-11 19:39:54 +05:30
CSAT.vue feat: add CSAT & Form bubble (#10711) 2025-01-17 15:30:52 +05:30
Dyte.vue fix: TypeError - Cannot read properties of null (reading 'name') (#10887) 2025-02-12 12:31:54 +05:30
File.vue feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
Form.vue feat: check if item is present (#10715) 2025-01-18 18:31:07 +05:30
Image.vue fix: CORS issue with file download (#10755) 2025-01-27 14:33:12 +05:30
InstagramStory.vue fix: v4 ui issues (#10652) 2025-01-08 18:17:50 +05:30
Location.vue feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
Unsupported.vue feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
Video.vue feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30