On 24/01/2010, at 11:33 AM, Joel Norvell wrote:
> If anyone on the PDFKit team is listening, I think it would be kind to allow
> row-by-row selection behavior to be effected within an app if so doing didn't
> complicate the PDFKit codebase!
File bugs. This isn't an official feedback channel s
Dear Cocoa-dev People,
I'd queried the list about PDFKit selection behavior:
>NSString * currentPageData = [currentPage string];
>
> behaves quite differently on a Snow Leopard build than it did under Leopard.
>
> A partial description of the issue is that the order of table data
> is not c
Dear Cocoa-dev People,
In PDFKit
NSString * currentPageData = [currentPage string];
behaves quite differently on a Snow Leopard build than it did under Leopard.
A partial description of the issue is that the order of table data in not
correctly preserved under Snow Leopard.
Has anyone els