Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Taborder problem on 15.2.32 and D10.4.2
#2
Can you please provide an overview of which and how your controls are disposed?

can you provide a minimal test case showing this issue?

Other than that, I suggest that you have a look at this blog post that explains how and why the TabOrder control mechanism in IntraWeb has been modified.

https://www.atozed.com/2020/08/a-tale-of-tab-order/

Please let me know if it helps.

PS: If you can't figure out a way to just "make it work", try to use the IWForm's new property TabOrderTreshold to disable the rendering of the TabIndex attribute of the HTML elements in your page. Set it to a very high value (let's say 100000) so it will effectively disable the tab order attributes of all controls in your form. The end result is that the browser will figure out the tab order for you based on the position of elements. In general, this works well for most cases.
Reply


Messages In This Thread
RE: Taborder problem on 15.2.32 and D10.4.2 - by Alexandre Machado - 02-10-2023, 03:26 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)