Open
Bug 1187153
Opened 9 years ago
Updated 2 years ago
Right side of the window can sometimes be cut off after window layout changes
Categories
(Core :: Widget: Win32, defect, P4)
Tracking
()
NEW
People
(Reporter: ntim, Unassigned)
References
Details
(Whiteboard: tpi:+)
Attachments
(5 files)
I have no precise STR for this, but here are some paths to reproduce it :
- Only happens when window is restored (not maximized)
- Entering customize mode then enabling the DevEdition theme sometimes trigger this
- Resizing the window manually by dragging an edge fixes the issue
Usually happens in conjunction with bug 1187125.
Intermittent issue.
Reporter | ||
Comment 1•9 years ago
|
||
with the menu button hovered instead of the close button
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
Reporter | ||
Comment 5•9 years ago
|
||
See https://bugzilla.mozilla.org/show_bug.cgi?id=1173725#c124 for more details
Comment 6•9 years ago
|
||
Tim, is it possible that this happens when you change your display scaling options in Windows (or use multiple displays)?
We've had some issues there, all of which usually disappear once you log out and back in (as MS recommends)
Reporter | ||
Comment 7•9 years ago
|
||
(In reply to Philipp Sackl [:phlsa] (Firefox UX) please use needinfo from comment #6)
> Tim, is it possible that this happens when you change your display scaling
> options in Windows (or use multiple displays)?
> We've had some issues there, all of which usually disappear once you log out
> and back in (as MS recommends)
The whole Windows session happens with 100% DPI, with a single display only. The issue disappears on Firefox restart.
Reporter | ||
Comment 8•9 years ago
|
||
The issue happened on Windows 7 and 8 when I was messing around with a custom window frame.
Comment 10•9 years ago
|
||
(In reply to Tim Nguyen [:ntim] (mostly away until 26 August) from comment #8)
> The issue happened on Windows 7 and 8 when I was messing around with a
> custom window frame.
This shouldn't block bug 1173725 then.
No longer blocks: 1173725
OS: Unspecified → Windows
Reporter | ||
Comment 11•9 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #10)
> (In reply to Tim Nguyen [:ntim] (mostly away until 26 August) from comment
> #8)
> > The issue happened on Windows 7 and 8 when I was messing around with a
> > custom window frame.
>
> This shouldn't block bug 1173725 then.
It should, bug 1173725 introduced custom caption buttons/window frame by default.
Comment 12•9 years ago
|
||
(In reply to Tim Nguyen [:ntim] (mostly away until 26 August) from comment #11)
> (In reply to Dão Gottwald [:dao] from comment #10)
> > (In reply to Tim Nguyen [:ntim] (mostly away until 26 August) from comment
> > #8)
> > > The issue happened on Windows 7 and 8 when I was messing around with a
> > > custom window frame.
> >
> > This shouldn't block bug 1173725 then.
>
> It should, bug 1173725 introduced custom caption buttons/window frame by
> default.
I see. Do you know which part of that bug's patches exactly caused this bug then?
Reporter | ||
Comment 13•9 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #12)
> (In reply to Tim Nguyen [:ntim] (mostly away until 26 August) from comment
> #11)
> > (In reply to Dão Gottwald [:dao] from comment #10)
> > > (In reply to Tim Nguyen [:ntim] (mostly away until 26 August) from comment
> > > #8)
> > > > The issue happened on Windows 7 and 8 when I was messing around with a
> > > > custom window frame.
> > >
> > > This shouldn't block bug 1173725 then.
> >
> > It should, bug 1173725 introduced custom caption buttons/window frame by
> > default.
>
> I see. Do you know which part of that bug's patches exactly caused this bug
> then?
My guess is "-moz-appearance: window" on #main-window, which caused this.
Comment 14•9 years ago
|
||
Sounds like a widget or layout bug.
Updated•8 years ago
|
Whiteboard: tpi:+
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•