Testing version: Panda 1.0 (922)
What were you doing: Testing table behavior in Panda
What feature did you use: Table editing
What happened: Cell contents disappeared
What did you expect to happen: Cell contents preserved
Steps to reproduce bug:
- Create table (⌥⌘T)
- Enter content into each of 4 cells (e.g., “a” and “b” in first row, “c” and “d” in 2nd row)
- Move cursor into last column of first row (“b” cell)
- Insert a row (⌘⏎ )
- Undo the last action (⌘Z)
After step #5, the cursor is in the last cell of the table and the contents are unexpectedly blank (the “d” has disappeared). If you navigate out of the cell (using arrow keys or mouse), the content (“d”) reappears; however, if you start typing, the content (“d”) is lost.