[Webkit-unassigned] [Bug 11677] New: Display hidden row by script doesn't calculate heights correctly in specific case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 22 06:50:46 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11677

           Summary: Display hidden row by script doesn't calculate heights
                    correctly in specific case
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://www.fredck.com/bugs/safari/row_display.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fredck at fredck.com


It is quite difficult to explain the problem clearly in few words. A quite look
at the provided test case code makes you understand the problem.

Anyway, I'll try to explain: if you have a two rows table with height set to
100%, and one of the rows (TR) height is set to 100%, that row is supposed to
get as more space as available in the table height. It works well on a pure
HTML case.

If instead the row without height style is not displayed (display:none) and,
after page load, you display it, the rows heights are not correctly calculated.

The provided test case works well with IE 6, Opera 9 and Firefox 2. The code is
quite simple and you will also find comments regarding a workaround for it.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list