Closed Bug 293021 Opened 20 years ago Closed 20 years ago

-moz-outline not rendered around tables or table elements

Categories

(Core :: Layout: Tables, defect)

1.7 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: srt, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.2 StumbleUpon/1.9993
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.2 StumbleUpon/1.9993

-moz-outline is not being rendered when used on tables or table elements.

Sample html:

<html>
<body>
<div style="outline:1px solid #F66">
<table style="-moz-outline:1px solid #F66">
<tr style="-moz-outline:1px solid #F66">
<td style="-moz-outline:1px solid #F66">
R1C1
</td>
<td>
R1C2
</td>
</tr>
<tr>
<td>
R2C1
</td>
<td>
R2C2
</td>
</tr>
</table>
</div>
</body>
</html>

shows no outlining.

style:outline apparently isn't in Firefox 1.0.3, but if it is based upon
-moz-outline it may have the same problem.

Reproducible: Always
Component: Layout → Layout: Tables
QA Contact: layout → layout.tables
Version: Trunk → 1.7 Branch
Your code works accordingly in Mozilla 1.8b2 build 2005050305 (trunk build)
under XP Pro SP2, so the next release of Firefox based on the 1.8 branch should
have the support for outline fixed.

Resolving as WORKSFORME

Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.