Opened 14 years ago
Closed 13 years ago
#2855 closed defect (fixed)
dojo.style(node, "cssText", ...) fails on opera
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | HTML | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.style(node, "cssText", ...)
will fail on Opera. The Dojo 0.4 copyStyle() function had special code for opera/cssText but the new Dojo 0.9 code doesn't.
Not sure if that's a bug or by design (there are no comments in _base/html.js for dojo.style.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from sjmiles to alex |
---|
comment:3 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8313]) Filed bug #2855 that dojo.style("cssText") doesn't work on opera; removed comments from code.
(Refs #2855)