#6743 closed defect (invalid)
Toasters in ie6
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | DojoX Widgets | Version: | 1.1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
I am having trouble with Toasters in ie6. I have the following test page that works fine in ff2:
http://www.smcing.com/toaster.html
But in ie6 get errors on dijit.byId(). What's odd is dijit.byId() works immediately after toaster is created.
What else is odd is that ie6 loads the toaster test page in dojox/widgets/tests fine.
Thanks,
Josh
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → tbd |
---|
comment:2 follow-up: 3 Changed 14 years ago by
Milestone: | tbd → future |
---|---|
Resolution: | → invalid |
Status: | new → closed |
dijit.byId won't work before the toaster is created, which is expected behavior ... I don't have IE6 readily available ... Would you mind to update the test to work against current trunk, and attach the testcase (or just the rendered html output of your test) ... please reopen if problem persists.
comment:3 Changed 14 years ago by
Replying to dante:
dijit.byId won't work before the toaster is created, which is expected behavior ... I don't have IE6 readily available ... Would you mind to update the test to work against current trunk, and attach the testcase (or just the rendered html output of your test) ... please reopen if problem persists.
Actually seems as if the problem might have been variable names? I had something like:
PB_Toaster = dijit.byId('PB_Toaster');
I changed the var name to just 'toaster' and now works in ie6. I don't understand it, but there it is.
mark all (open) tickets w/blank milestones to be "tbd"; their milestones need to be set to a version number or to "future"