Opened 6 years ago
Last modified 5 years ago
#18876 new defect
dojox.mvc.Repeat doesn't handle relative widget class names.
Reported by: | Owned by: | Ed Chatelain | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | DojoX MVC | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you use contextRequire and a relative name (eg.
<div data-dojo-type="dojox/mvc/Repeat" data-dojo-props="children: [ 1, 2 ]">
<div data-dojo-type="./TestWidget?"></div>
</div>
) the inner widget is not found.
This was working in previous versions.
Change History (2)
comment:1 Changed 6 years ago by
Milestone: | tbd → 1.13 |
---|
comment:2 Changed 5 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.