[Webkit-unassigned] [Bug 34392] New: background (gradient) on tr is repeated on each td

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 31 03:56:11 PST 2010


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

           Summary: background (gradient) on tr is repeated on each td
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gjunge at gmail.com


I tried to apply a horizontal linear background gradient to a table row:

tr {  background: -webkit-gradient(linear, left top, right top, color-stop(0.0,
white), color-stop(0.5, #E8E8E8), color-stop(1.0, white)); }

The row has a few cells, and unfortunately the gradient gets repeated on each
cell, instead of the whole row.

Firefox 3.6 does render correctly using the following CSS rule:

tr { background: -moz-linear-gradient(left top , white, #E8E8E8, white) repeat
scroll 0 0 transparent; }

According to what I've read the same issue goes for background images on a
table row, although I cannot confirm this.

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