#11574 closed defect (fixed)
dojox.dtl.dom.tag.test_tag_ifequal fails in FF
Reported by: | liucougar | Owned by: | Chris Mitchell |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX DTL | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
fail in both FF3.6 and 3.0 (with trunk at r22726)
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
+1 - the root cause is the whole mess created by dojo.attr
not working strictly on attributes.
comment:3 Changed 10 years ago by
Owner: | changed from Neil Roberts to Chris Mitchell |
---|---|
Status: | new → assigned |
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
one workaround is to add the following line
after line
dojo.attr(this._parent, key, value);
in dojox/dtl/dom.js