| Summary: | konqueror now displays incorrectly club forum webpage | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Zé <mmodem00> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Zé
2007-10-04 19:04:01 UTC
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? |