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

Enhance TextArea to behave in IE, Edge and Safari the way it does in Chrome and FireFox. #864

Open
hbowden opened this issue Jul 5, 2018 · 4 comments
Assignees

Comments

@hbowden
Copy link
Contributor

hbowden commented Jul 5, 2018

TextArea has a scrollbar instead of the traditional pulley thing that textareas have. because of this textarea cant be resized.
2018-07-05 09_45_23-react atlas style guide - internet explorer

@stuller
Copy link
Contributor

stuller commented Jul 5, 2018

Harry, I think that's just how textareas work in IE and Edge.
You can see the same thing happens with the traditional html textarea by trying this link in those browsers.
https://html.com/tags/textarea/
I don't think this is a bug, I think it's a "working as browser intends"

@hbowden
Copy link
Contributor Author

hbowden commented Jul 5, 2018

So do we want our TextArea to act differently on Edge and IE or should it act like it does on every other browser?

@stuller
Copy link
Contributor

stuller commented Jul 5, 2018

Maybe have this be a future enhancement? Since that's just the way those browsers handle textarea, I wouldn't consider this a bug or a need for 0.1.0

@stuller stuller changed the title TextArea partially broken in IE. Enhance textarea to behave in IE the way it does in other browsers Jul 5, 2018
@hbowden
Copy link
Contributor Author

hbowden commented Jul 5, 2018

Could probably add this to the build: https://www.npmjs.com/package/resize-polyfill . Plus add some CSS to remove the scrollbar on the right hand side of the TextArea. Also apparently it affects Safari as well.

@hbowden hbowden changed the title Enhance textarea to behave in IE the way it does in other browsers Enhance TextArea to behave in IE, Edge and Safari the way it does in Chrome and FireFox. Jul 5, 2018
@hbowden hbowden self-assigned this Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants