Closed
Bug 21154
Opened 25 years ago
Closed 25 years ago
XP menus should appear above Explorer taskbar
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: michael.j.lowe, Assigned: mikepinkerton)
References
Details
The bottom of long Mozilla menus are butted against the top of the Explorer
taskbar. Instead they should float above the explorer taskbar and use the
bottom of the screen as the menu absolute bottom limit. This is already done
correctly by rods@netscape.com for his combo-box widgets.
Reporter | ||
Comment 1•25 years ago
|
||
The following code is used by the combobox widget to work out screen dimensions.
Maybe the same approach would work for XP menus.
nsIDeviceContext* context;
aPresContext->GetDeviceContext( &context );
if ( nsnull != context )
{
context->GetDeviceSurfaceDimensions(width, height);
}
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Updated•25 years ago
|
Target Milestone: M13 → M15
Assignee | ||
Updated•25 years ago
|
Assignee: saari → pinkerton
Status: ASSIGNED → NEW
Assignee | ||
Comment 2•25 years ago
|
||
Taking menu/popup bugs.
BULK MOVE: Changing component from XP Menus to XP Toolkit/Widgets: Menus. XP
Menus component will be deleted.
Component: XPMenus → XP Toolkit/Widgets: Menus
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•25 years ago
|
||
bulk accepting xpmenu/popup bugs. sigh.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M18
Assignee | ||
Comment 6•25 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 7•25 years ago
|
||
verified with winNT opt comm bits, 2000.03.28.09
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: bugzilla → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•