Bug 1601811 Comment 8 Edit History

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

I see.

> manually resize the dialog to something uncomfortable

I presume you mean something smaller than necessary for the window contents.

FWIW, the manual resize case is not really important. It's much more important to get the size correct automatically. If the user manually resizes, the window content changes, and we're automatically resizing smaller again, I would not mind that.

Could you please try to use `resizeTo()` instead of `resizeBy()`? Even if it doesn't fix the bug you're seeing, it still better matches the intent of the code.

I think it does make sense to make the window smaller as well. Esp. after leaving the a warning box.
I see.

> manually resize the dialog to something uncomfortable

I presume you mean something smaller than necessary for the window contents.

FWIW, the manual resize case is not really important. It's much more important to get the size correct automatically. If the user manually resizes, and thjen later the window content changes, and we're automatically resizing smaller again, I would not mind that.

Could you please try to use `resizeTo()` instead of `resizeBy()`? Even if it doesn't fix the bug you're seeing, it still better matches the intent of the code.

I think it does make sense to make the window smaller as well. Esp. after leaving the a warning box.

Back to Bug 1601811 Comment 8