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.03k stars 2.92k forks source link

No scroll in attribute form #28521

Open qgib opened 5 years ago

qgib commented 5 years ago

Author Name: Nikolay Lebedev (Nikolay Lebedev) Original Redmine Issue: 20701 Affected QGIS version: 3.6.0 Redmine category:forms


When a form has a long list of attributes, OK and Cancel buttons go off screen and there is no way to scroll down to them.



Related issue(s): #28159 (relates) Redmine related issue(s): 20338


qgib commented 5 years ago

Author Name: Alessandro Pasotti (@elpaso)


Is this related to #28159 ?

Also, please attach a sample project to reproduce the issue and specify on which operating system you see this problem.


qgib commented 5 years ago

Author Name: Jürgen Fischer (@jef-n)


qgib commented 5 years ago

Author Name: Alessandro Pasotti (@elpaso)


@Jürgen I'm not really sure it's related: the dialog contains a different layout and scroll area in case of relations and child features but this issue does not mention any parent-child layer setup.

qgib commented 5 years ago

Author Name: Peter Petrik (@PeterPetrik)


Unable to replicate with QGIS 3.5 (master) on MacOS (user Nikolay may use Mac, see OS https://issues.qgis.org/issues/15984 in related issue)

qgib commented 5 years ago

Author Name: Nikolay Lebedev (Nikolay Lebedev)


This happens when you switch form type from Auto-generated to Drag-n-Drop designer. Attached video with this issue.



qgib commented 5 years ago

Author Name: Giovanni Manghi (@gioman)


Still true on 3.6


9ls1 commented 4 years ago

I found a workaround, see https://gis.stackexchange.com/questions/286948/setting-attribute-form-window-resizable-in-qgis-3. However, it would be nice if also "Drag and drop" by default would be resizable. (And also: It would be nice if one could set the width of the Text Edit widget and the Range widget to save space.)

Pedro-Murteira commented 2 years ago

I can still replicate this on QGIS 3.16.14 and 3.22.1.

bitmvr commented 1 year ago

I can confirm this issue. It seems to only occur when you have use the Drag and Drop Designer. If you use Autogenerate, the window is scrollable and can be resized.

QGIS & System Information

QGIS version | 3.30.3-'s-Hertogenbosch | QGIS code revision | 2411cec112
-- | -- | -- | --
Qt version | 5.15.2
Python version | 3.9.5
GDAL/OGR version | 3.3.2
PROJ version | 8.1.1
EPSG Registry database version | v10.028 (2021-07-07)
GEOS version | 3.9.1-CAPI-1.14.2
SQLite version | 3.35.2
PDAL version | 2.3.0
PostgreSQL client version | unknown
SpatiaLite version | 5.0.1
QWT version | 6.1.6
QScintilla2 version | 2.11.5
OS version | macOS 13.4
  |   |   |  
Active Python plugins
quick_map_services | 0.19.33
processing | 2.12.99
grassprovider | 2.12.99
db_manager | 0.1.20
MetaSearch | 0.3.6

</body></html>QGIS version
3.30.3-'s-Hertogenbosch
QGIS code revision
[2411cec112](https://github.com/qgis/QGIS/commit/2411cec112)
Qt version
5.15.2
Python version
3.9.5
GDAL/OGR version
3.3.2
PROJ version
8.1.1
EPSG Registry database version
v10.028 (2021-07-07)
GEOS version
3.9.1-CAPI-1.14.2
SQLite version
3.35.2
PDAL version
2.3.0
PostgreSQL client version
unknown
SpatiaLite version
5.0.1
QWT version
6.1.6
QScintilla2 version
2.11.5
OS version
macOS 13.4

Active Python plugins
quick_map_services
0.19.33
processing
2.12.99
grassprovider
2.12.99
db_manager
0.1.20
MetaSearch
0.3.6

Please see attached screenshots for an example of what each attribute form looks like

Autogenerated Form

Screenshot 2023-06-09 at 10 32 19 AM

Drag and Drop Designer Form

Screenshot 2023-06-09 at 10 34 35 AM