#7829 closed defect (fixed)
[patch]dojox.grid.cells._Widget doesn't respect widgetClass in markup
Reported by: | Bryan Forbes | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.2.1 |
Component: | DojoX Grid | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When using widgetClass from markup, the dojo.getObject in the constructor for dojox.grid.cells._Widget fails. This dojo.getObject should be wrapped in a typeof check:
if(typeof this.widgetClass == "string"){ this.widgetClass = dojo.getObject(this.widgetClass); }
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | 7829_gridCellWidgetClass-1.2.patch added |
---|
comment:1 Changed 11 years ago by
Summary: | dojox.grid.cells._Widget doesn't respect widgetClass in markup → [patch]dojox.grid.cells._Widget doesn't respect widgetClass in markup |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
fixed for 1.2.1 in [15504].
Note: See
TracTickets for help on using
tickets.
Patch against 1.2 branch which fixes this issue