Closed
Bug 140788
Opened 23 years ago
Closed 23 years ago
Hebrew vowel rendering bad in align=justify tables
Categories
(Core :: Internationalization, defect)
Tracking
()
People
(Reporter: jacobs, Assigned: tetsuroy)
Details
(Keywords: intl)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0+)
Gecko/20020428
BuildID: 2002042808
The Hebrew vowels that should be rendered below
Hebrew consonants are not rendered that way in table
cells that have align set to "justify". The bug
might be a duplicate of bug #127661.
Reproducible: Always
Steps to Reproduce:
1. Edit=>Preferences Appearance=>Fonts.
Set Hebrew fonts so that Proportional=Serif.
Most font choices have the problem. Avoid David
Transparent, Fixed Miriam Transparent, Lucida Sans
Unicode, Miriam Transparent, and Rod Transparent.
2.Navigate the browser to view the sample code.
3.The problem is in the header cell at the upper right.
Actual Results: The vowels will appear between consonants. The word
in the header cell will be pushed to the right, slightly
outside the table boundary.
Expected Results: Vowels below consonants. All words in cells should
be inside the table boundaries.
<TITLE>TH align and valign</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
</HEAD>
<BODY>
<H1>TH align and valign</H1>
<TABLE lang="he" dir="rtl" border="1">
<CAPTION lang="en" dir="ltr">align=justify valign=top</CAPTION>
<TR>
<TH align="justify" valign="middle">וְאֵת</TH>
<TH>הָאָרֶץ1</TH>
<TH>בָּרָא<BR>בָּרָא<BR>בָּרָא<BR>בָּרָא</TH>
<TH>אֵת3</TH>
</TR>
<TR>
<TH>וְאֵת</TH>
<TD>בְּרֵאשִׁית11</TD>
<TD>בָּרָא12</TD>
<TD>אֱלֹהִים13</TD>
</TR>
<TR>
<TH>וְאֵת
וְאֵת
וְאֵת
וְאֵת</TH>
<TD>אֵת21</TD>
<TD>הַשָׁמַיִם22</TD>
<TD>וְאֵת23</TD>
</TR>
<TR>
<TH>וְאֵת</TH>
<TD>בְּרֵאשִׁית11</TD>
<TD>בָּרָא12</TD>
<TD>אֱלֹהִים13</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 60546 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Mark as verified dup. Please re-open if disagree.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•