Opened 9 years ago
Closed 9 years ago
#14504 closed defect (fixed)
Pagination plugin (EnhancedGrid) causes recursion if placed in BorderContainer
Reported by: | adros | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.2 |
Component: | DojoX Grid | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If an EnhancedGrid? with Pagination plugin is placed inside BorderContaier?, these lines cause recursion:
283 this._originalResize = lang.hitch(g, "resize");
284 g.resize = function(changeSize, resultSize){
285 _this._changeSize = changeSize;
286 _this._resultSize = resultSize;
287 _this._originalResize();
288 };
I attach a sample and also patch that reverts line 287 to state before commit "5d2e4e073c" and fixes this problem.
Attachments (2)
Change History (3)
Changed 9 years ago by
Attachment: | Sample.html added |
---|
Changed 9 years ago by
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.6.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks, adros,
It's actually a regression by [27395], already fixed with [27440]