Toast: Shows `null` for title and caption in IE11
See original GitHub issueDetailed description
Describe in detail the issue you’re having.
Running the following code works fine in all browsers but IE11 shows additional content
const bannerContent = {
title: message.message,
type: message.type === MessageType.Error ? "error" : "info",
target: "#toast-root",
duration: message.duration,
};
this.bannerService.showToast(bannerContent);
- Fix
null
showing in the notification body - Fix notification context doesn’t wrap
Is this a feature request (new component, new icon), a bug, or a general issue?
Bug
Is this issue related to a specific component?
Toast
What browser are you working in?
IE11
What version of the Carbon Design System are you using?
2.0.3 with 9.46.0 of carbon-components
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Toast: Shows null for title and caption in IE11 #253 - GitHub
Describe in detail the issue you're having. Running the following code works fine in all browsers but IE11 shows additional content. const ...
Read more >Ext.Toast - API Manual
Summary. A 'Toast' is a simple message that is displayed on the screen and then automatically closed by a timeout. Think about it...
Read more >Title attribute not working in IE11 - Stack Overflow
By setting it to none, it means your mouse can't interact with the element and therefore it cannot hover it to show the...
Read more >Ext.Toast | Ext JS 6.5.0 - Sencha Documentation
A 'Toast' is a simple modal message that is displayed on the screen and then automatically closed by a timeout or by a...
Read more >Table | Components - BootstrapVue
Table. For displaying tabular data, <b-table> supports pagination, filtering, sorting, custom rendering, various style options, events, and asynchronous ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cal-smith we have also run into this issue. Can this be fixed soon as we are planning our first public release in the next month.
There are a couple of issues in the Toast documentation
danger
message