[Webkit-unassigned] [Bug 261075] Input element: Fix the dirty value flag after type change
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 2 18:30:10 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261075
--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Changing: m_valueIfDirty = sanitizeValue(attributeWithoutSynchronization(valueAttr));
to
m_valueIfDirty = String();
___
This fixes it the attached test case but haven't run whole LayoutTests suite so don't know about all failures. Still worth to raise 'draft' PR IMO.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230903/ca0c119e/attachment.htm>
More information about the webkit-unassigned
mailing list