[Webkit-unassigned] [Bug 91996] New: Setting display property of an element to 'table-row' renders incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 07:27:53 PDT 2012


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

           Summary: Setting display property of an element to 'table-row'
                    renders incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alh84001 at net.hr


Created an attachment (id=153795)
 --> (https://bugs.webkit.org/attachment.cgi?id=153795&action=review)
small test-case with automated change of the display property

I have a page in which I set a display property of an element to 'table-row'. The problem is that an element doesn't take all the space, but fills only lower half of the space. I tried to reproduce it on a simple page, but couldn't, and everything seamed to render correctly. Then I changed the value of the display property by toggling it in the Web Inspector and the problem showed itself again. I suppose that on my page, it has to do something with content being loaded dynamically. Anyaway, attached is the page that shows the bug. Initially the content is rendered in one way, and then when the display is set to 'block' and back to 'table-row', the content is rendered differently.

I experience this in the latest Windows nightly - r123331, as well as in Chrome 20.0.1132.57 m and Safari 5.1.7 (7534.57.2). IE 9, FF 14 and Opera 12 render consistently.

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