Closed
Bug 88856
Opened 25 years ago
Closed 25 years ago
when text/plain content served to a frame, no scrollbars
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jmd, Assigned: pollmann)
References
()
Details
The top frame of the URL is served as text/plain. The only way to scroll through
it by drag-selecting. Note Netscape 4.7 also does not display a scroll bar at
the top, but in 4.7 you can't even drag to scroll.
Comment 1•25 years ago
|
||
This time - it's not a bug, it's a feature. The frameset is:
<frameset rows=143,*>
<frame name=banner src="New Page 2-Dateien/Header.txt" noResize scrolling=no
target="contents">
<frameset cols=165,*>
<frame name=contents src="New Page 2-Dateien/sale...
What do you expect from scrolling=no ? =)
(Scrolling=No does not forbid scrolling, it ensures that no scrollbars are
displayed)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Product: Core → Core Graveyard
Updated•8 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•