[Webkit-unassigned] [Bug 92344] New: CSS style table-header-group not applied on printing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 00:23:30 PDT 2012


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

           Summary: CSS style table-header-group not applied on printing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matteo.conta at gmail.com


Occurs on Webkit Changeset 116185  (Chrome Version 20.0.1132.57)

OS Version: (Windows 7, Windows Server 2008 R2)
Other browsers tested:
Firefox 4.x: OK
IE 8/9: OK

What steps will reproduce the problem?
1. Create a page with a long table (100+ elements), use THEAD and TBODY
2. Apply the style
thead   
{  
    display:table-header-group;  
}  
tbody   
{  
    display:table-row-group;  
} 
3.Print preview or print

What is the expected result?
The table must show the table headers repeated on every page

What happens instead?
Only the first page shows the table headers

This bug is similar to https://bugs.webkit.org/show_bug.cgi?id=17205, but in this case we have a CSS style not applied.

This bug is Critical for applications that needs webkit as printing engine.
Enterprise printings needs headers and footers managed properly.

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