You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/01/06 08:34:47 UTC

[Bug 123629] [ia2] Calc: Invalid focus event fired after editing cell

https://issues.apache.org/ooo/show_bug.cgi?id=123629

Steve Yin <st...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #3 from Steve Yin <st...@gmail.com> ---
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.