Closed
Bug 170184
Opened 22 years ago
Closed 22 years ago
Form scroll bars don't display anymore
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wolruf, Assigned: jag+mozilla)
References
()
Details
(Keywords: regression)
Attachments
(2 files)
Build ID: 2002092204 (trunk), Win2k.
Steps to reproduce:
1. Load http://bugzilla.mozilla.org/enter_bug.cgi?product=Browser
2. See the Component form selectbox without any scrollbar, it's transparent
instead or display content of a previous window which was on top of Mozilla before.
Sev: Critical 'it could be a smoketest blocker).
Reporter | ||
Comment 1•22 years ago
|
||
Will attach screenshot, this didn't happen with build 20020921 on Win2k (same box).
Severity: blocker → critical
Keywords: regression
Reporter | ||
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
hyatt's changes for bug 169373 look suspicious
Comment 4•22 years ago
|
||
Cc'ing hyatt's review-buddies.
/be
Comment 5•22 years ago
|
||
This is probably from my changes, but I no longer have access to a Win2k
machine, so I may need some help to figure out why this happens. I am unable
to reproduce this on WinXP (with themes off).
Comment 6•22 years ago
|
||
Form scroll bars are not themed in 2002092104 WinXP as well.
Comment 7•22 years ago
|
||
That's a different issue. bryner is checking in the patch for that.
Comment 8•22 years ago
|
||
This bug is also seen on 2002092208 on Windows 98.
Comment 9•22 years ago
|
||
I am at a complete loss. All the portions of the patch that affect list boxes
were backed out (by Asa and jrgm), and the problem persisted. This leaves two
possibilities:
(1) My patch is not the cause (unlikely)
(2) My patch is the cause, but it's something weird and non-obvious
Comment 10•22 years ago
|
||
backed out the checkin for bug 104934 which caused this bug.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 11•22 years ago
|
||
hmmm, strange.
I have been running Unicode mozilla for few weeks and I never seen
the scroll-bar disappeared on me. I will take a look at this tomorrow.
Comment 12•22 years ago
|
||
hyatt: What is the difference between this form scroll bar and the scroll bar
in the preference (eg. Pref/Navigator/Languages/Default Char Coding)?
The scroll bar in the pref is still ok with my change.
Comment 13•22 years ago
|
||
HTML select controls (listboxes) use native scrollbars (see
widget/src/windows/nsScrollbar.cpp), while other scrollbars are XUL scrollbars.
Comment 14•22 years ago
|
||
*** Bug 170289 has been marked as a duplicate of this bug. ***
Comment 15•22 years ago
|
||
Confirming all is ok. Using trunk build 2002092304 - WinXP.
You need to log in
before you can comment on or make changes to this bug.
Description
•