View Issue Details

IDProjectCategoryView StatusLast Update
0002535ArchBugpublic2016-09-05 16:26
Reporterrockn Assigned Toyorik  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformLinux UbuntuOS14.04OS Version64 bits
Product Version0.16 
Summary0002535: Can't remove totally exclude axe in Structural System.
DescriptionOnce you start to exlude some axe, but want to cancel that, you can't edit the Exluded list by removing all thing.
It say :
Invalid Input
Input in line 1 is not a number

But if you don't want excluded ae anymore you must be able to set nothing to line 1, or to remove the line 1 ...
Steps To ReproduceCreate a Strutural System
Exlude axes 0 and 4.
Recompute
Edit Exclue property list, delete all line.
FreeCAD say :
Invalid Input
Input in line 1 is not a number
TagsNo tags attached.
FreeCAD Information

Relationships

child of 0002689 closedyorik Draft Cannot change existing annotation object 

Activities

yorik

2016-04-30 00:38

administrator   ~0007030

There is indeed a bug in the property editor of PropertyIntegerList. It doesn't accept an empty value. Also, changing the value of the edit field manually (without opening the dialog) is not saved (lost on recompute)

yorik

2016-04-30 02:01

administrator   ~0007031

First part is done, it is now possible to enter empty lists

Related Changesets

FreeCAD: master a38a78f6

2016-04-30 04:00:11

yorik

Details Diff
Allow to enter empty values in PropertyFloatList and PropertyIntegerList - issue 0002535 Affected Issues
0002535
mod - src/Gui/Widgets.cpp Diff File
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File

FreeCAD: master cc167bd2

2016-09-05 18:25:32

yorik

Details Diff
Allow to edit PropertyLists directly in the property editor - fixes 0002535,0002689 Affected Issues
0002535, 0002689
mod - src/Gui/Widgets.cpp Diff File
mod - src/Gui/Widgets.h Diff File

Issue History

Date Modified Username Field Change
2016-04-29 14:17 rockn New Issue
2016-04-29 14:18 yorik Assigned To => yorik
2016-04-29 14:18 yorik Status new => assigned
2016-04-30 00:38 yorik Note Added: 0007030
2016-04-30 02:01 yorik Changeset attached => FreeCAD Master master a38a78f6
2016-04-30 02:01 yorik Note Added: 0007031
2016-09-05 14:11 yorik Relationship added child of 0002689
2016-09-05 16:26 yorik Changeset attached => FreeCAD Master master cc167bd2
2016-09-05 16:26 yorik Status assigned => closed
2016-09-05 16:26 yorik Resolution open => fixed