[Webkit-unassigned] [Bug 29167] REGRESSION(r48064): mint.com loses scrollbars after coming out of edit mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 23:42:00 PST 2009


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





--- Comment #11 from Mark Mentovai <mark at chromium.org>  2009-11-05 23:42:00 PDT ---
Created an attachment (id=42636)
 --> (https://bugs.webkit.org/attachment.cgi?id=42636)
updateCanHaveScrollbars

This is like initScrollbars, but it's called updateCanHaveScrollbars.  It
should behave roughly the same way.  The key difference is that it doesn't do
the m_needToInitScrollbars thing.

It's hard for me to tell whether that's really necessary, because I can't see
who calls -[WebFrameView _install] other than -[WebFrameView
_setCustomScrollViewClass:], and I can't see anything that calls that.

If we have to, we can go back to keeping m_needToInitScrollbars, but my chief
objection with that was that FrameView was keeping state that was really only
used for WebFrameView.

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