xsharp.eu • Bug Report: DialogWindow as Tab with Default Button
Page 1 of 1

Bug Report: DialogWindow as Tab with Default Button

Posted: Mon Oct 05, 2020 2:28 pm
by rjpajaron
In our apps, there is tabcontrol that hosted several DialogWindow in tab mode. One of the them has a button set as Default Button. However, when pressing ENTER, it does not trigger the "button onclick event",

This is present in VO. To work around this: "Tab Key = Form Only" which kind of sucks because it loses some user interaction on other tabs.

On X# apps, I set the "Tab Key = Include Parent" and the default button no longer works.

Bug Report: DialogWindow as Tab with Default Button

Posted: Mon Oct 05, 2020 3:06 pm
by Chris
Hi Rene,

Can you create a sample reproducing this? Just create a standard MDI app in VO, add a window with such tab controls that demonstrates this behavior of VO and send it here. Then we can export it also in X# and if the difference is reproducible, we will look into what is causing this and will fix it.