RESOLVED DUPLICATE of bug 47956 48003
REGRESSION [Chromium] Crash when mousing over <object> with padding or border
https://bugs.webkit.org/show_bug.cgi?id=48003
Summary REGRESSION [Chromium] Crash when mousing over <object> with padding or border
Mihai Parparita
Reported 2010-10-20 13:21:55 PDT
Created attachment 71326 [details] Test case See attached test case. Mousing over the red area (which is the border on the <object> tag) results in a crash with the stack trace : *CRASHED* ( EXCEPTION_ACCESS_VIOLATION_EXEC @ 0x000000bc ) chromeclientimpl.cpp:600] WebKit::ChromeClientImpl::mouseDidMoveOverElement(WebCore::HitTestResult const &,unsigned int) chrome.cpp:333] WebCore::Chrome::mouseDidMoveOverElement(WebCore::HitTestResult const &,unsigned int) eventhandler.cpp:1399] WebCore::EventHandler::mouseMoved(WebCore::PlatformMouseEvent const &) webviewimpl.cpp:351] WebKit::WebViewImpl::mouseMove(WebKit::WebMouseEvent const &) webviewimpl.cpp:1101] WebKit::WebViewImpl::handleInputEvent(WebKit::WebInputEvent const &) http://trac.webkit.org/changeset/69154 touched the line that crashes in ChromeClientImpl::mouseDidMoveOverElement, so it's a likely culprit. (Originally reported as http://crbug.com/58803)
Attachments
Test case (94 bytes, text/html)
2010-10-20 13:21 PDT, Mihai Parparita
no flags
John Abd-El-Malek
Comment 1 2010-10-20 13:42:32 PDT
*** This bug has been marked as a duplicate of bug 47956 ***
Note You need to log in before you can comment on or make changes to this bug.