Closed
Bug 46142
Opened 25 years ago
Closed 25 years ago
<frameset> without <body> causes visual artifacts
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
People
(Reporter: benjy, Assigned: pollmann)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (X11; U; Linux 2.2.15 i586)
BuildID: 2000072020
If there is a <frameset> tag having at least one <frame> tag in a page without a
<body> tag, a display problem may occur. If the "src" attribute of the <frame>
tag is missing or messed up, mozilla can get very confused. Under these
conditions, visual artifacts of interface elements (menus, bottons, labels,
etc.) appear within the HTML display area.
Reproducible: Always
Steps to Reproduce:
1. Load the referenced URL.
2. If there is no visual garbage, simply reload or click on a menu.
The minimal test case is one line. Create and load a file containing *only* the
following line:
<frameset><frame></frameset>
Actual Results: Visual artifacts are present on the screen.
Expected Results: Mozilla should not have drawn bits of the GUI in the HTML
area.
Walk84 verified that the same bug displays on the 2000072108 Windows 2000 build.
Note: Other than the visual artifacts, mozilla still functions properly. The
user can proceed on to other sites.
| Assignee | ||
Comment 2•25 years ago
|
||
This problem is already reported as bug 35986. Marking duplicate!
*** This bug has been marked as a duplicate of 35986 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
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
•