[Webkit-unassigned] [Bug 60931] [Chromium] crash after r86584 due to calling willRemoveWheelEventHandler too many times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 07:59:46 PDT 2011


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


Rob Bradford <rob at robster.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #101733|                            |review+
               Flag|                            |




--- Comment #4 from Rob Bradford <rob at robster.org.uk>  2011-07-22 07:59:46 PST ---
Created an attachment (id=101733)
 --> (https://bugs.webkit.org/attachment.cgi?id=101733&action=review)
Patch to detach scrollbars

The problem is that when the document gets detached from the frame the scrollbars don't get removed.

One solution that seems to work for me is to always detach the scrollbars when you detach the the document from the frame.

Here is a patch to do that. First patch to WebKit, be gentle. :-)

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