Bug 1602701 Comment 5 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Henrik Skupin (:whimboo) [⌚️UTC+2] from comment #4)
> Note that there is no `move` event for Window. As mentioned above maybe it also used the `resize` event?
> 
> Also when you run the test locally do you see that the window occupies all the available screen size, or is there still a small area (top or bottom) which isn't covered?

I think I understand what you mean now - I can't just choose my own event name, it has to match an existing one like `resize`. 

I've made changes and pushed to try again, this time with `resizeTo` and `moveTo` both using the `resize` event: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception%2Cretry%2Crunning%2Cpending%2Crunnable&tier=1%2C2%2C3&revision=ae914a6ba6b7e5d77d366b5adfe0a102d9fb4334
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+2] from comment #4)
> Note that there is no `move` event for Window. As mentioned above maybe it also used the `resize` event?
> 
> Also when you run the test locally do you see that the window occupies all the available screen size, or is there still a small area (top or bottom) which isn't covered?

I think I understand what you mean now - I can't just choose my own event name, it has to match an existing one like `resize`. 

I've made changes and pushed to try again, this time with `resizeTo` and `moveTo` both using the `resize` event: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception%2Cretry%2Crunning%2Cpending%2Crunnable&tier=1%2C2%2C3&revision=ae914a6ba6b7e5d77d366b5adfe0a102d9fb4334

EDIT: Green run!

Back to Bug 1602701 Comment 5