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
Current behavior:
When using the ToastrService on IE11 the error The object doesn't support this property or method "contains" in NbToastrContainerRegistry might happen.
The cause is that :
IE does not regard 'document' as a node and I needed to use 'document.body.contains' to determine items at the end of the row.
Steps to reproduce:
I tried to reproduce it but it seems pretty random.
The fact that currently we're calling contains on the document sounds like an error anyways.
Other information:
npm, node, OS, Browser
Browser: IE11
Angular, Nebular
Nebular: 3.5.0
Angular: 7.2.0
The text was updated successfully, but these errors were encountered:
Issue type
I'm submitting a bug report
Issue description
Current behavior:
When using the ToastrService on IE11 the error
The object doesn't support this property or method "contains" in NbToastrContainerRegistry
might happen.The cause is that :
as explained in this Stack overflow answer.
Expected behavior:
This bug should not happen.
Steps to reproduce:
I tried to reproduce it but it seems pretty random.
The fact that currently we're calling contains on the document sounds like an error anyways.
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: