Version: 3.5.7 (using KDE 3.5.7, Mandriva Linux release 2007.1 (Official) for x86_64) Compiler: Target: x86_64-mandriva-linux-gnu OS: Linux (x86_64) release 2.6.22-3mde I have updated kdelibs and kdebase from branch_3.5 to svn release 720143 and when running konqueror and entering webpage http://club.mandriva.com i see now that the in the top are now displayed vertically one on top of the other, when previously it displayed all top items (Home,Downloads,RPMS Farm,Goodies,Newbie Area,...) in a single horizontal line like for example continues being displayed when running firefox. Can anyone please revert these konqueror changes?
You mean the website changes?
Confirmed not a regression from 3.5.7; also broken in 3.5.6 as well. <style> #xwikiwebusermenu a { display: block; float: left; border: 3px solid red; } </style> <div id="xwikiwebusermenu"> <ul style="list-style-type: none; list-style-image: none;"> <li><a>ABC</a></li> <li><a>ABC</a></li> <li><a>ABC</a></li> <li><a>ABC</a></li> </ul> </div>
very nice test case... I see the problem - those li's shouldn't flowAroundFloats. Will fix.
SVN commit 722212 by ggarand: match other browser's concept of a list item BUG: 150474 M +0 -1 html4.css WebSVN link: http://websvn.kde.org/?view=rev&revision=722212
This was commited in branch_3.5?