Closed
Bug 1163
Opened 26 years ago
Closed 26 years ago
The bordercolor attribute is not being honored
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: mcobbley, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE])
Build 10-21-98
Win Nt 4. sp.3
Border Color tag is not supported in the following page.
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<!-- testcase: border_color.htm -->
<!-- Author: Michael Cobbley, Date: 10/19/98 -->
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS
CORPORATION
Copyright © 1998 Netscape Communications Corporation. All Rights Reserved. Use
of this Test Script is
subject to the terms of the applicable license agreement from Netscape
Communications Corporation. -->
<!-- Purpose: HTML 3.2 and HTML 4.0 The purpose is to specify a specific border
color. -->
<!-- Expected result: In Communicator the border should be Blue.-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Cobbley">
<meta name="GENERATOR" content="Mozilla/4.5 [en]C-NSCP (WinNT; I)
[Netscape]">
<title>Border_Color</title>
</head>
<body>
<table border="3" BORDERCOLOR="#RRGGBB">
<caption>Testing BORDERCOLOR tag the border shood be blue.</caption>
<tr>
<td>mike</td>
<td>was</td>
<td>here</td>
<td>mike</td>
<td>was</td>
<td>here</td>
</tr>
<tr>
<td>mike</td>
<td>was</td>
<td>here</td>
<td>mike</td>
<td>was</td>
<td>here</td>
</tr>
</table>
</body>
</html>
lowering priority from P1 to P3. Reassigning to Peter.
Tables do support color on border. For example, this works:
<table style="border: thin solid blue">
<tr><td bgcolor=yellow style="border: thin solid blue">x</td></tr>
</table>
Assignee: buster → peterl
Status: ASSIGNED → NEW
Priority: P1 → P3
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Assignee: peterl → karnaze
Comment 4•26 years ago
|
||
Table content needs to process and reflect the attribute into style.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
Assignee | ||
Comment 5•26 years ago
|
||
moving to M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Comment 6•26 years ago
|
||
Moving to M6
Assignee | ||
Comment 7•26 years ago
|
||
Moving to M8
Updated•26 years ago
|
Depends on: 1055
Summary: The bordercolor tag is not being supported → The bordercolor attribute is not being honored
Comment 8•26 years ago
|
||
[TESTCASE]
New test case:
http://www.bath.ac.uk/%7Epy8ieh/internet/projects/mozilla/tableborder.html
Note that in IE4, the bordercolor attribute makes the table border become 2D,
while the border-color CSS property makes the table border 3D.
This is dependent on bug 1055 being fixed. Indeed, bug 1055 may be the only
reason that bordercolor is not working.
Assignee | ||
Comment 9•26 years ago
|
||
Moving to M9.
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Comment 10•26 years ago
|
||
updated status line to [TESTCASE], as py8ieh=bugzilla@bath.ac.uk attached one. I
agree that solving 1055 will most probably resolve this bug.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•26 years ago
|
||
Fixed with latest changes.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•25 years ago
|
||
Using 9/15 Apprunner and 6/25 test case, verified bug fixed in regards to
bordercolor working. Although color is specified as 'lime' it displays as
'green' which is what was anticipated. There is a bug regarding border-color as
a separate issue that I wrote up under #14083
You need to log in
before you can comment on or make changes to this bug.
Description
•