[Webkit-unassigned] [Bug 71541] New: Unnecessary scroll bar while changing the dimensions of a DIV

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 22:48:54 PDT 2011


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

           Summary: Unnecessary scroll bar while changing the dimensions
                    of a DIV
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: satyacbit at gmail.com


Created an attachment (id=113623)
 --> (https://bugs.webkit.org/attachment.cgi?id=113623&action=review)
Unnecessary scroll bar while changing the dimensions of a DIV

Unnecessary scroll bar while changing the dimensions of a DIV.


What steps will reproduce the problem?
1. Have two divs one inside another. Position inner DIV absolutely with top and left "0px" and have more width and height to have the scroll.
2. Now set dimensions on outer DIV dynamically to avoid the scroll with the same width and height as inner DIV
3. Still we get scroll, even though it is not required

4. Use the attached test page to reproduce the issue.

What is the expected result?
Scroll should not be there

What happens instead?
Extra scrolls are coming

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