Closed Bug 61983 Opened 24 years ago Closed 24 years ago

opened window to which document is written lacks scrollbars

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Other
defect

Tracking

()

VERIFIED DUPLICATE of bug 55334

People

(Reporter: martin.honnen, Assigned: jst)

Details

Attachments

(1 file)

The following code opens a new window and document.writes some hundred lines to
it. Mozilla (2000112520) doesn't manage to display the requested and necessary
scrollbars.

function openWin () {
  var w = open('about:blank', 'output', 'scrollbars=1,resizable=1');
  w.document.open();
  for (var i = 0; i < 100; i++)
    w.document.write(i + ' Kibology.<BR>');
  w.document.close();
}
openWin();

*** This bug has been marked as a duplicate of 55334 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 55334: "No scollbars for javascript generated content"
Status: RESOLVED → VERIFIED
Blocks: 90728
No longer blocks: 90728
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: