Closed
Bug 29208
Opened 25 years ago
Closed 25 years ago
Scrollbars sometimes not there when they should be
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: cjgrant, Assigned: rickg)
References
()
Details
Attachments
(2 files)
WinNT V4
Build Id: 2000022408
When opening some screens at different sites, the scroll bar does not appear. If
you then refresh the screen then it does. I have tracked down as far as I can to
it being a problem with <BASE TARGET="_top">.
Below are two files required to test this with.
<FILE1 TEST1.HTML>
<html><head><title>CNET.com - News</title></head><frameset rows="100%,*"
border=0><frame src="file:///c|/temp/test2.html"></frameset></html>
</FILE1>
<FILE2 TEST2.HTML>
<html>
<head>
<BASE TARGET="_top">
</head>
<a
href="http://news.cnet.com/news/0-1004-200-1557140.html?tag=st.ne.1002.tgif?st.ne.fd.gif.d"><b>VA
Linux reports revenue growth but broader loss</b></a>
</body>
</html
</FILE2>
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
This problem is regularly occuring on www.news.com.au as as this a well visited
site, I beleive this should be looked into before beta1
Keywords: beta1
Comment 4•25 years ago
|
||
removing beta 1 from keywords...this is a known bug.
it has been fixed - reporter - what version of mozilla are you using?
Keywords: beta1
Reporter | ||
Comment 5•25 years ago
|
||
Just checked this with Win NT4 Build 2000030913 and concur that this has been
fixed. Thanks you.
Comment 6•25 years ago
|
||
ok, marking worksforme, as this has been fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•