Closed
Bug 275768
Opened 20 years ago
Closed 20 years ago
frame attribute scrolling="yes" not respected
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 According to HTML specs, setting a tag like the following should force scrollbars to be present whether they are needed or not. Gecko does not appear to respect this setting. <frame scrolling="yes"> does not appear to be differentiated at all from <frame scrolling="auto"> - auto appears to be the behavior regardless Reproducible: Always Steps to Reproduce: 1. view frameset with scrolling="yes" and little content 2. 3. Actual Results: scrollbars do not appear Expected Results: display scrollbars even if the content of the frame does not require them
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Both testcases work fine -- I see scrollbars. Marking worksforme, but if you have a testcase showing the problem in a current trunk build, please reopen the bug and attach said testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•6 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
•