Version: 3.5.3 (using KDE 3.5.3, Debian Package 4:3.5.3-1 (testing/unstable)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.16-ck12 The start page is misrenderet The advertisement which is supposed to be at the top of the page is misplaced and hide the navigation tabs on webpage. It used to work up until KDE 3.5.2.
Created attachment 16973 [details] screenshot with konqueror of misrendered page
Created attachment 16974 [details] same page in firefox, correctly rendered
SVN commit 568025 by ggarand: parse 'align' attribute of iframes BUG: 130736 M +3 -0 html_baseimpl.cpp --- branches/KDE/3.5/kdelibs/khtml/html/html_baseimpl.cpp #568024:568025 @@ -624,6 +624,9 @@ else removeCSSProperty(CSS_PROP_HEIGHT); break; + case ATTR_ALIGN: + addHTMLAlignment( attr->value() ); + break; case ATTR_SRC: needWidgetUpdate = true; // ### do this for scrolling, margins etc? HTMLFrameElementImpl::parseAttribute( attr );