@Noel, Test case and exception traces posted to https://issues.apache.org/jira/browse/PIVOT-772.
Roger Whitcomb | Architect, Engineering | roger.whitc...@ingres.com | Ingres | 500 Arguello Street | Suite 200 | Redwood City | CA | 94063 | USA +1 650-587-5596 | fax: +1 650-587-5550 -----Original Message----- From: Noel Grandin [mailto:noelgran...@gmail.com] Sent: Monday, July 04, 2011 5:31 AM To: dev@pivot.apache.org Cc: Roger Whitcomb Subject: Re: Problem with embedded line endings when inserting text in TextArea OK, so it's something new. First prize would be if you could build a reduced test-case, but if not, the exceptions might shed some light. -- Noel. Roger Whitcomb wrote: > Seems to, yes. I ran the tests with head revs of trunk and reproduced it. > > ~Roger Whitcomb > > Sent from my iPhone > > On Jul 3, 2011, at 9:56 AM, Noel Grandin <noelgran...@gmail.com> wrote: > >> Hi >> >> Does this happen with the latest SVN version? We've fixed a couple of issues >> in TextArea around line-endings. >> >> Regards, Noel Grandin >> >> On Sat, Jul 2, 2011 at 02:05, Roger and Beth Whitcomb < >> rogerandb...@rbwhitcomb.com> wrote: >> >>> Hi, >>> We're trying to write a piece of code to do "tail -f" (essentially) of a >>> log file into a TextArea. It looks like bad things happen (including >>> exceptions) if the text to be inserted has embedded newlines or doesn't have >>> a trailing newline. The "getCharacterBounds" returns bad values and >>> therefore the scrolling to visible function fails. >>> Anybody seen this before? I don't have a small fail case, but we've >>> verified it in our big application. >>> >>> Thanks. >>> ~Roger Whitcomb >>> >>>