Atozed Forums
15.2.12 resets tab order to creation order - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: 15.2.12 resets tab order to creation order (/thread-1898.html)



15.2.12 resets tab order to creation order - MJS@mjs.us - 08-21-2020

Using C++ Builder 10.3.2 / IW 15.2.12

Add controls to form then modify taborder.  After form is rendered, modified taborder is reset to the order of control creation.  15.2.11 works correctly.

Demo attached.


RE: 15.2.12 resets tab order to creation order - Alexandre Machado - 08-21-2020

Tab order mechanism has been (almost) completely refactored in our code base after release of 15.2.12. Several issues have been occurring one way or another in different scenarios since IW 12 and older. A definitive fix needed not only to involve a major refactoring of the code but also coordination with 3rd parties (especially CG Dev Tools team) otherwise it would break their implementation as well.

This work is done now and we are ready to release a new update. Stay tuned!


RE: 15.2.12 resets tab order to creation order - Alexandre Machado - 08-22-2020

Please update: https://www.atozed.com/2020/08/intraweb-15-2-13/

This version fixes this issue (and brings lots of improvements in this area)