Closed
Bug 163791
Opened 22 years ago
Closed 22 years ago
No vertical scrollbar for large applet
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: mozilla, Assigned: jag+mozilla)
References
()
Details
2002082004 trunk
Load the URL and size the window vertically. Note the lack of scrollbars at any
size.
Comment 1•22 years ago
|
||
the top level document is a frameset that specifies that there should be no
scrollbars. And, presto, mozilla obliges the author, which is exactly what
Nav4.x and IE5.5 on win32 do as well.
<FRAMESET rows=170,* border=0 frameBorder=0 frameSpacing=0>
<FRAME name=top_wnd scrolling=no src="ex1top.html">
<FRAME name=main_wnd scrolling=no src="ex1main.html">
</FRAMESET>
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•22 years ago
|
||
Ok. I feel silly. Sorry for the spam.
You need to log in
before you can comment on or make changes to this bug.
Description
•