Closed
Bug 1675
Opened 26 years ago
Closed 26 years ago
Scrollbars have cosmetic problem
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: michael.j.lowe, Assigned: rods)
Details
Scroll bars in Windows NT have a miscoloured line down the length of both edges.
It can be corrected by commenting out the following line of code in
nsWindow::ProcessMessage (ie. they should not have a coloured background) -
case WM_CTLCOLORLISTBOX:
case WM_CTLCOLOREDIT:
case WM_CTLCOLORBTN:
// case WM_CTLCOLORSCROLLBAR:
case WM_CTLCOLORSTATIC:
Updated•26 years ago
|
Assignee: kmcclusk → rods
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
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.
You need to log in
before you can comment on or make changes to this bug.
Description
•