To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=86943 Issue #|86943 Summary|Skip overlapped cells when navigating through cells Component|Spreadsheet Version|current Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|nn Reported by|kohei
------- Additional comments from [EMAIL PROTECTED] Tue Mar 11 21:49:23 +0000 2008 ------- When navigating through cells via keyboard, either ENTER within a cell range selection, or TAB on a protected sheet which moves the cursor to the next unprotected cell, ScTable::GetNextPos(...) gets called to find the next qualified cell position. The problem is, this code does not skip overlapped cell, and that causes sometimes an unexpected cell cursor movement. 1) When the user is iterating through unprotected cells on a protected sheet via TAB, a presence of a merged cell moves the cursor to the right of the merged cell even when the cell is protected. This is a bug. 2) When the user is iterating through cells within a marked cell range, the merged cell should be selected only when the anchor cell of that merged cell is the next cell position. In all other cases, the merged cell (actually one of its hidden cells) should be skipped. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
