Re: Catalina scroll view issues

2019-12-19 Thread Georg Seifert via Cocoa-dev
I read most of the discussion but maybe missed some parts so it might repeat something or miss the point altogether. How big is your view. I had a lot problems with a big view and layer backing. It will use tiled layers as a layer can only be a few thousand pixels tall. And when you do any

Re: Catalina scroll view issues

2019-12-19 Thread Gary L. Wade via Cocoa-dev
Interesting. This could be a layering issue then, and it could be due to a configuration unique to your customer’s setup. Since you’re doing things on a lower level than expected, there may be some nuance you need to add or something Apple needs to fix that may work fine using higher level

Re: Catalina scroll view issues

2019-12-19 Thread Redler Eyal via Cocoa-dev
>> >> OK, I'll try to get the sysdiagnose from my users before submitting. I must >> say I'm really skeptic regarding the relation with my use of CG. It is not >> that CG is not used by CT and everything else is also using CG. > > CG may not be the issue… and I cannot offer a better

Re: Catalina scroll view issues

2019-12-19 Thread Sandor Szatmari via Cocoa-dev
Eyal, > On Dec 19, 2019, at 02:55, Redler Eyal via Cocoa-dev > wrote: > >  >> >> Since you’re using CoreGraphics, it’s very likely there’s an edge case with >> your customers’ systems that you aren’t encountering. CG is pretty much the >> lowest practical level in the graphics stack.