Opened 10 years ago
Closed 10 years ago
#11770 closed defect (wontfix)
StackContainer useless resize() calling
Reported by: | jzi | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.5 |
Keywords: | StackContainer TabContainer resize peroformance | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
In use of StackContainer or TabContainer is useless call of resize() in each swich active container. If it is use in more complex widget (such as DataGrid), then selectChild() takes long time for useless resize() calling because resize() is called in rendering process. resize() is necessary to call only while first rendering or when parent widget is resized(window resize, etc).
Solution is in memorizing which cild has been resized and call resize() only when it is needed.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | resize.patch added |
---|
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
Makes sense, have you filed a CLA (or are working for a company with one)? http://dojofoundation.org/cla
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing due to lack of CLA.
Note: See
TracTickets for help on using
tickets.
patch