Opened 14 years ago
Closed 13 years ago
#3682 closed defect (fixed)
parser unit tests are failing
Reported by: | alex | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Parser | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Priority: | normal → high |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Above change broke various things (like the tab label not matching the displayed contents) because it's now mixing in things as attribute values like the toString function (IE, native values). Offending line is apparently:
var attrValue = node.getAttribute(attrName)||node[attrName];
comment:4 Changed 14 years ago by
(In [9558]) reverting parser.js changes from chengeset 9557. broke: TabContainer?, Editor, and more. refs #3682 ... "bill made me doit."
comment:5 Changed 13 years ago by
Owner: | changed from alex to bill |
---|---|
Status: | reopened → new |
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [9552]) turn parsing on in the parser tests ;-). Refs #3682