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.