Thanks, reproduced on the demo: open a few replies, maximise one, and the composers that were opened after it draw their recipients row and editor over the top of it.
The maximised window is positioned fixed but stays inside the dock's stacking context with no z-index of its own, so positioned parts of later composers paint over it in DOM order. Fix is small: give the maximised composer its own layer and hide the other composers while one is full screen. PR to follow.
Thanks, reproduced on the demo: open a few replies, maximise one, and the composers that were opened after it draw their recipients row and editor over the top of it.
The maximised window is positioned fixed but stays inside the dock's stacking context with no z-index of its own, so positioned parts of later composers paint over it in DOM order. Fix is small: give the maximised composer its own layer and hide the other composers while one is full screen. PR to follow.
Thank you for the report, Linus — a screenshot was all it took. The fix is live on ihasmail.com and on demo.ihasmail.com as of 2026.9.12+pr332: a full-screen composer now sits above the other open ones, which stay hidden until it is restored.
Thank you for the report, Linus — a screenshot was all it took. The fix is live on ihasmail.com and on demo.ihasmail.com as of 2026.9.12+pr332: a full-screen composer now sits above the other open ones, which stay hidden until it is restored.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Rebuilt from: GH Archive, session transcript.
Thanks, reproduced on the demo: open a few replies, maximise one, and the composers that were opened after it draw their recipients row and editor over the top of it.
The maximised window is positioned fixed but stays inside the dock's stacking context with no z-index of its own, so positioned parts of later composers paint over it in DOM order. Fix is small: give the maximised composer its own layer and hide the other composers while one is full screen. PR to follow.
Thank you for the report, Linus — a screenshot was all it took. The fix is live on ihasmail.com and on demo.ihasmail.com as of 2026.9.12+pr332: a full-screen composer now sits above the other open ones, which stay hidden until it is restored.