Bug 76465 - only full numbers accepted for percentual value of margin and padding %
Summary: only full numbers accepted for percentual value of margin and padding %
Status: RESOLVED DUPLICATE of bug 113630
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-01 00:11 UTC by j.j.
Modified: 2005-10-11 14:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (545 bytes, text/html)
2005-05-19 01:30 UTC, j.j.
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***