Firefox TextArea height issue#7210
Conversation
|
Hey, I'll add desktop and ios screenshots asap. |
|
updated |
|
@kursat Looks like there's some extra height at the top for iOS |
|
Hey @rushatgabhane, I checked this problem, it was already there before my solution. Should I still fix that? If I should, should I cancel the PR and re-propose?
|
|
@kursat thanks so much for checking it out! In that case, no need to fix it in this PR. It's unrelated to the issue. |
rushatgabhane
left a comment
There was a problem hiding this comment.
LGTM! 🎉
All yours @NikkiWines
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
@kursat just FYI I believe we generally prefer to have more descriptive PR titles |
|
Hey @NikkiWines, sorry I didn't notice the title. It was my branch name. Will be more careful next time. |
|
🚀 Deployed to staging by @NikkiWines in version: 1.1.30-4 🚀
|
|
🚀 Deployed to production by @chiragsalian in version: 1.1.31-1 🚀
|

Details
Firefox adds height to the TextArea to reserve place for scroll-bars. Because of that, initial heights are different in firefox and chrome. This causes scrollHeight difference and height issue on firefox.
Fixed Issues
$ #7103
Tests
QA Steps
Tested On
Screenshots
Web
number-of-rows-chrome.mp4
number-of-rows-firefox.mp4
Mobile Web
number-of-rows-chrome-mobile.mp4
number-of-rows-firefox-mobile.mp4
Desktop
number-of-rows-desktop.mp4
iOS
number-of-rows-ios.mp4
Android
number-of-rows-android.mp4