Closed
Bug 293799
Opened 20 years ago
Closed 20 years ago
outline | -moz-outline does not work for TABLE elements ( THEAD, TBODY, TD )
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: dhtmlkitchen, Unassigned)
Details
(Keywords: testcase)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
The elements TD, THEAD, TBODY, TABLE do not render outlines.
Reproducible: Always
Steps to Reproduce:
1. view the testcase
2.
3.
Actual Results:
No outline/-moz-oultine rendered on table elements, but -moz-outline rendered on
other elements.
Expected Results:
The elements TD, THEAD, TBODY, TABLE should render outlines.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I see no outlines with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8)
Gecko/20050509 Firefox/1.0.4
I see outlines (albeit messed up ones) with Mozilla/5.0 (Windows; U; Windows NT
5.0; en-US; rv:1.8b2) Gecko/20050511 Firefox/1.0+ ID:2005051100
I suspect the messed-up-ness is to do with another bug - perhaps already filed.
I'll keep an eye on this and if another patch fixes it, resolve it as appropriate.
Component: General → Layout: Tables
OS: MacOS X → All
Product: Firefox → Core
Version: unspecified → 1.0 Branch
Comment 3•20 years ago
|
||
The bug as filed is worksforme on trunk. If there's a remaining trunk issue,
please file a bug on that issue with a clear testcase that has the expected
rendering described such that one can compare that to the actual rendering...
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Version: 1.0 Branch → 1.7 Branch
Comment 4•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050509
Firefox/1.0.4
Comment 5•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050617
Firefox/1.0+ ID:2005061702
Comment 6•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050223
Firefox/1.0+
Comment 7•20 years ago
|
||
For what it's worth, the renderign in that last screenshot looks correct to me...
Comment 8•20 years ago
|
||
The good rendering is from Firefox trunk 20050223 (Feb)
The bad rendering is from Firefox trunk 20050617 (June)
The 'good' to 'bad' rendering regression occured sometime between 20050316 &
20050328. Got to DL a bunch of stuff before I can get round to narrowing it down
further.
Comment 9•20 years ago
|
||
The testcase has a 1px -moz-outline and a 5px outline. The "regression" is
probably when we started supporting "outline".
Comment 10•20 years ago
|
||
Looks good Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2)
Gecko/20050326 Firefox/1.0+
Looks bad Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2)
Gecko/20050328 Firefox/1.0+
Window
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-03-26&maxdate=2005-03-28&cvsroot=%2Fcvsroot
Suspect: bug 281972? CC mats palmgren
Comment 11•20 years ago
|
||
Like I said, that's when we started supporting "outline". The expected outline
around table cells in that testcase is 20px (5 each for td, tr, tbody, table).
So the rendering looks correct.
You need to log in
before you can comment on or make changes to this bug.
Description
•