SVN commit 852586 by orlovich: Merged revision 852585: Return out when handling designMode put, so we don't warn about it being unhandled M +1 -1 kjs_html.cpp --- trunk/KDE/kdelibs/khtml/ecma/kjs_html.cpp #852585:852586 @@ -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