Closed
Bug 2010
Opened 26 years ago
Closed 25 years ago
{css1} ugly border edges at line breaks
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: dbaron, Assigned: kmcclusk)
References
()
Details
(Keywords: css1)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The edges of borders on inline elements are ugly at line breaks. They have
diagonal ends.
troy, could you fix this one? It's probably not too bad - the information about
which edges are being skipped is available and could be passed used to do a
better job at rendering...if not, then punt it over to sparky.
Michael, I would do this but I think the border code is at the point where it
needs a restructuring. The way MakeSide() is now there are already three cases
per-side (plus the check for one-pixel lines). To add checks and handle the case
for drawing the bevel means duplicating logic many times
Updated•26 years ago
|
QA Contact: 4110
Comment 4•26 years ago
|
||
setting ChrisD as qa
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M5 → M6
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M8
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8 → M9
Reporter | ||
Comment 5•25 years ago
|
||
I have a fix for this, which I emailed it to kmcclusk.
Updated•25 years ago
|
Summary: ugly border edges at line breaks → {css1} ugly border edges at line breaks
Reporter | ||
Comment 7•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
Applied patch in July 27, 1999 5:03PM build.
Verified that it does fix the beveled line endings.
Also viewed CSS1 border test suite.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
Using 8/2 Apprunner, border edges at line breaks look okay. Verifying bug fixed.
Comment 10•25 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•