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,605
    • Issues 1,605
    • 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
  • #4071
Closed
Open
Issue created Jun 25, 2021 by Martin Stransky@stransky

Popups with relative position x < 0 && y < 0 are not shown (after move-to-rect)

When tooltip is created with x < 0 and y < 0 (which is correct, for instance when we show tooltip of something outside of latest/topmost popup window) Gtk silently fails to map that window. The code says:

  /* Don't map crazy temp that GTK+ uses for internal X11 shenanigans. */
  if (window->window_type == GDK_WINDOW_TEMP && window->x < 0 && window->y < 0)
    return FALSE;

which is not valid on Wayland I guess.

This causes Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1717451

Package gtk3-3.24.29-1.7.fc34.x86_64

Edited Aug 31, 2021 by Martin Stransky
Assignee
Assign to
Time tracking