Skip to content
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

window minimize event bug #5388

Closed
razzbee opened this issue Oct 20, 2016 · 4 comments
Closed

window minimize event bug #5388

razzbee opened this issue Oct 20, 2016 · 4 comments

Comments

@razzbee
Copy link

razzbee commented Oct 20, 2016

When the window is maximized and then minimized , the minimize event is triggered after which the restore event too is triggered, it would be fine if the minimize event is triggered last , but seems the restore event is triggered last after the minimize event, below is a console log of the event in order of how they were emitted :
window.js:143 maximized
window.js:143 restored
window.js:143 minimized
window.js:143 restored

@ghostoy
Copy link
Member

ghostoy commented Oct 24, 2016

This issue appears on upstream Chromium. I will fix it soon.

@rogerwang
Copy link
Member

@ghostoy is there any upstream bug# for this?

@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

@ghostoy
Copy link
Member

ghostoy commented Nov 6, 2016

@rogerwang I couldn't find any bug report for upstream. But the sequence of events is the same as Chrome Apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants