Bug 180304

Summary: ul width in div problem
Product: [Applications] konqueror Reporter: lunter <lunter>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: uwolfer
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description lunter 2009-01-11 01:00:39 UTC
Version:           4.1.3 (using KDE 4.1.3)
OS:                MS Windows
Installed from:    MS Windows

<div style="display:table"><ul style="padding:0;background:red;height:100px"></ul></div>


This ul should have zero width, but on WebKit it is 1px (red vertical line)

Try this code on IE 8.0 or FF 3.1 or Opera 10 - no red line.

Only WebKit has this problem, but it's reported.
Comment 1 Maksim Orlovich 2009-01-11 01:08:09 UTC
Please do not report bugs about webkit stuff under konqueror. We have nothing to do with it.
Comment 2 lunter 2009-01-11 11:56:55 UTC
Try code:

<div style="display:table"><ul style="padding:0;background:red;height:100px"></ul></div>


KHTML has the same problem like WebKit.
Comment 3 Urs Wolfer 2009-01-11 13:59:43 UTC
This is not a bug in the KDE webkit integration. It should be reported at bugs.webkit.org. If it is also valid for KHTML (as you write above), I will reassign it to KHTML.
Comment 4 Maksim Orlovich 2009-01-11 18:05:29 UTC

*** This bug has been marked as a duplicate of bug 180320 ***