Bug 11479
Summary: | crashes when double clicking on textbox | ||
---|---|---|---|
Product: | WebKit | Reporter: | crastinator |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Major | CC: | dev+webkit |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac (PowerPC) | ||
OS: | OS X 10.4 | ||
URL: | http://www.deviantart.com |
crastinator
you see those texboxes on the home page for logging in? Well click on a 2 or 3 times in succession and I incured a crash doing that. Can someone else confirm this
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
Confirming this bug, although for me it seems to take a bit more than 2 or 3 clicks. Also, in the process of trying to reduce this, it just magically stopped crashing for me altogether. Here's the relevant part of the backtrace:
0 com.apple.WebCore 0x011f650c WebCore::Image::getNSImage() + 28
1 com.apple.WebCore 0x01030301 WebCore::Range::selectNode(WebCore::Node*, int&) + 369
2 com.apple.WebKit 0x00373990 -[WebElementDictionary objectForKey:] + 144
3 com.apple.WebKit 0x0032e858 -[WebHTMLView(WebPrivate) _mayStartDragAtEventLocation:] + 232
4 com.apple.WebKit 0x00320058 -[WebFrameBridge mayStartDragAtEventLocation:] + 104
5 com.apple.WebCore 0x0110a788 WebCore::FrameMac::shouldDragAutoNode(WebCore::Node*, WebCore::IntPoint const&) const + 184
6 com.apple.WebCore 0x011bd7bc WebCore::RenderObject::draggableNode(bool, bool, int, int, bool&) const + 236
7 com.apple.WebCore 0x0110d640 WebCore::FrameMac::handleMouseMoveEvent(WebCore::MouseEventWithHitTestResults const&) + 640
8 com.apple.WebCore 0x011181a4 WebCore::FrameView::handleMouseMoveEvent(WebCore::PlatformMouseEvent const&) + 740
9 com.apple.WebCore 0x0110ae74 WebCore::FrameMac::mouseDragged(NSEvent*) + 340
10 com.apple.WebKit 0x00332c80 -[WebHTMLView mouseDragged:] + 160
11 com.apple.AppKit 0x93764fa0 -[NSWindow sendEvent:] + 6424
Matt Lilek
Easiest way to reproduce is to click a link and drag it so the little thing with the URL pops up, it'll cause the crash. Regressed between 17507 and 17511.
mitz
Bug 11480 wins because it has a Radar reference :-)
*** This bug has been marked as a duplicate of 11480 ***