Closed
Bug 4780
Opened 26 years ago
Closed 25 years ago
[PP][BLOCKER] Mac Borderless top-level windows
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M9
People
(Reporter: kmcclusk, Assigned: beard)
References
Details
(Whiteboard: [PDT+])
Need to implment borderless top-level window on the Mac.
This is a blocker for frame-based combo boxes.
This is also a blocker for XPFE popup trees.
Assignee | ||
Comment 1•26 years ago
|
||
This is an easy one!
Status: NEW → ASSIGNED
Summary: [BLOCKER] Mac Borderless top-level windows → [BLOCKER] Mac Borderless top-level windows
Target Milestone: M5
Assignee | ||
Comment 2•26 years ago
|
||
need a new widget for this on Mac.
Reporter | ||
Comment 3•26 years ago
|
||
Patrick, This should be a new window style that is passed in the Init. I talked
to Pierre about this and he has to do some work to make the Mac obey the window
styles.
Updated•26 years ago
|
Assignee: beard → pierre
Status: ASSIGNED → NEW
Comment 4•26 years ago
|
||
Reassigned to myself. The fix is in my tree.
Updated•25 years ago
|
Assignee: pierre → kmcclusk
Comment 5•25 years ago
|
||
Fixed but I don't know how to verify it. Reassigned to Kevin to mark it fixed or
tell me how to verify.
Updated•25 years ago
|
Target Milestone: M5 → M6
Comment 6•25 years ago
|
||
Moving to M6.
Reporter | ||
Updated•25 years ago
|
Assignee: kmcclusk → beard
Reporter | ||
Comment 7•25 years ago
|
||
Patrick, We need to be able to create a view which manages a border-less
top-level window, before I can verify that this works. Let me know when you have
completed the changes to view to support this. I'll then create the drop-down
list for the combobox using this setting. I'm reassigning this bug to you. You
should reassign it back to me when you have completed the view work.
Comment 8•25 years ago
|
||
In fact, it's easy to verify: using one of our apps (Viewer, AppRunner,
WidgetTest, etc...), create the top-level windows with the flag
'eBorderStyle_none' in 'nsWidgetInitData'.
Later, when the combobox is completed and if it doesn't work on the Mac, we can
open a more specific bug report.
Comment 9•25 years ago
|
||
Thinking about it... We'll probably have to cheat in the combobox code so that
the borderless window doesn't deactivate the main window.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 10•25 years ago
|
||
Work is done, but needs nsView.cpp changes, moving to M7 to verify.
Severity: normal → blocker
Summary: [BLOCKER] Mac Borderless top-level windows → [PP][BLOCKER] Mac Borderless top-level windows
Assignee | ||
Updated•25 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Comment 11•25 years ago
|
||
Kevin, what test case creates combo boxes?
Comment 12•25 years ago
|
||
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
Comment 13•25 years ago
|
||
Bug 9116 is probably a duplicate of this one.
Comment 14•25 years ago
|
||
*** Bug 9116 has been marked as a duplicate of this bug. ***
Comment 15•25 years ago
|
||
moving to m9. beard's on vacation
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 16•25 years ago
|
||
We do support eBorderStyle_none when creating top-level windows. So I'd say this
bug can be closed.
Assignee | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: FIXED → DUPLICATE
Assignee | ||
Comment 17•25 years ago
|
||
Kevin says this is a duplicate of #6871.
*** This bug has been marked as a duplicate of 6871 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 18•25 years ago
|
||
verified dup
Comment 19•25 years ago
|
||
Putting on [PDT]+ radar.
You need to log in
before you can comment on or make changes to this bug.
Description
•