Closed
Bug 29447
Opened 25 years ago
Closed 22 years ago
[MARGIN-C][P-Margin] <center><p> adds extra line break
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
mozilla1.1alpha
People
(Reporter: bugzilla, Assigned: attinasi)
References
()
Details
(Keywords: testcase, top100, Whiteboard: [nsbeta2-] [TESTCASE] [nsbeta3-])
Attachments
(3 files)
I am using mozilla SEAMONKEY daily build 2000022508 on windows 98 (dutch).
When loading the www.xs4all.nl page the first image (welkom bij internet
provider xs4all) does not match with the rest of the table (drawn at incorrect
place). In netscape 4.7 and IE 4 this page is displayed correctly. Other images
at the bottom of the page are also drawn at incorrect places.
Component should probably be HTML Tables, since the site is layed out using
tables. Using my linux build (kernel 2.0.36, glibc 2.1.3, xfree86 3.3.5) made
using an afternoon pull of the February 26th CVS, I see the problem too -- all
the images seem to have been shifted downward roughly thirty pixels. The HTML
didn't look uncompliant, though they missed some quotes around an img src=.
Comment 2•25 years ago
|
||
Problem is caused by <P> tag following a <CENTER> tag at top of page. The <P>
adds extra space at the top of the page. Remove the <CENTER> tag, and no space
is inserted. CC: rickg
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
Probably same bug as bug 28920: <td><p> results in linebreak at beginning of
table cell.
Block layout issue so reassigning to Kipp's bug list
Assignee: troy → kipp
Comment 7•25 years ago
|
||
Comment 8•25 years ago
|
||
updating summary/whiteboard/keywords
Keywords: testcase
Summary: The slogan image is drawn at incorrect coordinates → <center><p> adds extra line break
Whiteboard: [TESTCASE]
mass-moving all remaining M16 bugs to M17
Status: ASSIGNED → NEW
Target Milestone: M16 → M17
Status: NEW → ASSIGNED
Summary: <center><p> adds extra line break → [P-Margin] <center><p> adds extra line break
Comment 10•24 years ago
|
||
I have lots of dups of this bug.
Nominally, all it does is add extra vertical top margin to some elements on some
pages.
Practically, it causes multiple images inside of tables to be mis-aligned. The
idea is the author uses multiple images, one per cell in a table, to construct
what looks like a single image. Any misalignment causes the page to look really
bad.
I'd say this should be treated like this: I'll work on it for a day. If I can
get a safe fix that doesn't cause any regressions, we should get it in for
beta2. Otherwise, it can wait, since it's not a crash, major
performance or useability problem.
This comes and goes on several top100 sites.
Keywords: nsbeta2
Comment 11•24 years ago
|
||
PDT team: to see how widespread this is, search on my bugs that include
[P-MARGIN] in the summary.
Comment 12•24 years ago
|
||
[nsbeta2+] [6/1] You've got your day.
Whiteboard: [TESTCASE] → [nsbeta2+] [6/1] [TESTCASE]
Comment 13•24 years ago
|
||
Updating from [6/1] to [6/15]
Whiteboard: [nsbeta2+] [6/1] [TESTCASE] → [nsbeta2+][6/15] [TESTCASE]
Comment 14•24 years ago
|
||
Cleaning up status whiteboard by marking beta2 minus (6/15 has passed)
Folks are clearly too doomed to get this done for beta2
Whiteboard: [nsbeta2+][6/15] [TESTCASE] → [nsbeta2-] [TESTCASE]
Comment 15•24 years ago
|
||
Comment 16•24 years ago
|
||
Well, no, actually, there are 2 bugs here, because the second simplified
testcase was actually a demonstration of a different bug...
Summary: [P-Margin] <center><p> adds extra line break → [MARGIN-C][P-Margin] <center><p> adds extra line break
Comment 17•24 years ago
|
||
Marking 4xp and top100 per above comments. Nominating for nsbeta3 consideration
in the correctness category--but if not widespread, we may have to FUTURE.
Assignee | ||
Comment 18•24 years ago
|
||
Denying approval for beta3: too many bugs and not enough resources, so this one
will have to be atteneded to in the future.
Whiteboard: [nsbeta2-] [TESTCASE] → [nsbeta2-] [TESTCASE] [nsbeta3-]
Target Milestone: M17 → Future
Comment 20•24 years ago
|
||
Reassigning to attinasi and moving to m1.0
Assignee: buster → attinasi
Status: ASSIGNED → NEW
Target Milestone: mozilla0.9 → mozilla1.0
Comment 21•23 years ago
|
||
*** Bug 79597 has been marked as a duplicate of this bug. ***
Comment 22•23 years ago
|
||
And problem:
adsl.startkabel.nl. You see this blue balk. it's incorrect.
Comment 23•23 years ago
|
||
This bug should be All/All.
Updated•23 years ago
|
OS: Windows 98 → All
Hardware: PC → All
Comment 24•23 years ago
|
||
*** Bug 96182 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.9
Updated•23 years ago
|
Priority: P2 → P3
Target Milestone: mozilla0.9.9 → mozilla1.1
Comment 25•22 years ago
|
||
This would be solved by a real fix for bug 33784.
*** This bug has been marked as a duplicate of 33784 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•