Closed
Bug 45838
Opened 25 years ago
Closed 16 years ago
Graphics artifacts/white lines at font display resolutions other than 96dpi
Categories
(SeaMonkey :: Themes, defect, P3)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
Future
People
(Reporter: hsivonen, Unassigned)
Details
(Keywords: css1)
Attachments
(1 file)
943 bytes,
image/png
|
Details |
Buttons in the Classic theme on the Mac have a white one-pixel-wide vertical line over
them.
Build ID: 2000071810
Reproducibile: Always
Steps to reproduce:
1. Enable the Classic theme on the Mac
2. Look at buttons ("Search" in the toolbar, "OK" and "Cancel" in prefs etc.)
Actual results:
Buttons have a white one-pixel-wide vertical line over them.
Expected result:
Expected the line to not be there.
Comment 1•25 years ago
|
||
Could you explain this in more detail? Where is the vertical white line on the
button? I don't think I'm seeing this on my computer.
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
Attached a screenshot of the "OK" and "Cancel" buttons from the prefs window.
Comment 4•25 years ago
|
||
OK, i'm definitely not seeing that. I think it must be some kind of drawing bug.
Did you try moving the prefs panel of the screen and then back on, forcing it to
redraw? Is it still there?
Updated•25 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 5•25 years ago
|
||
Moving the window off the screen does not help. However, if I switch to another app,
cover the Mozilla window with a window of that other app and then move the window so
that I can see the Mozilla window again, the line goes away. The line reappears when
Mozilla does a redraw while Mozilla is the active app again.
Comment 6•25 years ago
|
||
Paul: I'm pretty sure this is a mac drawing engine problem. Who should I
send this bug to?
Reporter | ||
Comment 7•25 years ago
|
||
As of build 2000072113 also the gray area in scrollbars has white lines in it.
The lines are horizontal in the vertical scrollbar and vertical in the
horizontal scrollbar.
Comment 8•25 years ago
|
||
I tested this using the 7/18 build on OS 8.5, and I am not seeing the white
lines. What color depth and screen resolution are you at? I really haven't a
clue as to why you are seeing this bug. QA, can you help with this one?
Reporter | ||
Comment 9•25 years ago
|
||
The color depth is irrelevant. To see the problem, put this line
user_pref("browser.display.screen_resolution", 98);
in prefs.js.
Comment 10•25 years ago
|
||
OK, I'm seeing it now. In fact, you get all sorts of drawing errors at other
font display resolutions as well, such as a 1px line of random colors underneath
the "OK" button at 100 dpi. This must be symptomatic of some deeper and obscure
drawing issue.
In fact, if you switch to the modern skin, you will also see other drawing
problems, such as white vertical stripes irregularly spaced in the navigation
toolbar background. This bug seems to be very low priority, as VERY FEW people
will ever switch resolutions. I have not been able to repro this bug on Windows
98.
Changing Summary. Reassigning to pinkerton, because he probably knows who's
responsible for Mac graphics bugs.
Assignee: nbhatla → pinkerton
Status: ASSIGNED → NEW
OS: Mac System 8.5 → Mac System 9.0
Summary: Buttons have a white line over them → Graphics artifacts/white lines at font display resolutions other than 96dpi
Comment 12•25 years ago
|
||
This bug has been marked future because we have determined that it is not
critical for netscape 6.0. If you feel this is an error, or if it blocks your
work in some way -- please attach your concern to the bug for reconsideration.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Reporter | ||
Comment 13•25 years ago
|
||
* The logical resolution should have no effect on px-sized objects. I suspect px sizes are
converted to some other measure and then converted back to px with rounding errors. It
doesn't make sense to convert px to anything else.
* If Mozilla displays a UI for setting the logical resolution, the UI should not break if the
user touches the UI.
* If the logical resolution used by Mozilla can't be configured to match the physical
resolution of the display device, Mozilla will be unable to support CSS fully (even though
physical lengths should be avoided on Web pages anyway). This would mean less
complete CSS unit support than in Another Browser.
Reporter | ||
Comment 14•25 years ago
|
||
css1,correctness--Affects CSS unit handling.
Keywords: correctness,
css1
Comment 16•24 years ago
|
||
nominating for dogfood (from sdagley's list of bugs that are good candidates for
our next release)
Keywords: nsdogfood
OS: All
Comment 17•23 years ago
|
||
Is this related to my bug 119824?
Comment 18•23 years ago
|
||
Comment 19•20 years ago
|
||
Is this still a problem? If so, can a test case be attached?
Assignee: dcone → themes
Status: ASSIGNED → NEW
QA Contact: pmac
Updated•17 years ago
|
Product: Core → SeaMonkey
Comment 20•16 years ago
|
||
no response fro comment #19
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•