Navigation panel Auto Collapse OnControlLostFocus

Navigation panel Auto Collapse OnControlLostFocus

avatar
Younes
Disabled

Hello,

I'm working with Remote Desktop manager version 3.0.16.0 by keeping the navigation panel collapsed almost time.
When i open navigation panel, it is not collapsed automatically until i click somewhere else in the desktop or other application,
Seems that the Change Visibility to collapsed is updated only when lost focus event happen on the Main Window and not on the navigation panel control itself.

Scenario to reproduce the issue:











I've uploaded a screencast to show the issue at https://www.screencast.com/t/aTcCzQUv :)

Regards,
Younes


All Comments (3)

avatar

Hi,
We are aware of this problem and the problem is that the lost focus is not called when you click in the dashboard. There is nothing we can do. For example if you click in the filter, it will collapse the navigation pane since the textbox get the focus. This is not the case of the dashboard (it's not editable).

I already tried to find a workaround but haven't been successful. Do you have an idea?

Regards

David Hervieux

avatar












Hi,

In the example i've shared via Screencast, i clicked on the tab 'Information' which is not editable but focusable and the navigation panel didn't collapse automatically.
I don't know which event handler is collapsing the panel, but IMHO, it should be the handler of Navigation Panel LostFocus event and not the GotFocus event of other controls :)

Regards,
Younes


avatar

That's what we do but it does not work. I'm working on something else as a workaround.

Regards

David Hervieux