Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tab order issues mixing CG and IW components
#9
If tabindex attribute of HTML elements is not set the browser will still try to find a logical way to deal with tab stops. It will use the position of elements (similar to what Windows also does). Each browser has a different implementation so I can't guarantee that they will behave the same though.

I don't know exactly how CG Dev renders tabindex attributes and how they organize it in their components (if they use any internal logic or rely on IW for it - I suspect the former)

Sometimes it helps to set the TabOrder property at runtime inside OnCreate event of the form (because it works slightly different). Have you tried it?
Reply


Messages In This Thread
RE: Tab order issues mixing CG and IW components - by Alexandre Machado - 02-04-2020, 04:50 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)