Bug 103285

Summary: konqueror renders bugzilla.ubuntu.com wrong
Product: [Applications] konqueror Reporter: Tom Fernandes <tom.fernandes>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: ismail, kde, lex.lists
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tom Fernandes 2005-04-05 13:37:50 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Unspecified
Compiler:          gcc 3.3.5 
OS:                Linux

konqueror renders some parts of bugzilla.ubuntu.com wrong. Text is overlapping.

To recreate this:
 
 * go to https://bugzilla.ubuntu.com
 * click on "Log into an existing account"
 * provide the login details and click on "Login"
 * "Saved Searches" is overlapping "My Bugs" in the
    lower left corner

A snapshot to show this is provided at

http://halls.debian.net/~tom/snapshots/konqueror_wrong_rendering.png

This happens in kubuntu-version 4:3.4.0-0ubuntu12 of konqueror
Comment 1 lexual 2005-07-07 00:28:54 UTC
still an issue for 3.4.1
Comment 2 Maksim Orlovich 2005-07-08 00:12:52 UTC
Likely testcase (from opendarwin bugzilla install,  not Ubuntu's):
<style type="text/css">
    /* we somehow manage to miss this, Moz applies it */
    [id]#footer .label
    {
        border: 1px solid red;
    }

</style>

<div id="footer">
  <div id="links-actions"> <!-- if no ID, we match stuff! -->
    <div class="label">Actions:</div>
  </div>
</div>

Comment 3 Maksim Orlovich 2005-07-08 00:18:59 UTC
I am gonna pretend CSS selectors are rendering
Comment 4 Allan Sandfeld 2006-04-04 18:58:48 UTC
SVN commit 526442 by carewolf:

Implement nondeterministic CSS matching
BUG: 103285
BUG: 101115


 M  +8 -1      ChangeLog  
 M  +128 -99   css/cssstyleselector.cpp  
 M  +3 -1      css/cssstyleselector.h