#15731 closed defect (fixed)
[regression]dojox/html/_base set throws exception if parseContent is falsey
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dojox | Version: | 1.8.0rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
regressed since 1.8.0b1
call set with parseContent unset or set to something falsey. _parse will not get called from onEnd in the dojo/html _ContentSetter superclass, leading to an exception because this.parseDeferred is undefined in the dojox onEnd method.
It's also interesting to note that the parser seemed to get called even when parseContent was falsey up until the 1.8.0rc1 release.
Attachments (1)
Change History (5)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|---|
Owner: | changed from Adam Peller to bill |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Note: the only relevant tests we have for this code are in dojox/layout/tests/ContentPane.html, and dijit/layout/ContentPane (the superclass of dojox/layout/ContentPane) by default set parseContent: true, base on ContentPane's parseOnLoad attribute.
Changed 10 years ago by
Attachment: | html.patch added |
---|
Note: See
TracTickets for help on using
tickets.
candidate for 1.8