Opened 14 years ago
Closed 13 years ago
#3625 closed defect (fixed)
RichText: styleSheet code problems
Reported by: | bill | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
RichText? has a function called removeStyleSheet() that's calling dojo.html.removeNode(link) (which of course is not a function in dojo 0.9). Need to fix that code (maybe use dojo.query() too).
Better yet, how about just getting rid of the whole removeStyleSheet() method, and everything in RichText? related to custom stylesheets?
Change History (3)
comment:1 Changed 13 years ago by
Owner: | changed from alex to liucougar |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [9889]) fixes #3625: use dojo.query and adds a test case