[Webkit-unassigned] [Bug 29697] REGRESSION: Copy is copying incorrect background-color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 23 23:22:25 PDT 2009


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





--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2009-09-23 23:22:25 PDT ---
(In reply to comment #5)
> No, there isn't.  Enrica had been looking into a similar issue with applying
> the right style when inserting paragraphs.  She hit the same problem where the
> computed style doesn't include the real backgound color.  Maybe her fix for
> that will shed light on how to fix this too.

I see.  I considered several options for this over summer, one of which was to
traverse the tree backwards to compute the color.  But this is problematic when
an element is positioned with absolute positioning (i.e. element overflows the
parent), or when the background has an alpha value that's neither 0 nor 255.

Maybe we should see what Firefox / MSIE do and mimic their behavior.

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