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

[TextField] multiLine looks bad on IE #4485

Closed
joewalker opened this issue Jun 13, 2016 · 3 comments
Closed

[TextField] multiLine looks bad on IE #4485

joewalker opened this issue Jun 13, 2016 · 3 comments
Labels
bug 🐛 Something doesn't work component: TextareaAutosize The React component.

Comments

@joewalker
Copy link

Problem description

In IE11, and I think also latest Edge, <TextField multiLine={true}/> looks bad. The biggest problem is the scrollbars, which are always there and which extend below the bottom of the text area when you only have 2 or 4 rows.
Also the hint text is miss aligned.

Versions

  • Material-UI: v0.15.0
  • React: v15
  • Browser: IE11+

ie-ugly

@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@oliviertassinari oliviertassinari added the component: text field This is the name of the generic UI component, not the React module! label Oct 19, 2016
@m2mathew
Copy link
Member

I can confirm that this is still happening in IE 11 today. We have a rowsMax={8} and have this beauty.

image

@m2mathew
Copy link
Member

Although for me it does look fine in IE11 proper. The above screenshot is our MUI app exported and living inside a .ASP website. 🚨

@oliviertassinari oliviertassinari added the bug 🐛 Something doesn't work label May 16, 2017
@oliviertassinari
Copy link
Member

That looks better on the v1-beta branch:
capture d ecran 2017-07-28 a 22 11 10

@oliviertassinari oliviertassinari added component: TextareaAutosize The React component. and removed component: text field This is the name of the generic UI component, not the React module! labels Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: TextareaAutosize The React component.
Projects
None yet
Development

No branches or pull requests

3 participants