Atozed Forums

Full Version: 15.2.12 resets tab order to creation order
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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!
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)