id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking platform 2355 Incorrect BView::Draw() Update Rect after CopyBits() bonefish stippi "r25860 After a sequence of these method invocations: {{{ Invalidate((35.000000, 345.000000) - (41.000000, 359.000000)) Invalidate((0.000000, 345.000000) - (6.000000, 359.000000)) Invalidate((0.000000, 345.000000) - (6.000000, 359.000000)) CopyBits(((0.000000, 15.000000) - (560.000000, 388.000000)) -> (0.000000, 0.000000) - (560.000000, 373.000000)) Invalidate((0.000000, 345.000000) - (559.000000, 359.000000)) }}} the view receives the following Draw() method call: {{{ TermView::Draw((0.000000, 0.000000) - (560.000000, 373.000000)) Bounds(): (0.000000, 0.000000) - (560.000000 - 373.000000) clipping region: (0.000000, 330.000000) - (6.000000, 344.000000) (35.000000, 330.000000) - (41.000000, 344.000000) (0.000000, 345.000000) - (559.000000, 358.000000) (0.000000, 359.000000) - (560.000000, 373.000000) }}} The update rect covers the whole view, although the clipping region is constrained to 44 pixel rows at the bottom. " bug closed normal R1 Servers/app_server R1/pre-alpha1 fixed tqh All