[Webkit-unassigned] [Bug 35257] New: Expose WebFrame::setCanHaveScrollbars() to Chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 12:40:16 PST 2010


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

           Summary: Expose WebFrame::setCanHaveScrollbars() to Chromium
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skerner at chromium.org


Some Chromium windows are sized to fit the content exactly.  Browser Action
popups are one example.  If that content's size increases (for example, if it
gets taller because some javascript added a new DOM element), the window will
be resized to fit.  As the window is being resized, scrollbars should not be
drawn in the window.  They flicker into existence as content grows (and the
window size becomes too small), and disappear when the window's size becomes
large enough.  To prevent this, Chromium needs a way to tell WebKit not to draw
scroll bars on a WebFrame.  The attached change exposes the required function.

Sam

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