likeastore / ngDialog

Modals and popups provider for Angular.js applications
http://likeastore.github.io/ngDialog
3.14k stars 692 forks source link

Close button doesn't work on Firefox #556

Closed helder-jaspion closed 7 years ago

helder-jaspion commented 7 years ago

What version of ng-dialog are you using? 1.3.0

What version of AngularJS are you using? 1.6.4

What browsers are affected? Firefox

Please describe the issue After the close button became a button element rather than a hardcoded div, it is not clickable on Firefox browsers. This issue is related to #511 and #533

fhurta commented 7 years ago

Neither in IE11. The div element works well in Chrome, Firefox and IE11.

The button element styles in ngDialog do not even hide the button completely - there still remains a small button visible (button itself has size 0 but it has non zero border and padding).

I would vote for rollbacking #533 until better solution is ready