SVN commit 852585 by orlovich: Return out when handling designMode put, so we don't warn about it being unhandled M +1 -1 kjs_html.cpp --- branches/KDE/4.1/kdelibs/khtml/ecma/kjs_html.cpp #852584:852585 @@ -462,7 +462,7 @@ } case DesignMode: doc.setDesignMode((value->toString(exec).qstring()=="on")); - break; + return; } /* The rest of the properties require a body. Note that Doc::body may be the