Bug 150474

Summary: konqueror now displays incorrectly club forum webpage
Product: [Applications] konqueror Reporter: Zé <mmodem00>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description 2007-10-04 19:04:01 UTC
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?
Comment 1 Maksim Orlovich 2007-10-04 20:43:49 UTC
You mean the website changes?
Comment 2 Maksim Orlovich 2007-10-04 23:51:42 UTC
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>

Comment 3 Germain Garand 2007-10-06 03:11:50 UTC
very nice test case... I see the problem - those li's shouldn't flowAroundFloats. Will fix.
Comment 4 Germain Garand 2007-10-07 00:27:51 UTC
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
Comment 5 2007-10-07 15:44:18 UTC
This was commited in branch_3.5?