Opened 19 years ago
Closed 17 years ago
#502 closed bug (fixed)
Black interface parts in some apps
Reported by: | diver | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Interface Kit | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
You could see black parts in the following apps from R5:
Keyboard ScrollBar VirtualMemory NetPositive
Attachments (1)
Change History (18)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
The NetPositive problem seems to be a drawing engine bug. It looks like AS_FILL_RECT is called with the correct state:
pattern = 0 low color = {216, 216, 216}
But for some reason, the rectangle is drawn black.
comment:3 by , 19 years ago
Owner: | changed from | to
---|
comment:4 by , 19 years ago
Maybe it depends on the drawing state ? i.e. maybe it's B_OP_OVER/B_OP_ALPHA or something like that ?
comment:5 by , 19 years ago
I could not reproduce it locally, though I had previously seen it. I must have some local change that fixed it, I will go over the diffs. I cannot commit as is, since some of my local stuff doesn't work yet 100%.
comment:6 by , 19 years ago
Status: | new → assigned |
---|
comment:8 by , 19 years ago
Resolution: | → fixed |
---|
comment:9 by , 19 years ago
Status: | assigned → closed |
---|
comment:10 by , 19 years ago
It seems that this bug is still there, see http://flickr.com/photos/ johndrinkwater/142668464/ Reopening.
comment:11 by , 19 years ago
Resolution: | fixed |
---|
comment:12 by , 19 years ago
Status: | closed → reopened |
---|
comment:13 by , 19 years ago
Cc: | added |
---|
comment:14 by , 17 years ago
Description: | modified (diff) |
---|---|
Platform: | → All |
I have not seen anything like this in ages, is it really still there?
comment:15 by , 17 years ago
comment:16 by , 17 years ago
Component: | - General → Kits/Interface Kit |
---|
Didn't see this bug over year now, i think it's safe to close it.
comment:17 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed for Keyboard, ScrollBar, VirtualMemory in hrev17160. Problem remains in NetPostitive for some reason.