Closed
Bug 6870
Opened 26 years ago
Closed 25 years ago
Bad Flicker when drawing applets
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: cyrus, Assigned: mark.lin)
Details
The first time an applet draws itself, and subsequent draws after things like
mousing-over the rollover icons, or resizing the window, or frame, etc... causes a
bogus flikcer effect. Patrick says that this has to do with double bufferring.
It's pretty disconcerting and makes applets look really bad. On the positive side,
there is no flicker (or less flicker?) in response to the awt update/repaint
cycle.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Comment 1•26 years ago
|
||
This doesn't happen on Windows.
Patrick - any comments?
Comment 2•26 years ago
|
||
Reassigning all OJI bugs to george.drapeau@eng.sun.com
Updated•26 years ago
|
Target Milestone: M8 → M9
Reassigning bug to mark.lin@eng.sun.com
I've talked with Patrick about this. He says it has to do with a flow/layout
problem deep in the layout engine code and not to worry about it until they get
it fixed, but I'll leave it assigned to me so I don't lose track of this bug
This is a bug that I cannot fix, so I will ask George if it's o.k to punt on
this one for now.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•