Bug 81454 - Crash in WebCore::Range::startPosition() when dismissing the Press and Hold panel by clicking in the menu bar
Summary: Crash in WebCore::Range::startPosition() when dismissing the Press and Hold p...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-03-17 12:07 PDT by mitz
Modified: 2012-03-17 12:24 PDT (History)
0 users

See Also:


Attachments
Add a null check in WebPage::insertText() (2.10 KB, patch)
2012-03-17 12:14 PDT, mitz
adachan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-03-17 12:07:35 PDT
Crash in WebCore::Range::startPosition() when dismissing the Press and Hold panel by clicking in the menu bar
Comment 1 mitz 2012-03-17 12:12:44 PDT
<rdar://problem/10263562>
Comment 2 mitz 2012-03-17 12:14:24 PDT
Created attachment 132466 [details]
Add a null check in WebPage::insertText()
Comment 3 mitz 2012-03-17 12:24:09 PDT
Fixed in <http://trac.webkit.org/r111125>.