iachat/app/javascript/dashboard
Sivin Varghese 458bf1803e
fix: Emoji rendering issue with <textarea/> in chrome (#11312)
# Pull Request Template

## Description

This PR resolves a Chrome-specific rendering bug where emojis in the
`<textarea>` of the reply box display a shadow or different color tone
when placed at the start of the input without a leading space.

**Solution:** Removed the border-radius from the textarea in the Reply
box component, which resolves the rendering issue in Chrome

**Cause:** This appears to be a Chrome rendering bug related to how
border-radius is handled on form elements, especially with emojis. The
exact cause is unclear, but there is some known issue
[Chromium Issue 40333458](https://issues.chromium.org/issues/40333458)
[Related Chromium
Duplicates](https://issues.chromium.org/issues/40333458/dupes)

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## How Has This Been Tested?

### Screen recording

**Before**


https://github.com/user-attachments/assets/618de129-5631-4c7c-ab0b-7188b83c6bf1

**After**


https://github.com/user-attachments/assets/bb3adcbe-e603-4792-a8fd-51501d284c78





## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2025-04-16 12:21:28 +05:30
..
api feat: Added the ability to create Instagram channel (#11182) 2025-04-03 13:57:14 +05:30
assets chore: Update date range picker with new theme colors (#11267) 2025-04-09 16:03:53 +05:30
components fix: Emoji rendering issue with <textarea/> in chrome (#11312) 2025-04-16 12:21:28 +05:30
components-next fix: Display error message on empty response from Captain (#11302) 2025-04-15 13:20:06 +05:30
composables fix: stale report value shown if summary fetch breaks (#11270) 2025-04-15 20:18:06 +05:30
constants feat: Add visibility checks for installation types (#10773) 2025-02-21 14:48:31 -08:00
helper feat: allow role based filtering on the frontend (#11246) 2025-04-09 11:46:20 -07:00
i18n fix: Display error message on empty response from Captain (#11302) 2025-04-15 13:20:06 +05:30
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules chore: Update buttons in dashboard (#11145) 2025-03-31 17:21:32 -07:00
routes fix: stale report value shown if summary fetch breaks (#11270) 2025-04-15 20:18:06 +05:30
store fix: stale report value shown if summary fetch breaks (#11270) 2025-04-15 20:18:06 +05:30
App.vue feat: Upgrade page instead of banner (#11202) 2025-03-28 02:28:17 -07:00
featureFlags.js feat: Instagram Inbox using Instagram Business Login (#11054) 2025-04-08 10:47:41 +05:30