Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetricInput and TextArea Components are not working properly in Firefox #1404

Closed
souvik1000 opened this issue Aug 3, 2022 · 2 comments
Closed
Labels
good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com help wanted Extra attention is needed

Comments

@souvik1000
Copy link

souvik1000 commented Aug 3, 2022

Description

  1. The MetricInput component is not working properly. On Chrome, It's working fine, But for Firefox it's not working properly. Which you can see on the DS storybook itself.
    Inside Firefox, it's coming with two selector when I'm providing a suffix and due to that min-max functionality is not working properly. [Link to check in Firefox]

  2. Inside Firefox, I am not able to resize using the textarea-resizing button of the TextArea component. [Link to check in Firefox]

Steps to reproduce

  1. MetricInput:
    When I'm using the MetricInput component with the suffix inside Firefox, two handlers are coming on and before the provided suffix. If I'm providing min or max value on it, then also it's not working on it.

  2. TextArea:
    When I'm using the Textarea component inside Firefox, it's not providing the resize-textarea section to us.

Expected result

  1. MetricInput:
    expected-metricInput

  2. Textarea:
    expected-textarea

Actual result

  1. MetricInput:
    result-metricInput

  2. Textarea:
    result-textarea

@souvik1000 souvik1000 changed the title MatricInput and TextArea Components are not working properly in Firefox MetricInput and TextArea Components are not working properly in Firefox Aug 4, 2022
@satyamyadav satyamyadav added hacktoberfest https://hacktoberfest.digitalocean.com good first issue Good for newcomers help wanted Extra attention is needed labels Oct 3, 2022
@youngheart12
Copy link
Contributor

Here is separate PR for input metric : #2037

@youngheart12
Copy link
Contributor

PR 2 for Textarea : #2038

@anuradha9712

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants