Closed
Bug 507727
Opened 16 years ago
Closed 16 years ago
Unified toolbars don't work in dialog windows
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: mstange, Assigned: mstange)
Details
Attachments
(1 file)
1.90 KB,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
When windows are created with the window type eWindowType_dialog, we don't use the ToolbarWindow class for our native NSWindow. This means that those windows don't use our custom title bar drawing and they can't show toolbar collapse buttons.
When you try to use a unified toolbar in those windows, it will look like attachment 375394 [details] (or http://www.twitfactory.com/shots/prefGeneral.png )
I think we should just make nsCocoaWindow.mm treat eWindowType_dialog exactly like eWindowType_toplevel.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #392050 -
Flags: review?(joshmoz)
Attachment #392050 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•