Closed
Bug 66335
Opened 25 years ago
Closed 25 years ago
"scrolling" attribute on a frame is ignored
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
People
(Reporter: sfraser_bugs, Assigned: pollmann)
Details
In a frameset such as the following:
<frameset cols="105,403" rows="*">
<frame src="left_frame.html" scrolling="yes">
<frame src="right_frame.html" name="" frameborder="YES">
</frameset>
the 'scrolling'a attribute on the first frame should cause a scrollbar to
permanently show in that frame, even if it's disaabled because the frame doesn't
need to be scrolled. In Mozilla, the scrollbar never shows.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 44306: "Forced scrollbars don't show up."
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•