Opened 10 years ago
Closed 9 years ago
#13516 closed defect (fixed)
Widgets that inherit from dijit._Container should not allow html children
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
According to the dijit policy, container type widgets should take only widgets as their children and html contents should not be allowed. Some of the dojox.mobile widgets allow html contents even though they are container type widgets. They should either:
- be non-container type widgets
- disallow html contents
Change History (4)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.7 → 1.8 |
---|---|
Status: | new → assigned |
Some of the widgets still violate the dijit policy.
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed the other widgets with #14638.
Note: See
TracTickets for help on using
tickets.
(In [25902]) Refs #13516 !strict Removed _Container from dojox.mobile.ContentPane.