[Webkit-unassigned] [Bug 45894] New: PrintDialog: 3D transforms are hidden from view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 08:45:47 PDT 2010


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

           Summary: PrintDialog: 3D transforms are hidden from view
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arquelis at gmail.com


Created an attachment (id=67801)
 --> (https://bugs.webkit.org/attachment.cgi?id=67801)
reduces testcase

Every 3d transformed elements or an element with perspective is hidden from the screen when displaying print dialog.  3D transformed elements return when dialog is dismissed.
Even when those 3d transformed divs have a display:none for @media: print they are hidden from view.

Solution: Keep showing the 3d transformed objects on screen while showing print dialog. Especially when those are not used in the print.

(On current project with 3d transformed page transitions in webkit the print dialog hides everything so the user sees a blank background.)

I included an example HTML with the problem visible when print dialog is called.

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