Closed
Bug 301402
Opened 19 years ago
Closed 19 years ago
HideWindowChrome sets fullscreen mode in GTK2 nsWindow
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
Details
Attachments
(1 file)
7.41 KB,
patch
|
blizzard
:
review+
blizzard
:
superreview+
shaver
:
approval1.8b4+
|
Details | Diff | Splinter Review |
This is pretty bogus. If you want to use HideWindowChrome (via hidechrome="true"
in the XUL <window>) then we try to make the window fullscreen instead of hiding
the chrome.
The solution is really simple: have nsWindow::HideWindowChrome just hide the
chrome, and override MakeFullScreen to do the fullscreen thing.
Assignee | ||
Comment 1•19 years ago
|
||
Obvious patch. I've ensured that MakeWindowFullScreen does exactly the same
things that it used to do. Only users of HideWindowChrome outside of
MakeWindowFullScreen will be affected.
Attachment #189860 -
Flags: superreview?(blizzard)
Attachment #189860 -
Flags: review?(blizzard)
Updated•19 years ago
|
Attachment #189860 -
Flags: superreview?(blizzard)
Attachment #189860 -
Flags: superreview+
Attachment #189860 -
Flags: review?(blizzard)
Attachment #189860 -
Flags: review+
Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 189860 [details] [diff] [review]
fix
widget bug that makes the XUL hidechrome="true" not work on GTK2. Low risk.
Attachment #189860 -
Flags: approval1.8b4?
Comment 3•19 years ago
|
||
Comment on attachment 189860 [details] [diff] [review]
fix
a=shaver
Attachment #189860 -
Flags: approval1.8b4? → approval1.8b4+
Assignee | ||
Comment 4•19 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•