Bug report #16018
Processing: numeric field are discarded and replaced with zero
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | master | Regression?: | Yes |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23933 |
Description
See:
http://lists.osgeo.org/pipermail/qgis-developer/2016-December/046390.html
The only way is to enter something is to click on "..." button, enter desired value in the expression dialog and close it by pressing OK.
Seems this is a general Processing bug and if I'm not wrong it worked fine before parameters refactoring.
History
#1 Updated by Patrick Dunford almost 8 years ago
Appears similar to 16020 I just filed.
#2 Updated by Arnaud Morvan over 7 years ago
This comes from QgsDoubleSpinBox and QgsSpinBox, easy to reproduce : change the rotation of the canvas by typing into the lineedit, put the focus outside and the change disapear.
It seems that this appends on ubuntu 16.04 with Qt 5.5.1 but not on ubuntu 16.10 with Qt 5.6.1.
#3 Updated by Giovanni Manghi over 7 years ago
- Regression? set to Yes
#4 Updated by Giovanni Manghi over 7 years ago
- Priority changed from Severe/Regression to High
#5 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
#6 Updated by Nyall Dawson about 7 years ago
- Description updated (diff)
- Status changed from Open to Feedback
Should have been fixed by c176a8bfb0f7f25edea15069318f769e7c9c82b - please confirm
#7 Updated by Giovanni Manghi about 7 years ago
- Resolution set to fixed/implemented
- Status changed from Feedback to Closed