Closed
Bug 28505
Opened 26 years ago
Closed 26 years ago
Scroll bars dont render correctly for fixed boxes.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: g16776, Assigned: eric)
References
()
Details
(Whiteboard: [nsbeta2-])
Attachments
(2 files)
If in CSS set "position: fixed;" and "overflow: auto" (or scroll), scrollbars
render separate from box.
Comment 1•26 years ago
|
||
<g16776@msk.sitek.net> Could you please attach a testcase to the bug report?
Also the URL above can't be loaded. If you have a screen snapshot, you can attach
it to the bug report as well.
Comment 3•26 years ago
|
||
Comment 4•26 years ago
|
||
I checked the testcase and didn't get the original problem, but the sliding bar
didn't work. You could scroll by using the arrows and "dragging" (without the
slider moving) to scroll the content in the box. The screen shot is how it
looked when scrolled to the bottom. Notice that the sliding bar is still at the
top.
This was with a CVS build from 2000-03-12 on Windows 2000.
Comment 6•26 years ago
|
||
checked on build 2000031516 on Win2k
The scrollbar behaves like it should, but it doesn't paint at all.
I managed to use the buttons, drag the thumb, and click below it for pgup/pgdn
operation.
Moreover, when I caused a repaint of this window (by dragging a window over it),
the scrollbar redrew properly. When I dragged a window exactly so as to
invalidate only the right half of the scrollbar, then moved the window away,
only the part that got oncovered got drawn properly.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•26 years ago
|
||
About the remaining problem: it's either platform-specific or it was fixed
sometime today.
- On Mac with a build from tonight, everything works correctly.
- On WinNT with a build from this morning, I get the same results as <yossioren>:
it works but the scrollbar doesn't redraw when you scroll.
Reassigned to evaughan. CCd attinasi in case the bug isn't fixed on all platforms
yet: he worked a while back on making clicks work in fixed/absolutely positioned
elements and may help Eric to track down the problem.
Assignee: pierre → evaughan
| Assignee | ||
Comment 9•26 years ago
|
||
This used to work but has been regressed. Its because when the slider gets trys
to get is primary frame it can't find one because its anonymous.
Comment 11•26 years ago
|
||
still some interesting problems here, nominating for nsbeta2
Keywords: nsbeta2
Comment 12•26 years ago
|
||
*** Bug 36812 has been marked as a duplicate of this bug. ***
Comment 15•26 years ago
|
||
Updating from [6/1] to [6/15]
Whiteboard: [nsbeta2+] 6/1 → [nsbeta2+][6/15]
Comment 16•26 years ago
|
||
Comment 17•26 years ago
|
||
Cleaning status whiteboard by marking beta2 minus (6/15 has passed)
This should be fixed... but I don't have a feeling for how many sites it will
actually impact.
Whiteboard: [nsbeta2+][6/15] → [nsbeta2-]
| Assignee | ||
Comment 18•26 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 19•25 years ago
|
||
Netscape's standard compliance QA team reorganised itself once again, so taking
remaining non-tables style bugs. Sorry about the spam. I tried to get this done
directly at the database level, but apparently that is "not easy because of the
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
You need to log in
before you can comment on or make changes to this bug.
Description
•