mindmup / editable-table

tiny jQuery/Bootstrap widget that makes a HTML table editable
MIT License
686 stars 324 forks source link

More intuitive arrow navigation. #13

Open gamekid opened 10 years ago

gamekid commented 10 years ago

Using the arrow keys to navigate elements, when editing the element value, will only work if the cursor is in the first or last position of the input element.

Example: When the entire input value is selected, hitting the right arrow will drop the cursor at the end of the input as you would expect it to. When the cursor is at the end of the input and you hit the right arrow, it will then move to the next element.

DRSDavidSoft commented 7 years ago

I suggest using HTML5's readonly attribute instead of noedit. This has been discussed in #18.