Bug #2777
Last row is excluded
Start date:
06/08/2020
Due date:
% Done:
100%
Associated revisions
Making values in the process of editing persist
Reference #2777
History
#1 Updated by Luke Murphey over 4 years ago
Obs:
- Final row is blank
- I'm struggling to repro for this
- Workaround: click a cell before press save
- Enter does some weird things. IT
- I see jexcel.keyDownControls *
- What is the repro?
- Determined, see below
- Is there a way to force jexcel to exit editing mode?
- Add a new row after the last row
- Enter a new value into a cell (but do not click out of the cell)
- Click save; note that new row didn't get added
- Force the editor to exit edit mode before saving
- chr: 13
- keypress
- Tried firing on document
- chr: 13
- resetSelection()
- Doesn't work
- setValue()
- $("td.editor > input").val()
- https://bossanova.uk/jexcel/v4/examples/dropdown-and-autocomplete
- Force close editor
- Manually running jexcel.keyDownControls
- This doesn't exist in this.jexcel; this.jexcel.keyDownControls({ which: 13, altKey: false });
- This works in the browser buyt jexcel.current is null when run in the function:
jexcelGlobal.current.closeEditor(jexcelGlobal.current.edition[0], true);
#2 Updated by Luke Murphey over 4 years ago
- % Done changed from 100 to 0
#3 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100