Closed
Bug 266389
Opened 20 years ago
Closed 15 years ago
-moz-border-radius with 10em and border of 6px cause artefacts on certain font zoom factors
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: markus.podar+bugzilla.mozilla.org, Assigned: roc)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 MultiZilla/1.6.4.0b Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 MultiZilla/1.6.4.0b From http://markus.fischer.name/about/ the #content DIV has the following rules applied to it: from markus.css: -moz-border-radius-bottomright: 10em; from herbst.css border-right: 6px solid #526945; When applying a text-zoom of e.g. 80%, a border line on the right is shown, which shouldn't be there. Reproducible: Always Steps to Reproduce: 1. Open http://markus.fischer.name/about/ 2. Set text zoom to 80% (in Firefix this requires adjusting text zoom with the mouse wheel, not with the keyboard) Actual Results: A border line on the right is displayed. Expected Results: No right border line should be displayed. Verified on Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a4) Gecko/20040927 and Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040911 Firefox/0.10 Could test only on windows so far.
| Reporter | ||
Comment 1•20 years ago
|
||
Shows screenshots of the page in text zoom 100% (left image) and text zoom 80% (right image), showing the line on the right image.
Comment 3•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Updated•15 years ago
|
QA Contact: ian → layout.view-rendering
Comment 4•15 years ago
|
||
WFM on this testcase with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 and Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20090902 Minefield/3.7a1pre
Comment 5•15 years ago
|
||
This old bug from 2004 is probably fixed by bug 368247
| Reporter | ||
Comment 6•15 years ago
|
||
I don't have any of the original files anymore (I never got around for the minimal test case) thus there's no way to reproduce this -> invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 7•15 years ago
|
||
Err, sorry, didn't realize the test case Emil, apologies. Feel free to reopen if you want.
Updated•15 years ago
|
Resolution: INVALID → WORKSFORME
Updated•15 years ago
|
Updated•15 years ago
|
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•