[Webkit-unassigned] [Bug 11846] New: REGRESSION (SearchField): Assertion failure in HTMLInputElement::setValueFromRenderer when editing via drag and drop (value == constrainValue(value) || constrainValue(value).isEmpty())
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 16 02:57:44 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11846
Summary: REGRESSION (SearchField): Assertion failure in
HTMLInputElement::setValueFromRenderer when editing via
drag and drop (value == constrainValue(value) ||
constrainValue(value).isEmpty())
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression, SearchField
Severity: Normal
Priority: P1
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
I hit an assert when I select "dolor" and drag and drop it between "lorem" and
"ipsum" in
<input type="search" value="lorem ipsum dolor">
ASSERTION FAILED: value == constrainValue(value) ||
constrainValue(value).isEmpty()
(WebCore/html/HTMLInputElement.cpp:1088 void
WebCore::HTMLInputElement::setValueFromRenderer(const WebCore::String&))
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list