fix: Text area only shows the last line of the message for very long texts #31252 #31257 - #31262
Conversation
…hed to any other page
|
|
Thanks for your contribution, I'm going to review this PR Questions? Help needed? Feature Requests?
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #31262 +/- ##
===========================================
- Coverage 49.36% 49.33% -0.04%
===========================================
Files 3310 3308 -2
Lines 81302 81299 -3
Branches 16651 16650 -1
===========================================
- Hits 40138 40105 -33
- Misses 36470 36498 +28
- Partials 4694 4696 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Is it still on check? or did I do something wrong? @hugocostadev |
hugocostadev
left a comment
There was a problem hiding this comment.
Looks good for me!
Thanks a lot for your contribution man! 🚀
…hideUi * 'develop' of github.com:RocketChat/Rocket.Chat: (112 commits) chore: update yarn.lock chore: Replace `FramedIcon` in favor of fuselage component (#31356) chore: fix dep version Release 6.5.2 fix: wrong value used for workspace registration ci: update release PR description with change log fix: inquiries being limited to 50 items (#31267) fix: close image gallery on backdrop click (#31344) fix: No error message when uploading a file that is not allowed (#31346) fix: Text area only shows the last line of the message for very long texts #31252 #31257 (#31262) chore: adding new streamer event for imported messages (#31063) chore: adapt read receipts feature to work without oplog on msgs (#30996) chore: remove Messages model dependency of Rooms model (#31272) chore: `Card` normalization (#31335) refactor: unify useStream and useSingleStream (#31326) chore: add new msg stream for reported msgs (#31087) Bump 6.5.2 feat: Highlight words in thread messages (#31281) fix: Show only departments that are allowed on registration page on livechat widget (#31302) fix: Fallback forward department not working as expected on chat forwarding (#31296) ...
Proposed changes (including videos or screenshots)
Video AFTER the fix made by me (My proposed changes):-
https://github.com/RocketChat/Rocket.Chat/assets/112304873/e2576610-c5d5-4d36-9d73-411512e2b3b1
Before when we wrote some long text in the textarea of the chat directory and go to someother page and comeback, we used to get a glitched textarea where we CANT EVEN SCROLL through the bigger texts and the textarea appears in ONE LINE.
Video BEFORE the fix made by me (Issue video):-
https://github.com/RocketChat/Rocket.Chat/assets/112304873/41a51600-6145-4fcf-8957-d4f6e9bfa05d
Now after the fix, when we leave the page where we had the big text and comeback, we get the SAME SIZE OF THE TEXTBOX we got when we initailly left it and can SEAMLESSLY SCROLL. It doesnot appear glitchy.
Issue(s)
This should close issues :-
fix #31252
fix #31257
fix #30965
Steps to test or reproduce
Further comments