Closed
Bug 271780
Opened 20 years ago
Closed 20 years ago
rgb function dont works showing red palete colors
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 150214
People
(Reporter: zenko_corp, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
the rgb function from html dont works showing properly the red palete colors, by
example:
<html>
<table>
<tr>
<td bgcolor ="rgb(255,0,0)">aa</td>
</tr>
</table>
</html>
shows aa with the bgcolor in black and not in red, if I user #FF0000 instead of
rgb(255,255,255) it works properly
Reproducible: Always
Steps to Reproduce:
1. open a page with an rgb function on it (the code i give in the details section)
2. see it
3.
Actual Results:
the colors suposed to be red apears in black
Expected Results:
the colors suposed to be red must be red
sorry my english is not as well as I would like it to be to explain the problem
Comment 1•20 years ago
|
||
Invalid, see comments in bug 150214
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 2•20 years ago
|
||
If it's a dupe, it's best to mark it as such.
*** This bug has been marked as a duplicate of 150214 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•