qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.63k stars 3.01k forks source link

The dialog (feature form) to enter attributes after having digitized a feature do not work anymore #16317

Closed qgib closed 5 years ago

qgib commented 11 years ago

Author Name: Giovanni Manghi (@gioman) Original Redmine Issue: 7332 Affected QGIS version: master Redmine category:vectors


The fields are all disabled. After giving the "ok" data can be edited in the table of attributes.

qgib commented 11 years ago

Author Name: Denis Rouzaud (@3nids)


I can't reproduce this.

When the edit form opens, do you have only one button (ok) or two (ok, cancel)?

qgib commented 11 years ago

Author Name: Giovanni Manghi (@gioman)


Denis Rouzaud wrote:

I can't reproduce this.

When the edit form opens, do you have only one button (ok) or two (ok, cancel)?

I have two, ok and cancel. I have just tested again on two different computers, one with Windows/osgeo4w and the other with Linux/nightly-build.

qgib commented 11 years ago

Author Name: Salvatore Larosa (@slarosa)


I think it only happens with point layer !

qgib commented 11 years ago

Author Name: Giovanni Manghi (@gioman)


Salvatore Larosa wrote:

I think it only happens with point layer !

it happens also with polygons here.

qgib commented 11 years ago

Author Name: Salvatore Larosa (@slarosa)


Giovanni Manghi wrote:

Salvatore Larosa wrote:

I think it only happens with point layer !

it happens also with polygons here.

You're right, but apparently only if the polygon layer has Multi* type geometries !

qgib commented 11 years ago

Author Name: Salvatore Larosa (@slarosa)


The geometry type was a casuality ! Sorry for the noise !

While it seems that the new checkbox "Editable" in attribute edit dialog doesn't work as expected, indeed the value is always unchecked, although looking in UI file I see the property of the checkbox is "checked = True" !

This new feature has been introduced by Denis, so he could help us to solve this issue!

qgib commented 11 years ago

Author Name: Denis Rouzaud (@3nids)


I think I got the error, it probably happens only for newly created layers. I will try to fix this tomorrow morning.

qgib commented 11 years ago

Author Name: Denis Rouzaud (@3nids)


here it is https://github.com/qgis/Quantum-GIS/pull/467

sorry for the error!

qgib commented 11 years ago

Author Name: Nathan Woodrow (@NathanW2)


Fixed in changeset "07c11a00504e198faf6838462f889252f6cce625".