Closed
Bug 299607
Opened 20 years ago
Closed 20 years ago
Vertical scrollbar is missing for one of frames
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: relf, Assigned: jag+mozilla)
References
()
Details
Mozilla/Linux build 20050702
To reproduce:
1. Open provided URL
2. The site consists of two frames: left and right
3. Decrease vertical size of the browser window
4. Notice that no vertical scrollbar appear for the right frame
Comment 1•20 years ago
|
||
The URL actually shows three frames:
<frame src="left.html" name="leftmenu" frameborder=0 scrolling=no>
<frame src="main.html" name="main" frameborder=0 scrolling=auto>
<frame src="right.html" name="right" frameborder=0 scrolling=no>
For the left and right frames, scrolling is explicitly disabled, so that the
behaviour that there is no scrollbar for the right frame is correct. -> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•