[Webkit-unassigned] [Bug 67929] New: When Content of a div with overflow:auto is changed via javascript the scrollbar does not gain appropriate height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 05:17:21 PDT 2011


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

           Summary: When Content of a div with overflow:auto is changed
                    via javascript the scrollbar does not gain appropriate
                    height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: am at allatnet.de


This problem occurs when in the given content a javascript is executed to fly out a javascript select menue.

Lets say the div has a height of 200px

the content with closed flyout has 300px, so a scrollbar is visible.

now when the flyout gets activated the div still only has 300px worth of height even if the flyout contains a height of 500px. (This results in the overhead of flyout acting as if it was overflow:hidden past the 300px content.

This problem did not occur with the gecko render engine, nor with the trident render engine so i assume it's a matter of webkit having a little bug there.

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