Opened 12 years ago
Closed 12 years ago
#9557 closed defect (invalid)
[CLA][PATCH] dojox.widget.Toaster with IE8
Reported by: | youngho | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Widgets | Version: | 1.3.0 |
Keywords: | Toaster IE8 | Cc: | |
Blocked By: | Blocking: |
Description
Looks like IE8 doen't need bgIframe treatment
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | Toaster.patch added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
as Bill points out, bgiframe is a no-op for non-ie browsers.
Note: See
TracTickets for help on using
tickets.
IE7 doesn't need it either (nor does FF or safari) but the BackgroundIframe? class is designed to do nothing except when instantiated on IE6, so it shouldn't matter if it's instantiated on all browsers.