ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.02k stars 13.51k forks source link

bug: Ionic textarea disabled no scroll allowed in Firefox browser #28974

Closed ahmedabdelhafez closed 8 months ago

ahmedabdelhafez commented 8 months ago

Prerequisites

Ionic Framework Version

v6.x

Current Behavior

i use textarea in my app and it's behavior is disabled in some cases, when test and debug it in chrome and edge it's working fine and when try it in Firefox the scrollbar for disabled input disappears after about 500ms.

Expected Behavior

the scroll is shown in disabled field and working as expected to scroll like other browsers

Steps to Reproduce

  1. inspect the field in Firefox browser
  2. disabled the field
  3. add extra values multiple line to exceed the defined rows
  4. scroll must appear because it has a fixes height

Code Reproduction URL

No response

Ionic Info

i test in ionic v6

Additional Information

No response

ionitron-bot[bot] commented 8 months ago

Thanks for the issue! This issue has been labeled as needs reproduction. This label is added to issues that need a code reproduction.

Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.

If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.

For a guide on how to create a good reproduction, see our Contributing Guide.

averyjohnston commented 8 months ago

This issue is being closed due to lack of a reproduction. If this is still a problem in the latest version of Ionic, please open a new issue and ensure the template is fully filled out. Thank you!