[Webkit-unassigned] [Bug 57636] Setting defaultValue on a textarea with a modified value still clobbers the value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 19:17:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57636





--- Comment #10 from Kent Tamura <tkent at chromium.org>  2011-04-04 19:17:55 PST ---
(In reply to comment #9)
> (From update of attachment 88037 [details])
> I think we can eliminate setNonDirtyValue and setValueCommon. Instead, callers can just call setValue and then set m_isDirty to false.

setValue() needs to call setNeedsValidityCheck(), which must be called after m_isDirty update.  So, the current code is efficient.

-- 
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