#6286 closed defect (invalid)
Toaster does not work with Dialog up
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Widgets | Version: | 1.0 |
Keywords: | dojox Toaster Dialog | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
I was trying out the Toaster widget and I noticed that it doesn't work when a dialog is up. The toaster always moves to the upper left corner of the dialog's title bar, underneath the dialog's Title text.
Tested with 1.0 and 1.1b3.
<div dojoType="dojox.widget.Toaster"
id="PB_Toaster" jsId="PB_Toaster" positionDirection="tr-down" style="display:hide" duration="2500"></div>
Thanks!
Josh
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
ok - this is still a bug, but works as described above if you forget to load dojox/widget/Toaster/Toaster.css (which isn't mentioned on the dojo book page). When loading the CSS the wiget appears in what can only be described as "odd" positions.
Can the book page:
be updated to show inclusion of Toaster.css?
Josh
comment:3 Changed 14 years ago by
Little more info - seems like if the Toaster widget is declared in the page content returned by the dialog (via an href for example) then the above behavior happens. If I move the Toaster div to the main page what also defines the dialog then the Toaster appears where it should (though it is grayed out). I'm not sure what an "ideal" solution would be - it'd be nice I guess if the Toaster appeared in the Dialog's corners but I can see cases with small dialogs where that is not desirable.
Josh
comment:4 follow-up: 5 Changed 14 years ago by
Description: | modified (diff) |
---|
Can you possibly attach a testcase demonstrating this not working? There seems to be varying levels of "bug" in this ticket.
comment:5 Changed 14 years ago by
Replying to dante:
Can you possibly attach a testcase demonstrating this not working? There seems to be varying levels of "bug" in this ticket.
I'm confused because something changed in my page and now the Toaster does appear in the corners of the Dialog popup instead of greyed out in the main content. I would say close the bug. I will re-open if I can find a definitive case where not working as expected. Might be good to update Toaster docs/test page to have a Toaster from a Dialog test case though?
Josh
comment:6 Changed 14 years ago by
Milestone: | → tbd |
---|
mark all (open) tickets w/blank milestones to be "tbd"; their milestones need to be set to a version number or to "future"
comment:7 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
no testcase available. one thing it might be is a simple z-index issue in the CSS, placing the toaster above the Dialog underlay (setting toasters z-index to the same as Dialog should work), but would still love a testcase. please reopen if you can track it down.
I meant to say "The text always moves to the upper left"
Johs