Commands binded to Button do not work
molszews opened this issue · 3 comments
During development I've noticed that commands binded to buttons are not executed. I thought that it may be something with my code, but the same thing is happening in provided sample apps. However commands are executed correctly when fired from menu.
I am using win10 x64 and it is a bit of showstopper to me.
edit: I've noticed that clicking on button with mouse sometimes does work, hitting enter on keyboard however does not
edit2: registering to button's onClick event works with mouse and with keyboard
Can you show any code reproducing the problem ?
Sure, please execute code provided in Examples.Commands on project's github. It is showing button with binded command which shows messagebox. Currently i cannot fire button with keyboard, nor close messagebox (I hava to use mouse in first case).
marek
Date: Tue, 24 May 2016 14:55:54 -0700
From: notifications@github.com
To: consoleframework@noreply.github.com
CC: marek.olszewski@outlook.com; author@noreply.github.com
Subject: Re: [elw00d/consoleframework] Commands binded to Button do not work (#30)
Can you show any code reproducing the problem ?
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
Thanks, fixed in develop.
About closing message box: there are no logic bound to OK button, unfortunately, will do this too