Hi,
here is my issue, i have a XamDockManager and when I save its layout and load it twice i got this exception :
Is that a bug or is that me doing something wrong (the sample on the website works perfectly).
Fabien.
Hi Konstantin,
I checked the steps and that's exactly the same exception.
Regards.
HI Fabien,
sorry for the late response.
I reproduce an issue that is probably the same as the one you have found.The only difference with steps to reproduce you described is that instead of pinning the pane I unpinned them. The resulting exception seems to be the same as the one I saw in your screenshot. One more thing is that there the pane that is being unpinned need to be TabGroupPane.
I've created a support case with ID: CAS-89969-KRGSFB and the internal issue ID is #110364.
Could you please verify that this is the exact issue. I attached modified version of your sample. You could reproduce it by following steps:
Thanks again for reporting this.
Regards,
I would know if a case was opened because I don't have any news about this.
Hi again,
this sure looks like a bug. Thanks for taking the time to report it.
We'll look into it shortly and submit an internal issue and create a support case on your behalf so you could easily track the progress on it.
Me again,
I think I found a real bug this time. The scenario is :
- pin one or more pane,
- save the dockmanager,
- close one or more of the pinned pane,
- load the dockmanager -> exception !!
I tried on the website and the result is the same :