Open
Bug 186616
Opened 22 years ago
Updated 2 years ago
listbox doesn't refresh on load
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: jessie30, Unassigned)
References
Details
Attachments
(3 files)
64.70 KB,
text/html
|
Details | |
22.74 KB,
text/html
|
Details | |
1.73 KB,
patch
|
Details | Diff | Splinter Review |
Build: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2) Gecko/20021204
Platform: SunOS volleyball 5.9 Generic sun4u sparc SUNW,Sun-Blade-100
It is a gtk2 related bug.
Steps to Repor:
1.Start mozilla.
2.Go to the url
http://bugzilla.mozilla.org/query.cgi
3.Reload the page.
Expected Result:
Everything is ok.
Actual Result:
Scrollbar of listbox can't display after reloading the page. But it can display
after you move mouse on it.
If your network access is not in hight speed, this may be hard to reproduce. I
recommend to save the query page as local file. If it is still hard to
reproduce, scroll the page a little.
Comment 2•22 years ago
|
||
It seems caused by some unimplemented methods in nsScrollbar.
Comment 4•22 years ago
|
||
Yay, I can reproduce this with that test case.
Summary: Listbox can't refresh automatically. → listbox doesn't refresh on load
Comment 5•22 years ago
|
||
a simplified test case
Comment 6•22 years ago
|
||
Comment 7•22 years ago
|
||
you need to save the above test case locally, and reload to reproduce.
Comment 8•22 years ago
|
||
related to expose region. Use regions not area in the event cause avoid it.
Assignee: blizzard → bolian.yin
Comment 9•22 years ago
|
||
related to expose region. Use regions not area in the event can avoid it.
Comment 10•22 years ago
|
||
Updated•22 years ago
|
Attachment #111014 -
Flags: review?(blizzard)
Comment 11•22 years ago
|
||
The symptom here has been fixed. Does this patch actually implement the code
required to fix bug 121264?
Comment 13•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: yinbolian → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•