https://issues.apache.org/ooo/show_bug.cgi?id=123629
Steve Yin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED --- Comment #3 from Steve Yin <[email protected]> --- Root cause: no valid focus event will be fired when attempting to change a selected cell in editing status to an "out of bounds" cell. The invalid cell address will be corrected by a valid cell address which is same with the previous one. In this case the valid focus event will no fired on the same cell. Solution: identify this kind of cases and fire a valid focus event on the current selected cell. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
