Closed Bug 16384 Opened 25 years ago Closed 25 years ago

SCROLLING attribute of IFRAME is ignored

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P3)

HP
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 14827

People

(Reporter: r_rom, Assigned: pollmann)

Details

(Whiteboard: [TESTCASE])

Attachments

(3 files)

Build #: 10-13-99.

STEPS TO REPRODUCE:

1. Load the following:
<html>
<body>
<IFRAME ID="IFrame1" FRAMEBORDER="1" SCROLLING="no" SRC="testsrc.txt"
height=500 width=600></IFRAME>
</body>
</html>

Note: assign SRC attribute a valid file name. The file should be too long to
fit the iframe's specified size.

EXPECTED:
  Should be no scrolling bars.

RESULTS:
  Displays vertical scrolling bar regardless of the value of SCROLLING
attribute.
Assignee: karnaze → pollmann
Reassigning to Eric.
For what it's worth, with 1999-10-12-16-M11 on Windows NT, using the
same testcase, scrollbars do NOT appear if the SRC points to an image taller
than the IFRAME, but do appear if the SRC points to an html file.
This is my results using 1999-10-13-13-M11 on Windows NT4 SP5:
Testcase 1, SRC is an image.
 SCROLLING=yes: first three is OK; last one: scrollbars should be insensitive
 SCROLLING=no:  OK
 SCROLLING unspecified: OK

Testcase 2, SRC is HTML.
 SCROLLING=yes: Shouldn't there be insensitive scrollbars as in image case ?
 SCROLLING=no: No scrollbars should be visible ?
 SCROLLING unspecified: OK

See also related bug 14827.
Whiteboard: [TESTCASE]
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Thanks for the sharp eyes mats, this is a duplicate.  The scrolling attribute is
simply ignored now, which is why you'll notice that all three test cases for
each iframe are the same (as it should behave when scrolling is not specified.)

I'm marking it a dup.

*** This bug has been marked as a duplicate of 14827 ***
Status: RESOLVED → VERIFIED
Agreed. This is a duplicate of 14827.
Product: Core → Core Graveyard
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.

Attachment

General

Created:
Updated:
Size: