[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 75267] New: bad CSS render of :hover with empty table cell "td"
From:       Shift <shift () free ! fr>
Date:       2004-02-15 10:52:51
Message-ID: 20040215105251.8213.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=75267      
           Summary: bad CSS render of  :hover with empty table cell "td"
           Product: konqueror
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: khtml
        AssignedTo: konq-bugs kde org
        ReportedBy: shift free fr


Version:           3.2.0 (using KDE 3.2 BRANCH >= 20040204, Mandrake Linux Cooker \
                i586 - Cooker)
Compiler:          gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-4mdk)
OS:          Linux (i686) release 2.4.23-0.1mdk

Konqueror does nt render empty cells background properly when dynamically changed.

Here is the testcase : 

----------------------------------------------------
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" \
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html \
xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head>
    <title>Test case</title>
    <meta http-equiv="Content-Type" content="application/xhtml+xml; \
charset=iso-8859-15" /> </head>

<style type="text/css">
td {
     border:1px solid black;

}
td:hover {
     background-color: gray;
}
</style>
<body>
	<h1>Test case</h1>
	
        <table>
              <tr>
                 <td>fd gdfgsdsdfg s</td>
                 <td></td>
              </tr>
              <tr>
                 <td>rehter</td>
                 <td>ert erh trr</td>
              </tr>
              
        </table>
 
</body>
</html>
-------------------------------------------------

When the mouse is hover a non-empty cell the the background become gray but under the \
empty cell only a part of it become gray and sometimes when exiting the cell a part \
stay gray.

The expected behaviuor is that all the background become gray as the other cells.
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic