Closed
Bug 1822917
Opened 2 years ago
Closed 2 years ago
Port bug 1738056: About Thunderbird window appears in top left for an instant before moving to the center
Categories
(Thunderbird :: Upstream Synchronization, defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird112 affected)
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird112 | --- | affected |
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Verified the jump happens on current Thunderbird beta (112) on macOS.
Some of the upstream bug is already ported in Bug 1816532, plan for this to cover D172007.
Assignee | ||
Comment 1•2 years ago
|
||
The async onLoad function causes problems on macOS causing the About dialog
to momentarily appear in the top left corner of the screen then jump to the
middle. Some work behind the scenes with localization now allows it to be
synchronous and then the window position can be set with "centerscreen".
Depends on D169723
Updated•2 years ago
|
Assignee: nobody → rob
Attachment #9323612 -
Attachment description: WIP: Bug 1822917 - Port bug 1738056: Stop initializing the about window asynchronously and manually sizing it. → Bug 1822917 - Port bug 1738056: Stop initializing the about window asynchronously and manually sizing it. r=#thunderbird-front-end-reviewers
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Pushed by micah@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/54b518b14d89
Port bug 1738056: Stop initializing the about window asynchronously and manually sizing it. r=aleca
You need to log in
before you can comment on or make changes to this bug.
Description
•