[SOLVED] BUG in Spreadsheet

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

[SOLVED] BUG in Spreadsheet

Post by bgma1961 »

Hello,

There seems to be some problems with Spreadsheet / Insert - Remove rows

When I insert an empty row between row 5 and row 6, row 6 seems to be copied to row 7 but
when I double-click on a cell on row 6, the cell is empty but shows the contents from row 7.
I click on row-digits with right mouse button.
1.png
1.png (2.52 KiB) Viewed 839 times
1 Row Inserted.png
1 Row Inserted.png (2.97 KiB) Viewed 839 times

When I delete row 6 it is deleted but row 7 shows row 6 but the cells in row 7 are empty.
1 Row removed.png
1 Row removed.png (3.07 KiB) Viewed 839 times

It does not work in Version:
0.20.28751, 0.20.28765, 0.20.28774, 0.20.28793

It works in Version:
0.20.28730


/ Best Regards BG

Code: Select all

OS: Windows 7 SP 1 (6.1)
Word size of FreeCAD: 64-bit
Version: 0.20.28793 (Git)
Build type: Release
Python 3.8.13, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: Swedish/Sweden (sv_SE)
Installed mods: 
  * BIM 2021.12.0
Attachments
err.FCStd
(1.8 KiB) Downloaded 22 times
Last edited by bgma1961 on Thu May 12, 2022 4:31 pm, edited 1 time in total.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: BUG in Spreadsheet

Post by Kunda1 »

realthunder wrote: pinged by pinger macro
Can you reproduce?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: BUG in Spreadsheet

Post by bgma1961 »

Kunda1 wrote: Sat May 07, 2022 5:29 am
realthunder wrote: pinged by pinger macro
Can you reproduce?
Yes i can. When I first discovered it, it was in another .FCStd, because it is large to post here, I tried a new one.
realthunder
Veteran
Posts: 2190
Joined: Tue Jan 03, 2017 10:55 am

Re: BUG in Spreadsheet

Post by realthunder »

PR submitted here.
Try Assembly3 with my custom build of FreeCAD at here.
And if you'd like to show your support, you can donate through patreon, liberapay, or paypal
bgma1961
Posts: 107
Joined: Mon Apr 02, 2018 9:19 am

Re: BUG in Spreadsheet

Post by bgma1961 »

Thankyou
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: BUG in Spreadsheet

Post by Kunda1 »

Thanks RT :D
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply