Opened 10 years ago
Closed 9 years ago
#11759 closed defect (fixed)
[PATCH][CLA]GridContainerLite postCreate call twice unnessary
Reported by: | youngho | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Layout | Version: | 1.5 |
Keywords: | GridContainerLite | Cc: | |
Blocked By: | Blocking: |
Description
postCreate: function(){
console.log("dojox.layout.GridContainerLite? ::: postCreate"); this.inherited(arguments);
...
...
...
Call postCreate of dijit.layout._LayoutWidget. this.inherited(arguments);
}
But _LayoutWidget postCreate method was removed at #22778 already.
I am not sure why this.inherited(arguments) call start/end point originally, But even though the last this.inherited(arguments) removed, it looks like that the GridContainer? works well without any problem.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | GridContainerLight.patch added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Hi, Anyone apply this patch ?