OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab key should navigate form grid left-to-right top-to-bottom instead of current top-to-bottom and then left-to-right

estambakio-sc opened this issue · comments

Meta-Info Value
ExtProjectId OC-01.1.8
Original Estimation ???h
Remaining Estimation ???h

https://github.com/OpusCapita/mdm/issues/56#issuecomment-717944265

As a result multi-column navigation with Tab becomes more natural.

How to reproduce current behavior:

  • visit https://opuscapita.github.io/react-crudeditor/branches/master/, choose ContractEditor in components menu
  • click Edit on any item
  • click on top left field (e.g. focus it)
  • press Tab key on keyboard
  • ---> in scope of section it navigates top-to-bottom in 1st column, then gets to top element on the second column (if it exists) and so on

How to see new behavior:

Please check in browsers required by eProc (IE11 included).

Tested for IE, FF and Chrome. Focus is navigated left-to-right in by each row and then moved to next row. Please, merge with master branch.