On 7 Feb 2008, at 15:38, felix wrote:
scroll view still doesn't work correctly with it.i posted a test that shows the failure. maybe you can suss it.
This is the yellow square thing? Yes that's weird.
also, although I thought I totally fixed the bug where you scroll and then everything disappears, it seems i only fixed some cases. i'll take another look.
Do you have the fix I committed yesterday? I also was experiencing this, but it seemed to sort it out.
My guess is that the scroll view was trying to only draw it's visible content and that the relative stuff messed that up. But I think the change I made means it always draws its entire internal contents. Slightly less efficient, but not a big deal.
S.