[Webkit-unassigned] [Bug 21680] queryCommandValue("BackColor") always returns rgb(0, 0, 0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 14:31:07 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=21680





--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2009-08-18 14:31:05 PDT ---
My demo had some bug to cause position / range not to show up properly.  Now
the issue is that computed style returns rgba(0,0,0,0) unless the background
color is explicitly specified for that node.  We might need to traverse the
tree upwards from the selected node to find the background color.  But what
happens when the node is absolutely positioned?

-- 
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