Skip to content

Obscure "put" bug when spreadsheet needs to grow #21

@rkrten

Description

@rkrten

I found a weird bug that I was unable to repro until just now.

How it manifests is that when you delete a row ("dr" command), and then put it somewhere else (via "pr"), sometimes bogus field data shows up in newly put down row.

I tracked it down to being involved with growing the spreadsheet. Let's say the last line is currently line 99. If you go into the spreadsheet and delete a line and the put it somewhere else, the line you just put may become contaminated with data from the last line (esp. if the last line has lots of fields, and the line you've deleted (and are putting) doesn't).

I'm hoping this may tweak something for someone and the fix is easy :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions