Closed
Bug 11331
Opened 25 years ago
Closed 23 years ago
(ll) Left edge of word is clipped when wrapped to new line
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: MatsPalmgren_bugz, Assigned: buster)
Details
(Keywords: css1, testcase, Whiteboard: [Hixie-P5])
Attachments
(3 files)
I was using 1999-08-04-09-M9 on Windows 98.
I will attach a small testcase.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Whiteboard: [TESTCASE]
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Comment 2•25 years ago
|
||
Moving to M13.
Comment 3•25 years ago
|
||
This appears fixed (haven't tried Win98 though).
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•25 years ago
|
||
Reporter | ||
Comment 5•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 6•25 years ago
|
||
I have attached an improved testcase to show what I mean more clearly I hope,
and an enlarged screenshot of what I see.
I think the text "Web-Store" should be rendered 1 pixel to the right
of where it is now (in both tables). When I first reported this bug the left tip
of the "W" in the yellow cell was clipped. Now it is rendered over the border.
Bug occurs with builds:
1999110417 on Windows NT 4.0 sp5
1999110508 on Windows 98 SE
Updated•25 years ago
|
Assignee: karnaze → kipp
Status: REOPENED → NEW
Comment 8•25 years ago
|
||
The table frames appear to be ok. The text "Web-Store" which get put on a new
line appears to be in frames which have the correct offsets. Notice that the row
group is indented 15 twips (1 pixel) for the table border and the block inside
the cell is indented 15 twips for the cell border. Removing the <font> tag seems
to fix the problem of the text writing outside of its frame.
TableRowGroup(tbody)(0)@01C18050 {15,15,810,600} [state=00
000004] sc=01C180C0<
TableRow(tr)(0)@01C18970 {0,0,810,600} [state=80000004]
sc=01C18BA0<
TableCell(td)(0)@01C1C4C0 {0,0,810,600} [state=0000000
4] sc=01C1C550<
Block(td)(0)@01C1C440 {15,15,780,570} [state=0018000
4] sc=01C1C170(i=2,b=0)<
line 01C1B590: count=1 state=inline,,,trimmed[0x20
8] mew=780 {0,0,450,285} <
Inline(font)(0)@01C1BAD0 next=01C1D870 next-in-f
low=01C1D870 {0,60,450,210} [state=00000004] sc=01C1BCA0<
Text(0)@01C1B5E0[0,7,F] next-in-flow=01C1D960
{0,0,450,210} [state=20000024] sc=01C1B7B0<
"Online "
>
>
>
line 01C1D820: count=1 state=inline,,,[0x200] {0,2
85,780,285} <
Inline(font)(0)@01C1D870 prev-in-flow=01C1BAD0 {
0,345,780,210} [state=00000004] sc=01C1BCA0<
Text(0)@01C1D960[7,9,T] prev-in-flow=01C1B5E0
{0,0,780,210} [state=40000024] sc=01C1B7B0<
"Web-Store"
>
>
>
>
>
>
>
Comment 10•25 years ago
|
||
Updating to default HTML Tables Assignee...kipp no longer with us :-(
Assignee | ||
Comment 11•25 years ago
|
||
mass moving all Kipp's pre-beta bugs to M15. Nisheeth and I will
prioritize these and selectively move high-priority bugs into M13 and M14.
Summary: Left edge of word is clipped when wrapped to new line → (ll) Left edge of word is clipped when wrapped to new line
Comment 12•25 years ago
|
||
Bulk moving [testcase] code to new testcase keyword. Sorry for the spam!
Keywords: testcase
Assignee | ||
Comment 15•25 years ago
|
||
This won't make beta2. Moved to M19.
Status: NEW → ASSIGNED
Target Milestone: M16 → M19
Assignee | ||
Comment 16•25 years ago
|
||
redistributing bugs across future milestones, sorry for the spam
Target Milestone: M19 → M21
Assignee | ||
Comment 17•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: M21 → Future
Comment 18•24 years ago
|
||
Netscape's standard compliance QA team reorganised itself once again, so taking
remaining non-tables style bugs. Sorry about the spam. I tried to get this done
directly at the database level, but apparently that is "not easy because of the
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
Reporter | ||
Comment 19•24 years ago
|
||
See the following URL for a similar discussion and solution, could it be the same?
http://developer.java.sun.com/developer/bugParade/bugs/4140220.html
Comment 20•24 years ago
|
||
Does this only happen in tables? Is it always 1px, or does it depend on the
font size?
Reporter | ||
Comment 21•23 years ago
|
||
WORKSFORME, 2001-08-01-03 on Windows 98 SE. (Checked both table and div with
a number of different font sizes.)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•