Closed Bug 382336 Opened 17 years ago Closed 16 years ago

With dir set to rtl certain unicode text is displayed across table cell boundary

Categories

(Core :: Layout: Text and Fonts, defect)

1.8 Branch
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: kimkunjj, Unassigned)

Details

(Keywords: rtl, testcase)

Attachments

(1 file)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11

Here is the test code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl">
<head>
<style>
.TabDimCell { border:solid 1px red}
</style>
</head>
<body>
<table>
<tr><td class="TabDimCell">this is some text</td>
<td class="TabDimCell"></td></tr>
<tr><td class="TabDimCell">aa</td>
<td class="TabDimCell">&#1612;obj</td></tr>
</table>
</body>
</html>

Reproducible: Always

Steps to Reproduce:
1.  Test the sample html code
2.
3.
Actual Results:  
"&#1612;obj" is displayed over the cell boundary

Expected Results:  
"&#1612;obj" should be contained in its table cell.
Attached file Test file
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a5pre) Gecko/20070529 Minefield/3.0a5pre

This WORKSFORME.
Component: General → Layout: BiDi Hebrew & Arabic
Keywords: testcase
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → layout.bidi
Hardware: PC → All
Version: unspecified → 1.8 Branch
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
WORKSFORME per comment 3
-> WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Component: Layout: BiDi Hebrew & Arabic → Layout: Text
QA Contact: layout.bidi → layout.fonts-and-text
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: