Ticket #6743 (closed defect: invalid)

Opened 7 months ago

Last modified 4 months ago

Toasters in ie6

Reported by: guest Owned by: dante
Priority: normal Milestone: future
Component: DojoX Widgets Version: 1.1.0
Severity: normal Keywords:
Cc: josh@…

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

  Changed 5 months ago by bill

  • milestone set to tbd

mark all (open) tickets w/blank milestones to be "tbd"; their milestones need to be set to a version number or to "future"

follow-up: ↓ 3   Changed 4 months ago by dante

  • status changed from new to closed
  • resolution set to invalid
  • milestone changed from tbd to future

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.

in reply to: ↑ 2   Changed 4 months ago by trutwijd

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.

Note: See TracTickets for help on using tickets.