Bug 1478358 Comment 7 Edit History

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

I reproduced this now by trying to set a dimension of 100x100 for the browser window. Whereby the absolute minimal size can be width=335px, height=121px on my system. As such we are trying to resize but never get a resize event. As such the DebounceCallback never gets run, and early exits.

Maybe we need a maximum expected time until the first event should actually happen. And if that is not the case bail out.
I reproduced this now by trying to set a dimension of 100x100 twice for the browser window. Whereby the absolute minimal size can be width=335px, height=121px on my system. As such we are trying to resize but never get a resize event. As such the DebounceCallback never gets run, and early exits.

Maybe we need a maximum expected time until the first event should actually happen. And if that is not the case bail out.

Back to Bug 1478358 Comment 7