------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=96737 faure kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From faure kde org 2005-03-01 00:45 ------- CVS commit by faure: html/html_formimpl.cpp (setType): Implemented, to make it possible to set the type of an input element created with createElement. Partially inspired by WebCore's setType(), but for getAttribute("type") to work, setType() must set ATTR_TYPE. So parseAttribute() has to call another method which doesn't do that, which is now parseType(), to avoid an infinite recursion. Testcase forms/input_setType.html BUG: 96737 M +10 -1 ChangeLog 1.392 M +57 -31 html/html_formimpl.cpp 1.423 M +2 -3 html/html_formimpl.h 1.163