Bug 1857395 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The site script calculated style as follows.
https://www.birdflop.com/resources/rgb/script.js line357
coloredNickSpan.style.color = colors[i];

If colors[i] is calculated as "0016e9", the web console shows following error:

Expected color but found ‘16000000000.0’.  Error in parsing value for ‘color’.  Declaration dropped.
The site script calculated style as follows.
https://www.birdflop.com/resources/rgb/script.js line357
```coloredNickSpan.style.color = colors[i];```


If colors[i] is calculated as "0016e9", the web console shows following error:

```Expected color but found ‘16000000000.0’.  Error in parsing value for ‘color’.  Declaration dropped.```

Back to Bug 1857395 Comment 1