Re: Unexpected PDFKit behavior in -[PDFPage string]

2010-01-23 Thread Graham Cox
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

Re: Unexpected PDFKit behavior in -[PDFPage string]

2010-01-23 Thread Joel Norvell
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

Unexpected PDFKit behavior in -[PDFPage string]

2010-01-21 Thread Joel Norvell
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