01-16-2023, 02:34 PM
Hi All,
I recently updated Delphi to 10.4.2 and installed IW 15.2.32 and recompiled some of my programs. The compilation runs without problems, but when running the program, I have a problem with the taborder:
When a form is displayed, the cursor is in the component with taborder 0. In this case IWEdit1. When pressing the tab key, the cursor jumps outside the form, onto the other elements of the browser, instead of jumping to the component with taborder 1 inside the form. It's the same for all of theĀ browsers I have tested (Edge, Chrome, Cliqz and Firefox). To get to the component with taborder 1, I have to use the mouse.
FromĀ the component with taborder 1, to the following, the tab key then reacts as expected, all the way round until it again is in the component with taborder 0.
Also, backtab (shift-tab) works as usual, for all components, also the one with taborder 0.
Have anybody experienced something similar, and if, what did you do to solve the problem.
Regards
Soren
I recently updated Delphi to 10.4.2 and installed IW 15.2.32 and recompiled some of my programs. The compilation runs without problems, but when running the program, I have a problem with the taborder:
When a form is displayed, the cursor is in the component with taborder 0. In this case IWEdit1. When pressing the tab key, the cursor jumps outside the form, onto the other elements of the browser, instead of jumping to the component with taborder 1 inside the form. It's the same for all of theĀ browsers I have tested (Edge, Chrome, Cliqz and Firefox). To get to the component with taborder 1, I have to use the mouse.
FromĀ the component with taborder 1, to the following, the tab key then reacts as expected, all the way round until it again is in the component with taborder 0.
Also, backtab (shift-tab) works as usual, for all components, also the one with taborder 0.
Have anybody experienced something similar, and if, what did you do to solve the problem.
Regards
Soren