Changes between Initial Version and Version 1 of Ticket #5468, comment 2


Ignore:
Timestamp:
Jul 13, 2018, 2:45:52 AM (6 years ago)
Author:
jscipione

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5468, comment 2

    initial v1  
    33Test program is here: http://pastebin.com/hb3fne5V
    44
    5 The view starts off green.
    6 
    7 When you resize the view turns red. keep resizing and eventually it will turn blue, this means you've triggered the bug. more details below:
     5The view starts off green. When you resize the view turns red. keep resizing and eventually it will turn blue, this means you've triggered the bug. more details below:
    86
    97App server occasionally drops the Draw() call which causes the view to not be drawn correctly. Actually this happens on BeOS too but much more frequently on Haiku. I'm not sure if this is intentional or not and I'm not sure how to trigger the bug, it just seems to happen at random. It's not like if I resize the window quickly it happens more often, it just occasionally doesn't call Draw() and suddenly my red window turns blue.