Closed Bug 55492 Opened 24 years ago Closed 24 years ago

CSS: 1pt border is wider on the right and on the bottom

Categories

(Core :: Layout, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 63336
Future

People

(Reporter: burnus, Assigned: dcone)

References

()

Details

(Keywords: css1, polish, testcase)

Attachments

(2 files)

This is with 2000-19-04-21/Linux

Goto the URL. There should be an <div> which uses this CSS:
  border: 1pt solid black;
Let's assume the top and left border are 1pt wide.Well, the right border seems
to be 3pt and the bottom 2pt wide.

Expected result: all sides should have the same width.
I confirm the bug on the Mac. To reproduce, resize the window very slowly to 
change its width (on the Mac: Cmd-Resize)
==> Every 5 pixels, the border on the right is 2 pixels wide instead of 1 pixel.
==> The border at the bottom is always 2 pixels wide instead of 1 pixel.

The bug doesn't happen if the border width is specified as '1px' or 'thin' 
instead of '1pt'.

I think I saw something like that several months ago already: a border width that 
changes on resize... Could it be a problem of conversion between points and 
pixels?

Reassigned to kmcclusk and CCd dcone, like other bugs with borders.
Assignee: pierre → kmcclusk
Status: UNCONFIRMED → NEW
Component: Style System → Layout
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Attached patch reduced testcaseSplinter Review
Triaging CSS bugs...

Tobias: nice catch. Thanks!
Target Milestone: --- → Future
reassigning to don.
Assignee: kmcclusk → dcone
This is due to the fact that all the border boundaries and placements are in 
twips.. this causes a nightmare of roundoff errors when these values are 
converted to pixels.  These need to be pre-calculated on pixel boundaries.. so 
the final results are on pixel boundaries.  
Status: NEW → ASSIGNED

*** This bug has been marked as a duplicate of 63336 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Netscape's standard compliance QA team reorganised itself once again, so taking 
remaining non-tables style bugs. Sorry about the spam. I tried to get this done 
directly at the database level, but apparently that is "not easy because of the 
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
vrfy dupl
Status: RESOLVED → VERIFIED
No longer blocks: 134942
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: