Closed
Bug 186783
Opened 22 years ago
Closed 22 years ago
Unable to give border outset effect for table cells.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: BijuMailList, Unassigned)
Details
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021213 Phoenix/0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021213 Phoenix/0.5
Issue: For table cells border outset effect looks similar to ridge effect if
border-collapse mode is also specified. See outseterr.htm (TD Outset Error
attachment)
Error In: Mozilla, Netscape 7 and Phoenix
I feel with out fixing, it wont be complaint to W3C Standard.
Reproducible: Always
Steps to Reproduce:
1. See attachment outseterr.htm
2. See attachment Tabs.htm
3. See attachment IETab.png
Actual Results:
See attachment Tabs.htm
Expected Results:
See attachment IETab.png ,
This is the screenshot of IE displaying Tabs.htm
Problem is much worse in the Tabs.htm example (A simple tab control demo).
If switchtabnormal(1) and switchtabthick(1) executed without time delay.
(ie, if statement
window.setTimeout("switchtabnormal(1);switchtabthick(1);",100); is changed to
only switchtabnormal(1);switchtabthick(1);)
the browser get totally confused.
i get a very flat effect when looking at the two web page attachments. they
definitely don't look like the png to me.
winme, 12-27
Both on Windows 2000 & WinXP Home edition, IE 6 shows Tabs.htm like IETab.png
Following are the browser properties i am getting when see BrowserInfo.htm
in IE 6 on Windows 2000
Client Information
SCREEN RESOLUTION: 1024 x 768
AVAILABLE VIEW AREA: 1024 x 768
WINDOW SIZE: 779 x 642
COLOR DEPTH: 32
BROWSER: Microsoft Internet Explorer
BROWSER VERSION: 4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705)
BROWSER MINORVERSION: ;SP1;
CODE: Mozilla
PLATFORM: Win32
REFERRER:
BROWSERLANGUAGE: en-us
COOKIE ENABLED: true
JAVA ENABLED: true
DATA TAINTING ENABLED: false
ONLINE: true
CPU CLASS: x86
SYSTEM LANGUAGE: en-us
USER AGENT: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR
1.0.3705)
USER LANGUAGE: en-us
Comment 6•22 years ago
|
||
->layout
Assignee: blaker → table
Component: General → Layout: Tables
Product: Phoenix → Browser
QA Contact: asa → amar
Version: unspecified → Trunk
>Issue: For table cells border outset effect looks similar to ridge effect if
>border-collapse mode is also specified. See outseterr.htm (TD Outset Error
>attachment)
as one might see from
http://www.w3.org/TR/CSS21/tables.html#q20
*outset
In the separated borders model, the border makes the entire box look as
though it were coming out of the canvas. In the collapsing border model, same as
'ridge'.
this is exactly what is required by CSS2.1
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 8•20 years ago
|
||
*** Bug 270819 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•