[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#281084: marked as done (bug in konqueror's dhtml engine)



Your message dated Mon, 11 Sep 2006 21:50:58 +0200
with message-id <200609112150.58988@nivalis.org>
and subject line Bug#281084: bug in konqueror's dhtml engine
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: konqueror
Version: 4:3.2.2-1

When I change 'visibility' property of a table konqueror hides/shows only content of TD but forgets about cellspacing, table background.

Here is some code that shows a bug (when table appears you need to move mouse quickly through one):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
  <style>
    .menu A
    {
    background-color: #ffffff;
    color: #104566;
    font: 10px Verdana,Arial,Helvetica,sans-serif,Geneva;
    text-decoration: none;
    text-align: center;
    width: 90px;
    display: block;
    line-height: 20px;
    }

    .menu A:hover
    {
    background-color: #FFcc66;
    color: #000000;
    font: 10px Verdana,Arial,Helvetica,sans-serif,Geneva;
    text-decoration: none;
    text-align: center;
    width: 90px;
    display: block;
    line-height: 20px;
    }

    .menu
    {
    position: absolute;
    visibility: hidden;
    top: 30px;
    background-color: #104566;
    }

    TABLE.menu TD
    {
    padding: 0px;
    }
  </style></head>

<body onclick="document.getElementById('menu2').style.visibility='hidden'"> <a onmouseover="document.getElementById('menu2').style.visibility='visible'">OverMe</a> <table class="menu" id="menu2" cellspacing="1" style="left: 15px">
    <tr><td><a href="/">Item1</a></td></tr>
    <tr><td><a href="/">Item2</a></td></tr>
    <tr><td><a href="/">Item3</a></td></tr>
    <tr><td><a href="/">Item4</a></td></tr>
    <tr><td><a href="/">Item5</a></td></tr>
    <tr><td><a href="/">Item6</a></td></tr>
    <tr><td><a href="/">Item7</a></td></tr>
  </table>

<table class="menu" cellspacing="1" style="visibility: visible; left: 110px" >
    <tr><td><a href="/">Item1</a></td></tr>
    <tr><td><a href="/">Item2</a></td></tr>
    <tr><td><a href="/">Item3</a></td></tr>
    <tr><td><a href="/">Item4</a></td></tr>
    <tr><td><a href="/">Item5</a></td></tr>
    <tr><td><a href="/">Item6</a></td></tr>
    <tr><td><a href="/">Item7</a></td></tr>
  </table>

 </body>
</html>
---------------------------------------------------------
http://mobile.ngs.ru/games - Java-игры для мобильников и не только...
http://love.ngs.ru - Знакомства в Новосибирске








--- End Message ---
--- Begin Message ---
Le samedi 13 novembre 2004 19:32, "Михаил" <carrie@ngs.ru> a écrit :
> Package: konqueror
> Version: 4:3.2.2-1
>
> When I change 'visibility' property of a table konqueror
> hides/shows only content of TD but forgets about
> cellspacing, table background.
>
> Here is some code that shows a bug (when table appears you
> need to move mouse quickly through one):
>

Works with the provided html examples

--- End Message ---

Reply to: