RESOLVED FIXED 190620
[Datalist] fast/forms/datalist/datalist-child-validation.html crashes with a debug assertion in isValidFormControlElement()
https://bugs.webkit.org/show_bug.cgi?id=190620
Summary [Datalist] fast/forms/datalist/datalist-child-validation.html crashes with a ...
Wenson Hsieh
Reported 2018-10-16 08:40:26 PDT
Specifically, ASSERT(m_isValid == isValid()); When removing a form control element from a datalist, it seems we don't do the necessary bookkeeping to ensure that validity/willValidate is up to date.
Attachments
Patch (7.23 KB, patch)
2018-10-22 03:53 PDT, Wenson Hsieh
rniwa: review+
Rebase on trunk (7.17 KB, patch)
2019-03-01 20:21 PST, Wenson Hsieh
no flags
Radar WebKit Bug Importer
Comment 1 2018-10-16 08:41:03 PDT Comment hidden (obsolete)
Wenson Hsieh
Comment 2 2018-10-16 09:06:53 PDT Comment hidden (obsolete)
Wenson Hsieh
Comment 3 2018-10-22 03:53:54 PDT
Jon Lee
Comment 4 2019-03-01 16:10:35 PST
someone should review this...?
Jon Lee
Comment 5 2019-03-01 16:10:47 PST
Wenson Hsieh
Comment 6 2019-03-01 20:21:28 PST
Created attachment 363403 [details] Rebase on trunk
WebKit Commit Bot
Comment 7 2019-03-01 22:09:36 PST
Comment on attachment 363403 [details] Rebase on trunk Clearing flags on attachment: 363403 Committed r242309: <https://trac.webkit.org/changeset/242309>
Note You need to log in before you can comment on or make changes to this bug.