[webkit-reviews] review granted: [Bug 21680] queryCommandValue("BackColor") returns rgb(0, 0, 0) for elements with transparent background : [Attachment 65931] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 30 15:20:18 PDT 2010
Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 21680: queryCommandValue("BackColor") returns rgb(0,0,0) for elements with
transparent background
https://bugs.webkit.org/show_bug.cgi?id=21680
Attachment 65931: Patch
https://bugs.webkit.org/attachment.cgi?id=65931&action=review
------- Additional Comments from Darin Adler <darin at apple.com>
> - return frame->selectionStartStylePropertyValue(propertyID);
> + // FIXME: Rather than retrieving the style at the start of the current
selection,
> + // we should retrieve the style present throughout the selection for
non-mac platforms.
It’s "Mac", not "mac".
More information about the webkit-reviews
mailing list