RESOLVED FIXED 67360
updateInnerTextValue should be moved into InputType
https://bugs.webkit.org/show_bug.cgi?id=67360
Summary updateInnerTextValue should be moved into InputType
Ryosuke Niwa
Reported 2011-08-31 22:57:22 PDT
HTMLInputElement::updateInnerTextValue added in the patch for the bug 66241 should be pushed into InputType.
Attachments
work in progress (12.40 KB, patch)
2011-09-06 15:50 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2011-09-06 15:50:41 PDT
Created attachment 106507 [details] work in progress There is a subtle bug that inner text value isn't updated when input.value is set.
Kent Tamura
Comment 2 2011-09-06 18:51:09 PDT
Comment on attachment 106507 [details] work in progress View in context: https://bugs.webkit.org/attachment.cgi?id=106507&action=review > Source/WebCore/html/TextInputType.cpp:53 > + // FIXME: should this be moved to TextFieldInputType? I think so. It looks a bug of the current code.
Ryosuke Niwa
Comment 3 2011-09-06 18:58:57 PDT
Comment on attachment 106507 [details] work in progress View in context: https://bugs.webkit.org/attachment.cgi?id=106507&action=review >> Source/WebCore/html/TextInputType.cpp:53 >> + // FIXME: should this be moved to TextFieldInputType? > > I think so. It looks a bug of the current code. Okay. Let me see if I can come up with a test.
Ryosuke Niwa
Comment 4 2011-11-07 18:58:49 PST
This has already been done elsewhere.
Note You need to log in before you can comment on or make changes to this bug.