#212 closed defect (fixed)
[patch] Manager.js blows on IE when iterates over available renderers.
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Apparently "vml" renderer doesn't define "prefixes". Manager assumes that "prefixes" is always defined and is an array.
My one-line fix checks for it, and replaces undefined values with empty array. Alternative is to define prefixes properly --- I couldn't find the place where it should be done.
Attachments (1)
Change History (5)
Changed 15 years ago by
Attachment: | dojo.manager.patch added |
---|
comment:1 Changed 15 years ago by
severity: | normal → major |
---|
comment:3 Changed 15 years ago by
Milestone: | → 0.2release |
---|
Note: See
TracTickets for help on using
tickets.
I changed severity level --- it affects widgets on IE.