Skip to content
GitLab
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,609
    • Issues 1,609
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 220
    • Merge requests 220
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Issues
  • #1986
Closed
Open
Issue created Jun 28, 2019 by Martin Stransky@stransky

gdk_window_move_to_rect() does not reposition already shown window

When a GdkWindow is already positioned by gdk_window_move_to_rect() and shown, all subsequent gdk_window_move_to_rect() calls to this window does not have any effect. It's because xdg_positioner is created/updated only from gdk_wayland_window_create_xdg_popup() which is called in map() only.

A workaround is to encapsule gdk_window_move_to_rect() by gtk_window_hide()/gtk_window_show().

It's firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1562141

Assignee
Assign to
Time tracking