Somehow I got the problem again, with: ``` "main-window":{"screenX":"-45","screenY":"-45","width":"1920","height":"1044","sizemode":"maximized"} ``` After removing that, I got: ``` "main-window":{"screenX":"-45","screenY":"-45","width":"1280","height":"939","sizemode":"maximized" ```
Bug 1800343 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Somehow I got the problem again, with ``` "main-window":{"screenX":"-45","screenY":"-45","width":"1920","height":"1044","sizemode":"maximized"} ``` After removing that, I got the non-problematic ``` "main-window":{"screenX":"-45","screenY":"-45","width":"1280","height":"939","sizemode":"maximized"} ```