Bug 117626 - [testcase] css menu wrong displayed
Summary: [testcase] css menu wrong displayed
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0.3
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2005-12-03 22:27 UTC by André Kvist Aronsen
Modified: 2018-10-27 02:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Test case attached (1.02 KB, text/html)
2005-12-04 09:43 UTC, Tommi Tervo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description André Kvist Aronsen 2005-12-03 22:27:02 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Gentoo Packages
Compiler:          gcc 3.3.5 
OS:                Linux

This html/css-page is not displayed correctly in Konqueror, in other browsers like Opera, Firefox, Internet Explorer and so on the page is displayed correctly.
1. The list elements are wrong; shifted downwards or the text is split up.
2. The boxes are painted outside the main box.
3. The list element text go outside the box.

The HTML-Page (cut down to the basics):
---------------------------------------
<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><style type="text/css">
body {margin-left: 20%;margin-right: 20%;min-width: 500px;}
#content {padding: 2%;min-height: 400px;border: 6px ridge #69C;}
#menu {float:left;padding-left:2%;padding-right:4%;padding-top:2%;padding-bottom:2%;border:1px solid black;}
#news {clear: both;margin-top: 5%;float:left;padding-left:2%;padding-right:4%;padding-top:2%;padding-bottom:2%;border:1px solid black;}
#main {margin-left:30%;padding:2%;border:1px solid black;}
</style><title>Title</title></head>
<body>
<div id="content">
<div id="menu"><b>Menu</b><br/>
<ul><li><a href="index.html">Home</a></li>
<li><a href="index.html">University</a></li>
<li><a href="index.html">Universitystuff</a></li></ul></div>
<div id="news">
<b><a href="index.html">Latest News</a></b><br/>
<ul><li><a href="index.html">26. Jan 2005</a></li>
<li><a href="index.html">25. Feb 2005</a></li></ul>
</div></div></body></html>
---------------------------

Cheers,
André.
Comment 1 Tommi Tervo 2005-12-04 09:43:22 UTC
Created attachment 13762 [details]
Test case attached
Comment 2 Tommi Tervo 2005-12-04 09:47:28 UTC
Test case works fine if you change font size (ctrl-+/-).
Comment 3 FiNeX 2008-04-07 01:19:12 UTC
Bug confirmed on 4.0.3, even comment #3.
Comment 4 Janek Bevendorff 2012-06-19 18:11:17 UTC
Is this report still relevant for Konqueror 4.8.4 or later? If yes, please update the version field, otherwise close this bug.
Thank you.
Comment 5 Andrew Crouthamel 2018-09-23 02:25:06 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Andrew Crouthamel 2018-10-27 02:15:17 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!