Taapeli / isotammi-addons

Gramps addons for Isotammi project / Isotammen Gramps-lisäosia
8 stars 3 forks source link

Multimerge causes Gramps to exit when spawning window over 65535 pixels #32

Open emyoulation opened 1 month ago

emyoulation commented 1 month ago

Clicking "Merge selected objects" with too many records causes a spontaneous exit of Gramps I originally thought this was the 1,000 record limit. But it is a GUI issue related to the window size.

This window needs a height override and vertical scrollbar if the record count is more than about 24 rows. Plus, either the buttons should be above or below the scrollable area. Otherwise the OK and Cancel buttons are not accessible

(Gramps.py:863206): Gdk-WARNING **: 16:13:21.430: Native Windows taller than 65535 pixels are not supported

(Gramps.py:863206): Gdk-CRITICAL **: 16:13:21.769: ../gdk/wayland/gdkdisplay-wayland.c:1426: Unable to create Cairo image surface: invalid value (typically too big) for the size of the input (surface, pattern, etc.) Segmentation fault (core dumped)

kkujansuu commented 4 weeks ago

Yes, Multimergegramplet needs a scrollbar and the buttons should be relocated.