Opened 10 years ago
Closed 10 years ago
#11643 closed defect (fixed)
EnhancedGrid breaks prototype of base classes of DataGrid
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.5.1 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | enhanced grid prototype inherit issue | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
E.g. dojox.grid._View.prototype._contentBuilderClass is changed in _Plugin.js.
This means that after one EnhancedGrid?'s preInit function is run, every _View that is instantiated from then on out will use dojox.grid.enhanced._ContentBuilder, even if it's not used in an EnhancedGrid?.
Change History (5)
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to evan |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
see #11641 for patch