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 2019/03/26 00:04:17 UTC

[Issue 61253] Changing row height causes Note arrow to point to wrong cell

https://bz.apache.org/ooo/show_bug.cgi?id=61253

--- Comment #32 from apache@tofof.com ---
Description
===========
Changing row or column size before cell with comment results in comment box and
arrow drawing to the wrong place.

Expected behavior
=================
Comments draw pointing to the cell they're anchored in.

Definitions
===========
'before' --
    above (for rows)
    left  (for columns) 

Observed behavior
=================
Consider a comment somewhere on a sheet, say in cell HH200.
If all rows and columns are the default size, the comment's arrowhead will
point to the top right corner of cell HH200.
As rows above or columns to the left of HH200 are resized, the comment will
draw in increasingly wrong positions.
Row and column size in rows or columns beyond HH200 (i.e. HI..ZZ or 201..1000)
have no effect.

Steps to reproduce
==================
1. Navigate to cell HH200 on a new spreadsheet and insert comment there.
2. Toggle 'show comment' and observe its position, pointing to the top right of
HH200.
3. Reduce columns A..GZ to width 0.04. Observe HH200's comment moves right.
4. Reduce rows 1..190 to height 0.04. Observe HH200's comment moves down.
5. Enlarge rows 1..190 to height 5.0. Observe HH200's comment moves up.
6. Enlarge columns A..GZ to width 5.0. Observe HH200's comment moves left.

See also
========
#128076 - Conditional formatting being evaluated in rows before a comment
causes causes comment to display pointing lower than the correct cell

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.