I have a page already build with a dijit.ToolBar as part of the page
, and I am adding a Toaster to it after the fact by:
function surpriseMe() {
dijit.byId('toast').setContent('Version: 0.1rc3
I have a page already build with a dijit.ToolBar as part of the page
, and I am adding a Toaster to it after the fact by:
function surpriseMe() {
dijit.byId('toast').setContent('Version: 0.1rc3
Hello,
I have found that the toaster will render behind any non-transparent elements.
I fixed it by the following edit to /dojox/widget/Toaster/Toaster.css.
move the z-index: 5000; from class dijitToasterContainer to dijitToasterClip
Should a bug report be raised for this?
Regards,
Stefaan