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

List:       konq-bugs
Subject:    [Bug 134291] New: Crash when hiding an element through CSS
From:       Heiner Lamprecht <heiner () heiner-lamprecht ! net>
Date:       2006-09-18 17:29:47
Message-ID: 20060918192946.134291.heiner () heiner-lamprecht ! net
[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=134291         
           Summary: Crash when hiding an element through CSS
           Product: konqueror
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: khtml
        AssignedTo: konq-bugs kde org
        ReportedBy: heiner heiner-lamprecht net


Version:            (using KDE KDE 3.5.4)
Installed from:    SuSE RPMs

Simple HTML file:
------------------------------------------------------------------------------
<html>
<head>
 <title>Konqui-Crash</title>
 <link rel="stylesheet" href="df.css" type="text/css" media="screen" />
</head>
<p>
 This is a <a href="#">link<span class="label">This is a label</span></a>.
</p>
</body>
</html>
------------------------------------------------------------------------------

Simple CSS-file
------------------------------------------------------------------------------
a span.label {
  display: none;
  position: absolute;
}

a:hover span.label {
  display: block;
  position: absolute;
}
------------------------------------------------------------------------------

Move the mouse over the link and the label-text appears.  Move the mouse out and \
Konqueror crashes.  This happens only, when "position" is set to "absolute".  \
Changing to "relative" or removing the line, and Konqueror survives this file. \
_______________________________________________ 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