#9690 closed defect (fixed)
dojox.layout.ContentPane cleanContent doc error
Reported by: | Sam Foster | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Layout | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The API docs for the cleanContent param indicate that this flag scans for and removes:
* style nodes, inserts in Document head * title Node, remove * DOCTYPE tag, remove * `<!-- *JS code here* -->` * `<![CDATA[ *JS code here* ]]>`
In fact it will only remove title elements and the doctype.
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | DojoX Widgets → DojoX Layout |
---|
Note: See
TracTickets for help on using
tickets.
Fixed by r19676.