Tab key doesn't work as expected when combobox keypress event is suscribed

0
0

Hi
Test in form:
I have a two combo box and one textbox and tab key works as expected.
When i suscribed keypress event in any combo or both, tab key doesn’t transfer focus to next control.
Note: this doesn’t happen if i suscribed another and only other event like combo keydown

Thanks in advance!

  • You must to post comments
0
0

Hi Ser,

thanks for your sample. I have tried here, but I think the problem was fixed in the meantime, i.e. your sample runs fine now.

I will inform you when a new build is available, so you can verify with your application.

Best regards
Frank

  • You must to post comments
0
0

Could you reproduce it?

Thanks in advance

  • You must to post comments
0
0

See attached demo contains controls with tab index sorted.
Please test to transfer to next controls with tab key a little times
I hope you can reproduce the issue.

I guess issue is related to keypress event, the issue not happens if you unscribe these events in all combos

Best regards!

  • You must to post comments
0
0

Hi Ser,

I have tried to reproduce this but failed so far.

Can you share the code you are executing in the KeyPress event handler ? Or is it enough to just subscribe to it ?

Maybe you can set up a small test case and send it to frank(at)iceteagroup.com ?

Thanks in advance !

Best regards
Frank

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.