Only the left half of the button is clickable in IE

旧时模样 提交于 2020-01-16 06:38:28

问题


I have a code for a button in my HTML, and the button is working fine in Chrome and Firefox, however in Internet Explorer (10), only half the button is clickable!

<input type="button" value="Submit" data-ng-if="Ctrl.diaplay" data-ng-click="Ctrl.reload('custom')" class="submit__button">

I don't know how to explain what is happening better, but in IE, if you hover near the left edge of the button, it is clickable, however when you hover near the right edge, the button is not clickable.

来源:https://stackoverflow.com/questions/35803858/only-the-left-half-of-the-button-is-clickable-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!