Ticket #2753 (closed feature: fixed)
Panel: Restore the active state of controls when panel is activate after deactivation.
| Reported by: | jorix | Owned by: | jorix |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.10 Release |
| Component: | Control.Panel | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The end user gets confused when panel is activating after deactivation. For example the NavigationHistory are shown as deactivated but when presses button it act properly. To handle more than one toolbar can be require deactivate and activate some panels.
In patch is proposed a new property saveState for panel that controls whether to save or not the state of active controls. When saveState is true the panel keeps to restore the active state of controls when panel is deactivated, later when the panel is activated all control active at deactivate moment are activated. See more on documentation into de patch for de saveState property. Default value proposed for saveState is true.
The patch also includes tests and changes in the examples panel.html and navigation-history.html in order to can activate and deactivate the panels.
SVN 10507

