[Webkit-unassigned] [Bug 133758] New: Fullscreen mode not working with inline block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 12:59:14 PDT 2014


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

           Summary: Fullscreen mode not working with inline block
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeremie.patonnier at gmail.com
                CC: benjamin at webkit.org


Created an attachment (id=232892)
 --> (https://bugs.webkit.org/attachment.cgi?id=232892&action=review)
Test case

What steps will reproduce the problem?
1. Open the attached file
2. Click on the blue rectangle
3. You enter fullscreen mode and the whole screen is blue
4. Exit fullscreen
5. Click on the green rectangle
6. You enter fullscreen mode but only a green column is visible

What is the expected result?
When you click on the green rectangle, the whole screen should become green

What happens instead?
The screen remain black with a green column.

This the conjunction of a display:inline-block properties with relative sizing (percentage values on width and height). Firefox handle it well by resolving the size of the fullscreened element against the screen size. Chrome also fails.

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