Opened 5 years ago
Closed 5 years ago
#15744 closed bug (fixed)
WonderBrush: artifacts when scrolling
Reported by: | humdinger | Owned by: | X512 |
---|---|---|---|
Priority: | blocker | Milestone: | R1/beta2 |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Somewhere between hrev53710 and hrev53714 the scrolling of the canvas in WonderBrush started to produce artifacts:
Not sure if the change in the Haiku code broke some BeOS compatibility, or if it revealed a bug in WonderBrush.
Attachments (1)
Change History (5)
by , 5 years ago
Attachment: | WB_scrolling_down.jpeg added |
---|
comment:2 by , 5 years ago
Reason of this bug is WonderBrush shift scrolled contents with CopyBits and scrollbars area is included to shifting. Before transparent views support, children views were clipped but after transparent views were introduced they are not clipped if view color is B_TRANSPARENT_COLOR. BeBook don't says about should be children views clipped in CopyBits or not so WonderBrush seems cause undefined behavior.
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|---|
Priority: | normal → blocker |
Artifacts when scrolling