Bug 76465

Summary: only full numbers accepted for percentual value of margin and padding %
Product: [Applications] konqueror Reporter: j.j. <moz>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: lex.lists
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: testcase

Description j.j. 2004-03-01 00:11:31 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    00

Seems that only full numbers are acceptet for %ual values of margin and padding.
Examples:
padding:0.9% is same as padding:0%;
margin:2.5% is same as margin:2%;

See http://jeka.info/bugs/khtml-padding.html
<body> has margin:0.75%; 
<div> has padding:0.9%; 
Both are ignored or set to 0.

Works fine whith ie, opera, moz...
Comment 1 lexual 2005-04-19 04:28:06 UTC
still an issue for 3.4.0
works fine for firefox
Comment 2 j.j. 2005-05-19 01:30:30 UTC
Created attachment 11101 [details]
testcase
Comment 3 Tommi Tervo 2005-10-11 14:41:45 UTC

*** This bug has been marked as a duplicate of 113630 ***