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

List:       kde-bugs-dist
Subject:    [Bug 76612] New: Problem with  underscore in url with kmail
From:       Shift <shift () free ! fr>
Date:       2004-03-03 0:09:18
Message-ID: 20040303000918.7045.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=76612      
           Summary: Problem with  underscore in url with kmail
           Product: konqueror
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        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-6mdk)
OS:          Linux (i686) release 2.4.25-1mdk

A bug appeared with Konqueror 3.2 (And strangly with Mozilla 1.6 too).

When using overflow:hidden style on a element, margin CSS attributes are not \
respected. Testcase is better tha world :
http://shift.freezope.org/css_lab/test/div

As you can see the boxes A C and B are separated but they will touched together. That \
is the case when removing overflow:hidden.

-------------- Testcase code ------------------------

<!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>overflow : hidden testcase</title>
                <meta http-equiv="Content-Type" content="application/xhtml+xml; \
charset=iso-8859-15" />  <style>
div[id] {
       border : 2px solid black;
}
#a { 
   float:left;
   height:100px;
   width:150px;
}
#b {
   float:right;
   height:100px;
   width:100px;
}
#c {
   height:200px;
   margin-left:150px;
   margin-right: 100px;
   overflow: hidden;
}
                </style>
	</head>
	<body>
		<div>
		<div id="a">A</div>
		<div id="b">B</div>
		<div id="c">C</div>
                </div>
	</body>
</html>


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

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