Closed
Bug 606297
Opened 13 years ago
Closed 13 years ago
Enable full screen mode on Mac
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b2
People
(Reporter: mnyromyr, Assigned: stefanh)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
12.30 KB,
patch
|
mnyromyr
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Bug 505699 enabled full screen mode on Mac for FF. We should have that, too, so you can do presentations with your Mac using SM. ;-)
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → stefanh
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 487442 [details] [diff] [review] WIP1 Actually, this one should be OK for now, I think. Note that we really want "real" fullscreen in the end, but I think that it's out of scope for this bug. Note also that Mac don't want the close/minimize buttons (I ripped the restore button from Firefox).
Attachment #487442 -
Flags: review?(mnyromyr)
![]() |
||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 487442 [details] [diff] [review] WIP1 Neil, I suppose you should have a look at this ;-)
Attachment #487442 -
Flags: superreview?(neil)
Reporter | ||
Comment 4•13 years ago
|
||
Comment on attachment 487442 [details] [diff] [review] WIP1 First, the patch doesn't apply cleanly anymore (but nothing serious). >+++ b/suite/themes/classic/jar.mn >+ skin/classic/navigator/icons/restore.gif (navigator/icons/restore.gif Second, my mathematical mind makes me mutter. ;-) Unclosed braces are so ... missing. *g* >+#close-button, > #minimize-button { >- list-style-image: url("chrome://navigator/skin/icons/minimize.gif"); >+ display: none; > } Third, did you have a look at Modern as well? I think close and minimize should be hidden there as well, especially since minimize isn't working at all. r=me with these fixed.
Attachment #487442 -
Flags: review?(mnyromyr) → review+
Reporter | ||
Updated•13 years ago
|
Summary: Full screen mode on Mac → Enable full screen mode on Mac
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to comment #4) > Third, did you have a look at Modern as well? > I think close and minimize should be hidden there as well, especially since > minimize isn't working at all. That would mean that they would be hidden for all OS. Do you really want that?
Comment 6•13 years ago
|
||
(In reply to comment #5) > (In reply to comment #4) > > Third, did you have a look at Modern as well? > > I think close and minimize should be hidden there as well, especially since > > minimize isn't working at all. > That would mean that they would be hidden for all OS. Do you really want that? Just use suite/browser/mac/platformNavigationBindings.xul to hide them.
Reporter | ||
Comment 7•13 years ago
|
||
(In reply to comment #5) > hidden for all OS. Do you really want that? Of course not.
Assignee | ||
Comment 8•13 years ago
|
||
(In reply to comment #6) > Just use suite/browser/mac/platformNavigationBindings.xul to hide them. Ah, right - much cleaner also :-)
Attachment #487442 -
Attachment is obsolete: true
Attachment #489212 -
Flags: superreview?(neil)
Attachment #487442 -
Flags: superreview?(neil)
Assignee | ||
Comment 9•13 years ago
|
||
(also fixed the brace)
Reporter | ||
Updated•13 years ago
|
Attachment #489212 -
Flags: review+
Updated•13 years ago
|
Attachment #489212 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 10•13 years ago
|
||
http://hg.mozilla.org/comm-central/rev/f8d3569a79a5
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b2
You need to log in
before you can comment on or make changes to this bug.
Description
•