You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used ngDialog in my app and noticed strange look of the close button in Chrome. When trying in FF and IE11, it looks differently and in FF the click on the cross does not work at all (only clicking on the very small button itself).
I compared it to your Demo where it looks and works well. In the end I've noticed that while in the Demo the close button is rendered as <div>, in my case it is rendered as <button>. When I changed the element in browser dev tools to <div> it worked fine in all 3 tested browsers.
I used ngDialog in my app and noticed strange look of the close button in Chrome. When trying in FF and IE11, it looks differently and in FF the click on the cross does not work at all (only clicking on the very small button itself).
I compared it to your Demo where it looks and works well. In the end I've noticed that while in the Demo the close button is rendered as
<div>
, in my case it is rendered as<button>
. When I changed the element in browser dev tools to<div>
it worked fine in all 3 tested browsers.I open the dialog using
ngDialog.open()
method.ngDialog 1.3.0
angularJs 1.6.5
browsers tested: Chrome current, FF current, IE 11
Test at: https://codepen.io/exavier/full/NvqOgB/
The text was updated successfully, but these errors were encountered: