Opened 15 years ago
Closed 15 years ago
#296 closed defect (fixed)
Dialog Widget error
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in widget/Dialog.js/setBackgroundColor
'color.toString()' raises Error in MS IE6.0
It works when I change the following 'color.toString() -> color.toHex()'
Note: See
TracTickets for help on using
tickets.
There was a bug in IE when using dojo.lang.extend fixed in 2669?.