Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xts
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorg
  • test
  • xts
  • Issues
  • #17
Closed
Open
Created Sep 21, 2005 by Bugzilla Migration User@bugzilla-migration

failed to issue an invalidParent error in XtMakeResizeRequest-3

Submitted by Rui Feng

Assigned to Stuart Anderson @anderson

Link to original bug (#4530)

Description

XtMakeResizeRequest-3 failed to issue an invalidParent error and XtMakeResizeRequest-4 failed to issue an invalidGeometryManager error. The reason comes from two ways:

  1. in xc/lib/Xt/Geometry.c it disables the error of invalidParent and invalidGeometryManager since many applications and toolkits (including parts of Xaw, motif and Netscape) depend on the previous Xt behaviour.

    so we have to enable it for these two cases, which is related to both XtMakeResizeRequest-3 and XtMakeResizeRequest-4.

  2. in the test case of XtMakeResizeRequest-3 XtVaCreateWidget should be replaced by XtVaCreateManagedWidget

Assignee
Assign to
Time tracking