Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gtk
gtk
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1,152
    • Issues 1,152
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 84
    • Merge Requests 84
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

Getting colder with our second freeze... it's 3.31.91 release day and string freeze, upload a tarball and lock those strings 🏂

  • GNOME
  • gtkgtk
  • Issues
  • #1446

Closed
Open
Opened Nov 06, 2018 by Pierre B@pierre.8435
  • Report abuse
  • New issue
Report abuse New issue

Freezes when use GtkComboList when appears-as-list is true and the number of items is large

Steps to reproduce

  1. Modify line 1442 of the file testcombo.c like this:
  • for (i = 0; i <1300; i ++)
  • save and recompile gtk3
  1. In a terminal run:
  • export LISTMODE = ''
  • ./testcombo
  1. click on the arrow of GtkComboBox

Current behavior

When you click on the arrow of the GtkComboBox with a very long list the GtkComboBox freezes in Grisbi.

It's the same with test.combo.c provided by gtk3

Messages printed on the terminal

(grisbi:20019): Gdk-WARNING **: 10:30:23.764: Native Windows wider or taller than 32767 pixels are not supported

(lt-testcombo:21474): Gdk-WARNING **: 11:04:28.464: Native Windows wider or taller than 32767 pixels are not supported

Version information

  • gtk3 3.24.1+33+g615fa7cf-0
  • Linux
  • Manjaro Mate up to date
  • standard options of configure file
Edited Nov 06, 2018 by Andre Klapper
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
3
Labels
GTK3 GtkComboBox GtkWindow
Assign labels
  • View project labels
Reference: GNOME/gtk#1446