#261 closed bug (fixed)
BTextControl repainting
Reported by: | diver | Owned by: | jackburton |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
BTextControl is somewhat buggy repainting on resize. To reproduce this, one should load haiku in vmware, open FileTypes -> Application -> Be Application and start to resize a window several times until you'll see erasing of text in BTextControl and gry color inside them. Tested with rev16575 under vmware.
Change History (8)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:3 by , 19 years ago
Status: | assigned → new |
---|
comment:4 by , 19 years ago
Status: | new → assigned |
---|
comment:5 by , 19 years ago
Status: | new → assigned |
---|
comment:6 by , 19 years ago
Status: | assigned → closed |
---|
comment:7 by , 19 years ago
Resolution: | → fixed |
---|
Note:
See TracTickets
for help on using tickets.
Happens because the BTextControl's view color (gray) is painted by the app server, and right after that, we fill part of the control with white. We should find a better way to do that.