Ticket #2855 (closed defect: fixed)

Opened 19 months ago

Last modified 4 months ago

dojo.style(node, "cssText", ...) fails on opera

Reported by: bill Owned by: alex
Priority: normal Milestone: 1.2
Component: HTML Version: 0.9
Severity: normal Keywords:
Cc:

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

Changed 19 months ago by bill

(In [8313]) Filed bug #2855 that dojo.style("cssText") doesn't work on opera; removed comments from code.

(Refs #2855)

Changed 19 months ago by sjmiles

  • owner changed from sjmiles to alex

Changed 9 months ago by dylan

  • milestone set to 1.2

Changed 4 months ago by alex

  • status changed from new to closed
  • resolution set to fixed

(In [14412]) ensure that cssText works as intended. Fixes #2855. !strict

Note: See TracTickets for help on using tickets.