xceedsoftware/wpftoolkit

After update to from 4.4.0 to 4.5.0 <Window.InputBindings> stop working.

Closed this issue · 3 comments

I have WPF Window included DockingManager, after update to 4.5.0 version Window.InputBindings section with KeyBinding elemets stop working. Before update press key on keyboard simply executes binding command from InputBindings section, after update stops...
Anyone has the same problem?

I suspect this is related to (from https://github.com/xceedsoftware/wpftoolkit/wiki/Improvements-in-v4.5.0):
"In AvalonDock, all of the parent's InputBindings are now used by the floating windows.
In AvalonDock, reloading an application that contains LayoutDocumentFloatingWindows now keeps the InputBindings active in the floating windows.
"
Does anyone know how to fix this?

Hello,

Can you submit a sample so we could test this on our side ?
Please specify exactly the steps to reproduce the problem.

Thank you

I'm very sorry, the problem was elsewhere.