-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnmapNotify being called incorrectly #1974
Comments
Please provide a sample Java application I can test against. |
2018-10-02 13:38:44: mjharkin commented
|
2018-10-09 13:41:25: mjharkin uploaded file
|
2018-10-09 13:50:47: mjharkin commented
|
I am afraid that this is probably unavoidable: the client and server are not synchronized, you're triggering the iconification loop avoidance code (r8352 / #790). |
2018-10-09 16:57:45: mjharkin commented
|
I was wrong in comment:4, maybe this does not involve the client, or at least not directly. Got this log with
We ignore the map request and the window stays hidden. This note seems relevant:
So the problem seems to come from us ignoring a valid |
2018-10-10 05:24:24: mjharkin commented
|
With
So the window is in the process of being unreparented (all happening within 1ms) when we get the The window tree looks like this (
|
2018-10-10 07:41:55: mjharkin commented
|
Issue migrated from trac ticket # 1974
component: server | priority: major | resolution: fixed
2018-10-02 12:40:34: mjharkin created the issue
The text was updated successfully, but these errors were encountered: