-
Notifications
You must be signed in to change notification settings - Fork 282
An exception is logged when maximizing the window vertically #198
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
Comments
This also happen a lot to me. |
This also happens when clicking inside the app (mouse button down), then dragging the cursor out of the app window. |
I also get another error:
This happen when I resize the application right after the window is created. I can reproduce the error quite constantly, just have fast very fast! weirdly enough, adding a |
I have written: // flutter's PlatformMessage handler is registered through the dart:ui.Window
// interface. ui.Window must have at least paint one frame, before any
// platfrom message can be corectly handled by ui.Window.onPlatformMessage. it's only based on MY understanding, the comment is certainly false. The comment is meant to be for Flutter foundation BindingBase window @GeertJohan what do you think about a4f132c, should we keep it? should we remove it and keep the error message (which quite frankly doesn't happen that frequently, I mean WHO is resizing the window in the first 100ms)? |
Everyone with a tiling window manager will automatically resize the window right after it has been created. Will WaitEvent always return imediatly? Or could this block the app startup? edit: misclick closed issue |
This will not block the app startup, at some point, paint event will occur. Just to clarify, The end goal with the custom engine event loop interop is to only use |
Is not an urgent issue, as I can see no effect besides that the error is logged. Might indicate other problems though, so thats why I created the issue
Flutter version
Golang errors (Optional)
Compilation works, but runtime error (occurs in pairs as far as I can see, thats why I copied both):
Steps to Reproduce
The text was updated successfully, but these errors were encountered: