Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

TAB key is not putting cursor to consecutive fields in some situation

  • 2 ответа
  • 1 имеет эту проблему
  • 3 просмотра
  • Последний ответ от cor-el

more options

I have the problem as per follow: I have a datatable in which clicking on the TAB, one new row is added. Problem is that after pressing tab key first time in datatable field,new row is added to the datatable and cursor is going to next entity(any div or anchor tag) insted of newly added datatable field.... Same thing working well in chrome.... So how can I solve this problem...Please help

I have the problem as per follow: I have a datatable in which clicking on the TAB, one new row is added. Problem is that after pressing tab key first time in datatable field,new row is added to the datatable and cursor is going to next entity(any div or anchor tag) insted of newly added datatable field.... Same thing working well in chrome.... So how can I solve this problem...Please help

Все ответы (2)

more options
  1. What kind of database are you using,
  2. You can create a javascript event that uses dom object previous call to focus on the new element. Please look to stackoverflow for better solutions.

Thank you.

more options