Opened 11 years ago
Closed 11 years ago
#11014 closed enhancement (fixed)
[patch][cla] dijit.Tree when autoExpand true than set persist false
Reported by: | youngho | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | dijit.Tree | Cc: | |
Blocked By: | Blocking: |
Description
Because persist true is a defult mode, when autoExpand set to true the tree check the initState and touch cookie whenever the state change.
But these operation doesn't need.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | Tree.patch added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Sure, makes sense, thanks.