-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
JavaFx-Applications starts with wrong size with jdk>=8 #846
Comments
I cannot reproduce this with 0.14 or with trunk so I am lowering the priority, my desktop environment is cinnamon on Fedora 20. Please include more details so we can investigate this issue you are having, see ReportingBugs for guidelines. |
2015-04-30 05:45:50: mptei uploaded file
|
2015-04-30 05:47:29: mptei commented
|
Please see ReportingBugs, comment 3 is nowhere near enough information for me to do anything with it. |
2015-05-04 09:30:26: mptei commented
|
Confirmed with jdk8. |
Here comes the server
So we create a 1x1 window as we're told... Not sure where we're supposed to be getting the "correct" size from. Could be related to #881. |
Got it, not sure how I missed it earlier. XPRA_X11_DEBUG_EVENTS=ConfigureRequest xpra start ... We see:
So we get two configure request events: one for (Width|Height) and one for (X|Y), but they are delivered to the root window (0x44) instead of the window model. And now we go down the rabbit hole:
What a mess! |
2015-05-23 17:54:54: antoine uploaded file
|
2015-12-01 15:26:34: mptei commented
|
Issue migrated from trac ticket # 846
component: core | priority: major | resolution: fixed
2015-04-29 07:29:27: mptei created the issue
The text was updated successfully, but these errors were encountered: