Closed
Bug 157516
Opened 23 years ago
Closed 7 years ago
Last line of <DD>text</DD> is justified instead of left-aligned.
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: foxy, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a+) Gecko/20020714
BuildID: 20020714
The last line in paragraphs are not right justified (in IE is ok).
Reproducible: Always
Steps to Reproduce:
1. Go to the URL
2.
3.
Comment 1•23 years ago
|
||
MOZ 1.1+(buildID 2002071408) and IE6(SP1 and SSP1) have both problems to justify
this page
-> itemized lines are fully justified in MOZ
-> last lines(<p>) are not justified in IE
-> last lines(<p>) are bad justified in MOZ
do you have other pages with the same problem?
Comment 2•23 years ago
|
||
Due to my lack of knowledge about bidi-text, I'm not marking this as confirmed.
BUT, I did see exactly the same behavior as described in the bug description.
WinXP trunk build 2002071108
| Reporter | ||
Comment 3•23 years ago
|
||
I just tried this pahe again in IE version 6.00.2600.0000.xpclnt_qfe.010827-1803
(under Windows XP professional) and the justifying of the last line in
paragraphs are OK.
I'm able to read the original text of the example, so I can tell you it has
nothing to do with RIGHT align or bidi text. The text should be formatted like this:
-------------------------
fish fish fish fish
fish fish fish fish.
-------------------------
Instead of current
-------------------------
fish fish fish fish
fish fish fish fish.
-------------------------
Confirming on Build 2002071504/win2000, but gonna check for dupes.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Something wrong with text justify → Last line of <DD>text</DD> is justified instead of left-aligned.
See bug 1783, it's not exact dupe, but pretty similar (it describes the problem
with justification inside <p>...</p>, and this bug is about <dd>...</dd>)
Comment 6•23 years ago
|
||
The problem is the missing <dl> and the fact that the combination of the table
and the align="justify" div leads to odd layout if the <dl> is not there.
Comment 7•23 years ago
|
||
to tables; this has absolutely nothing to do with XP apps -- that's for stuff
_outside_ the content area.
Assignee: sgehani → karnaze
Component: XP Apps → HTMLTables
QA Contact: paw → amar
according to my testcase, I dont think it is an bug of table.
so change it component to layout.
Component: HTMLTables → Layout
Comment 10•23 years ago
|
||
Just a reminder: the fact that text in <dd>...</dd> is justified is not a
problem, the problem is that the _last_ line of text in <dd>...</dd> is
justified is.
Comment 12•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Component: Layout → Layout: Tables
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 13•22 years ago
|
||
back to layout
Assignee: table → other
Component: Layout: Tables → Layout
QA Contact: madhur → ian
Comment 14•22 years ago
|
||
.
Assignee: other → font
Component: Layout → Layout: Fonts and Text
OS: Windows XP → All
Priority: P3 → --
Hardware: PC → All
Target Milestone: Future → ---
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Priority: P3 → P2
Comment 15•19 years ago
|
||
I think this is working (looks fine to me in FF 1.5 and trunk).
Updated•16 years ago
|
Assignee: layout.fonts-and-text → nobody
QA Contact: ian → layout.fonts-and-text
Comment 16•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 17•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Comment 18•7 years ago
|
||
AFAICS looking at the testcases here, this is no longer an issue (see also comment 15). Closing as WFM; if there's a current issue, please provide an updated testcase and description.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•