[Webkit-unassigned] [Bug 42012] Alpha value obtained by getComputedStyle is noticeably less than the actual value.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 9 17:04:02 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42012
patrice at skyrock.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrice at skyrock.com
--- Comment #1 from patrice at skyrock.com 2010-09-09 17:04:03 PST ---
Also, sometimes, assigning the generated rgba color append to generate a new value :
document.body.style.backgroundColor="rgba(0,0,0,0.3)";
"rgba(0,0,0,0.3)"
document.body.style.backgroundColor = document.body.style.backgroundColor;
"rgba(0, 0, 0, 0.296875)"
document.body.style.backgroundColor = document.body.style.backgroundColor;
"rgba(0, 0, 0, 0.292969)"
document.body.style.backgroundColor = document.body.style.backgroundColor;
"rgba(0, 0, 0, 0.292969)"
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list