Skip to content

Disabled input still clickable in IE11 #1790

New issue

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

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

Already on GitHub? # to your account

Closed
x-or opened this issue Jul 4, 2014 · 2 comments · Fixed by #6215
Closed

Disabled input still clickable in IE11 #1790

x-or opened this issue Jul 4, 2014 · 2 comments · Fixed by #6215

Comments

@x-or
Copy link

x-or commented Jul 4, 2014

http://jsfiddle.net/Brj8m/

@eliseumds
Copy link

The same in Chrome 35.0.1916.153. It's OK in Chrome Canary 38.0.2082.0 canary (64-bit).

@zpao
Copy link
Member

zpao commented Jul 7, 2014

This is actually an <input> - we've added the workarounds to make sure disabled <button>s actually behave correctly here. This holds for all disabled inputs it seems.

@zpao zpao changed the title Disabled button still clickable in IE11 Disabled input still clickable in IE11 Jul 7, 2014
nhunzaker added a commit to nhunzaker/react that referenced this issue Mar 16, 2015
Takes some code from ReactDOMButton in order to solve the same problem
within ReactDOMInput, ReactDOMSelect, and ReactDOMTextarea.
# for free to join this conversation on GitHub. Already have an account? # to comment