Opened 14 years ago
Closed 14 years ago
#3589 closed defect (fixed)
dojo.data: should use dojo._destroyElement()
Reported by: | bill | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
dojox.data.dom.clean() and dojox.data.dom._ie_clobber() should be removed since Scott says it's not necessary anymore with the new dojo.connect() code in 0.9.
dojox.data.dom.destroyNode() should be removed, and references to it replaced with calls to new dojo._destroyElement().
There are also a bunch of places in XmlStore? that are suspect, although I'm unclear if it should be changed since it's dealing with XML instead of HTML.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Owner: | changed from skinner to Jared Jurkiewicz |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oops. Mistyped the ticket number.
Changed 14 years ago by
Attachment: | dojox.data_domPatch_20070801.patch added |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in changeset: http://trac.dojotoolkit.org/changeset/9908
Note: See
TracTickets for help on using
tickets.
(In [9843]) Added the explicit setting of fill and stroke styles for Rect.setShape() to counter yet another VML's bug. Thx, Jayant B. Sai. Fixes #3589.