Bug 11653 - Percent width less than 1% always rounded down to 0%
Summary: Percent width less than 1% always rounded down to 0%
Status: RESOLVED DUPLICATE of bug 5164
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-20 01:28 PST by Espen B. Andersson
Modified: 2008-03-05 05:41 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Espen B. Andersson 2006-11-20 01:28:10 PST
Please see testcase.

Safari seems to round the width value down when using desimals, e.g. 0.5% becomes 0.

This is an extremely annoying bug which makes it hard to develop websites without tables, because it is a never a good idea to mix % and px values and always using 1%, 2%, 3% etc. as margin makes thing look buggy.
Comment 1 mitz 2006-11-20 03:26:59 PST

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