• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Where is the couser "focus" when im use the tab buttom

 
Ranch Hand
Posts: 378
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When im tabbing from my input field, i go to the next which is the "S�g" buttom this is ok, but when i use the tab again my focus "cursor" is gone, and first when i tab the next time, i go to my next td element....

How do the tab works in the browser, do i tab between each <td> unless that i have a table in the td, or how do this works, and can i do some kind off workaround ???


Frank :roll:
 
Ranch Hand
Posts: 256
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi frank
I believe when you press tab on the button, the next tab will be the browser page itself unless there are any html elements after it.
tab works only from element to element, so if you are seeing the tab jump from td to td well its not the case.
you need to clarify more for more explanation.
 
You have to be odd to be #1 - Seuss. An odd little ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic