Bug 11846 - REGRESSION (SearchField): Assertion failure in HTMLInputElement::setValueFromRenderer when editing via drag and drop (value == constrainValue(value) || constrainValue(value).isEmpty())
Summary: REGRESSION (SearchField): Assertion failure in HTMLInputElement::setValueFrom...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-12-16 02:57 PST by mitz
Modified: 2007-01-27 15:19 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-12-16 02:57:43 PST
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&))
Comment 1 Adele Peterson 2006-12-16 10:23:06 PST
<rdar://problem/4887416> REGRESSION (SearchField): Assertion failure in HTMLInputElement::setValueFromRenderer when editing via drag and drop (11846)
Comment 2 mitz 2007-01-27 15:19:26 PST
Fixed in r18944.