Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
Editor TextBox stays after Alt-Tab to other running application or Click on a floating pane
posted

To reproduce:

1. Create a XamDataTree with some nodes, set AllowEditing to true.
2. Run and hit F2 to rename a node (but do not confirm by hitting Enter or clicking outside the TextBox).
3. Alt-Tab away and then back.
4. The TextBox is still there, the node is still in editing mode.

Instead of step 3, you can add a XamDockManager to the app, create a floating pane and from the node editor TextBox click into the floating pane. The TextBox does not disappear.

Questions:

1. Is this the intended behavior (I would expect a behavior similar to the windows explorer, Alt-Tab confirms the current value in the TextBox)?

2. If no, could you fix it please.

3. If yes, is there an easy way to achieve that Alt-Tab or clicking into a floating pane confirms the value in the TextBox and the node automatically leaves edinting mode?