[Webkit-unassigned] [Bug 29235] [Forms] fix up input-value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 19:55:49 PDT 2011


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





--- Comment #4 from Kent Tamura <tkent at chromium.org>  2011-10-13 19:55:48 PST ---
(In reply to comment #3)
> As per discussion in https://bugs.webkit.org/show_bug.cgi?id=27456#c25, there were 4 approaches for solving the issue. What is the consensus on the approaches? I am planning to take up this issue and provide the patch for the same.

Now we can have different strings in HTMLInputElement::value (HTMLInputElement::m_valueIfDirty or value= attribute value) and UI value (innerTextValue, visibleValue()).  We can add fix-up implementation to URLInputType::convertFromVisibleValue().

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