[Webkit-unassigned] [Bug 32903] New: REGRESSION (r52494): Assertion failure in Frame::caretBlinkTimerFired() (selection()->isCaret())
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 23 10:14:20 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32903
Summary: REGRESSION (r52494): Assertion failure in
Frame::caretBlinkTimerFired() (selection()->isCaret())
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: InRadar, Regression
Severity: Normal
Priority: P1
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
CC: darin at apple.com
ASSERTION FAILED: selection()->isCaret()
(WebCore/page/Frame.cpp:697 void
WebCore::Frame::caretBlinkTimerFired(WebCore::Timer<WebCore::Frame>*))
<http://trac.webkit.org/changeset/52494> delayed stopping the caret blink
timer, and it looks like in this case it fires after the selection becomes a
non-caret but before selectionLayoutChanged() is called to stop the timer.
<rdar://problem/7496082>
--
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