Closed
Bug 268405
Opened 20 years ago
Closed 20 years ago
View Selection Source changes hex color values to RGB
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 110762
People
(Reporter: easterlingman, Assigned: mrbkap)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
279 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041106 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041106 Firefox/1.0 See test case. Highlight one of the colors and view selection source - the selection is shown as having a hard coded RGB value, when in fact it is a hard coded hex value. Reproducible: Always Steps to Reproduce:
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I can confirm this for: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0RC2
Comment 3•20 years ago
|
||
maybe related Bug 266931 In JavaScript HEX color values are changed to decimal rgb values Bug 110762 element.style.backgroundColor = '#00ff00' is converted to rgb(0, 255, 0)
Same as bug 110762. This might be resolved if bug 110762 comment 18 is adopted. *** This bug has been marked as a duplicate of 110762 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•