Tabbing sequence problem

0
0

Hi,

Wisej does not seem to follow the same tabbing order as Windows Forms. Please see the attached examples both for Windows Forms and Wisej

Tested with latest 1.3.47. Also tried with 1.3.44 which does not work as well, but with different tab sequence.

Thanks!
Robin

Attachment
  • You must to post comments
0
0

Hi Robin,

please try again with our latest build (1.3.53).

Best regards
Frank

  • Robin Lao
    Hi Frank, Confirmed fixed. Thanks! Robin.
  • You must to post comments
0
0

Hi Robin,

Thank you for the test case. We’ll refine the tabbing algorithm. The problem is that browsers tabbing sequence is just flat, it follows the tabindex value without any knowledge of hierarchy or location. So, in traditional html-based web development if you add or arrange or assemble a page dynamically you’d have to renumber all tab indexes on the page. That’s why most web apps have the tabbing order completely messed up.

Wisej apps – trying to preserve WinForms hierarchical tabbing order where a control can have tab-index = 1 but it’s inside a panel with tab-index = 3 follows the parent’s sequence – try to sort the tab index order based on hierarchy. It’s a lot better in .47 but obviously we still need to improve it.

Best,

Luca

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.