Opened 10 years ago
Closed 9 years ago
#14927 closed defect (fixed)
dojox.widget.Toaster doesn't work with "fatal" type
Reported by: | helloworld | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Widgets | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
hi,
when set type with value "fatal", the color of toaster is green.
"warning" and "error" are OK.
dojo.publish("promptMessageTopic", [ { message: "Login failed. Please check your LDAP and password!", //type: "error", type: "fatal", //color is green, so is not correct. //type: "warning", duration: 3000 } ] );
Change History (2)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from dante to dylan |
Priority: | undecided → high |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
CSS typo, fixing this now.