Closed
Bug 6056
Opened 26 years ago
Closed 26 years ago
[4.xP] Form displaced laterally
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: Crysgem, Assigned: harishd)
References
()
Details
Attachments
(2 files)
While using the M5 release (and at least one recent previous build) [M5
Apprunner Build ID 1999050423] on May 6, 1500 PDT --
A form at the page's end is rendered against the left margin, overlapping a
background GIF. Ancestor 4.5 and Enforcer 5.0 present this form agreeably, to
the right of said GIF.
<Speculation> The scripter's method of entagging the form in a secondary HTML
body, within the same file, may be culpable. I am attaching a copy of this
secondary content. </Speculation>
If the original complete page is desired (I will preserve it), indicate so and I
shall append.
Both the original URL and the small example renders correctly. Please verify
that this still exists.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 4•26 years ago
|
||
In the latest builds on Mac, Win, and Linux (6/02), the form is aligning left on
the page. I have attached a image to show this issue. I noticed that the HTMl
source has additional HTML tags which could be cause.
Status: RESOLVED → REOPENED
Updated•26 years ago
|
Resolution: WORKSFORME → ---
Comment 5•26 years ago
|
||
Comment 6•26 years ago
|
||
Here is the path to the gif image: http:slip/projects/marvin/stuff/Space_form.gif
Minimal Test Case:
<html>
<body>
<center>
<html>
<body bgcolor=#FFF9B4>
<form>
<table width=460 border=1>
<tr>
<td>
<center>
hello
</center>
</td>
</tr>
</table>
</form>
</body>
</html>
</center>
</body>
</html>
Assignee: rickg → harishd
Status: REOPENED → NEW
Target Milestone: M7
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Problem: The presence of second body in the document caused some of the styles
above it to be closed.
Fixed the problem.
Marking the bug fixed.
Comment 10•26 years ago
|
||
Aye, the misrepresentation is not repeated by the Apprunner numbered 1999061008.
However, a minor bug concerning <Title> data remains - see Bug 7957.
You need to log in
before you can comment on or make changes to this bug.
Description
•