Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,431
    • Issues 1,431
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 245
    • Merge requests 245
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #1000

Closed
Open
Created Dec 26, 2017 by Bugzilla@bugzilla-migration💬Reporter

ComboBox drop down list exceed application window area

Submitted by Dhrubajyoti Doley

Assigned to gtk-win32 maintainers

Link to original bug (#791959)

Description

Created attachment 365979 Drop Down list covers windows taskbar

combobox = Gtk.ComboBox() combobox.set_wrap_width(1) combobox.set_model(liststore) combobox.set_active(0)

Combobox drop down list populated with liststore exceed the main application window area.

When the ComboBox is at the bottom of the page, the drop down list ideally should direct upwards rather then filling up the below spaces covering the windows taskbar.

Attachment 365979, "Drop Down list covers windows taskbar":
desktopapp

Version: 3.18.x

Assignee
Assign to
Time tracking