|
From: | Eric Wasylishen |
Subject: | Re: gui patch for review: -[NSView setBounds*:] - remove setNeedsDisplay: YES calls |
Date: | Mon, 23 Jan 2012 16:05:55 -0700 |
I just found a bug caused by re-enabling copy-on-scroll. Open TextEdit (https://github.com/ericwa/TextEdit), open a document or paste in some text, Choose "Format->Wrap to Page", set the zoom to 150%, and scroll horizontally, slowly. You'll see horizontal blurring. Seems that the regions being copied aren't pixel-aligned. Should we just disable copy-on-scroll for this release? Ship with this bug? Try using -centerScanRect in -[NSView scrollRect: (NSRect)aRect by: (NSSize)delta]? I just fear trying to fix it now will create more bugs at the last minute... Eric On 2012-01-20, at 11:54 PM, Eric Wasylishen wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |