Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#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 jackburton, 19 years ago

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.

comment:2 by jackburton, 19 years ago

Owner: changed from bpmagic@… to jackburton

comment:3 by jackburton, 19 years ago

Status: assignednew

comment:4 by jackburton, 19 years ago

Status: newassigned

comment:5 by jackburton, 19 years ago

Status: newassigned

comment:6 by jackburton, 19 years ago

Status: assignedclosed

comment:7 by jackburton, 19 years ago

Resolution: fixed

comment:8 by jackburton, 19 years ago

Fixed too in some of my recent BTextView commits.

Note: See TracTickets for help on using tickets.