Closed
Bug 145992
Opened 23 years ago
Closed 22 years ago
Native scrollbars are created twice
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mkaply, Assigned: jag+mozilla)
Details
Attachments
(1 file)
147 bytes,
text/html
|
Details |
It would appear that Native scrollbars are being created twice even though there
is only one on the page.
To see this on Windows, set a breakpoint in WindowClass() in nsSCrollbar.cpp.
Open the testcase. Your breakpoint get hits twice, with two different calls from
nsView::CreateWidget with two different views.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•22 years ago
|
||
It seems on BeOS it results in very weird appearance
http://www.fi.tartu.ee/~sergei_d/2ScrollBarsInBeZilla2.PNG
Reporter | ||
Comment 3•22 years ago
|
||
Native scrollbars aren't around anymore.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•