Similiar with bug 4530. XtMakeGeometryRequest-3 failed to issue an invalidParent error and XtMakeGeometryRequest-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 XtMakeGeometryRequest-3 and XtMakeGeometryRequest-4. 2. in the test case of XtMakeGeometryRequest-3 XtVaCreateWidget should be replaced by XtVaCreateManagedWidget
Created attachment 3343 [details] [review] proposed patch for xc/lib/Xt/Geometry.c
Created attachment 3344 [details] [review] proposed patch for Xt8/tmkgmreqt.m
Rui Feng, Do you still experience this issue with newer drivers ? Please check the status of your issue.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/test/xts/issues/12.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.