#14411 closed defect (fixed)
dojox/form/ListInput AMD conversion: setContentSize typo'd as setContentBox
Reported by: | Kenneth G. Franqueiro | Owned by: | Kenneth G. Franqueiro |
---|---|---|---|
Priority: | high | Milestone: | 1.7.1 |
Component: | DojoX Form | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/form/ListInput
line 1005 contains a typo, referencing domGeometry.setContentBox
where it should reference setContentSize
.
(Incidentally, I'm not sure why that method is named setContentSize
and not setContentBox
, when the reciprocal is named getContentBox
...)
Note: See
TracTickets for help on using
tickets.
In [27317]: