Closed
Bug 100536
Opened 24 years ago
Closed 22 years ago
HTML 4.01 Quick Reference sidebar corrupts on scroll
Categories
(Core :: Layout, defect, P1)
Tracking
()
Future
People
(Reporter: ilya.konstantinov+future, Assigned: attinasi)
References
()
Details
Attachments
(1 file)
|
12.37 KB,
image/png
|
Details |
To reproduce:
1. Start a fresh new copy of Mozilla.
2. Open the Sidebar (F9).
3. Add the "HTML 4.01 Quick Reference" sidebar ( from
http://developer.netscape.com/evangelism/sidebar/ ).
4. Switch to the "HTML 4.01 Quick Reference" sidebar and wait for it to load.
5. Scroll down.
6. Scroll up.
Problem: The sidebar page corrupts (the "Elem Attr TOC" header gets smeared all
over the page).
Curious fact:
Only appears on the first attempt. If you'll close and reopen the sidebar (via
F9), switch to another sidebar and back or go to a page inside the sidebar (e.g.
"Attr"), the effect would no longer reproduce until you restart Mozilla.
Comment 1•24 years ago
|
||
Reporter: what build are you using? I have been using the HTML 4.01 quick ref
sidebar for a while and haven't seen that yet and I just did all your steps
again to double check and I still don't see that. I am using Linux trunk build
2001091808.
| Reporter | ||
Comment 2•24 years ago
|
||
Still perfectly reproducable on today's nightly, as well as under 0.9.4 (my
usual version) and Netscape 6.1 (just for the sake of trying).
For the record, it's a Debian GNU/Linux system running XFree86 4.1.0.
| Reporter | ||
Comment 3•24 years ago
|
||
| Reporter | ||
Comment 4•24 years ago
|
||
The distance between the replicated headings (as seen in the screenshot) depends
on the scrolling speed. Mouse wheel scrolls (which advance many pixels at a
time) and fast movements of the scrollbar result in more distance.
| Assignee | ||
Comment 5•24 years ago
|
||
Could this be related to bug 100574? I only ask because they both came to my
attention today, and both are on Linux only, and both seem to indicate an
invalidation / painting problem.
Comment 6•24 years ago
|
||
Confirming this issue on the Linux Sept 24 branch build (2001-09-24-08). I have
not been able to repro this same problem on the Mac OS X Sept 24th build.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 7•24 years ago
|
||
I think it is a fixed-positioning problem, and I see it on the CSS2 Quick Ref. too.
The rule for the top row of 'tabs' is here:
div.topLinks {padding: 4px 0 0 1px; background: #DDE; border-bottom: 1px solid
gray; white-space: nowrap; text-align: left; font: bold 11px Arial, sans-serif;
position: fixed; top: 0; bottom: auto; height: auto; left: 0; right: 0; width:
100%;}
Those 'tabs' are the parts that I see mucking the display.
Updated•24 years ago
|
Target Milestone: --- → mozilla1.0.1
| Assignee | ||
Comment 8•23 years ago
|
||
Moving Mozilla 1.01 bugs to 'future' milestone with priority P1
I will be pulling bugs from 'future' milestones when scheduling later work.
Priority: -- → P1
Target Milestone: mozilla1.0.1 → Future
Comment 10•22 years ago
|
||
*** This bug has been marked as a duplicate of 93526 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•