Previous | Next | (P-PDF) Acrobat 6.0
Topic: Reader 6 BUGS so far (sorry, 'issues')...
Conf: (P-PDF) Acrobat 6.0, Msg: 88555
From: shrake
Date: 5/30/2003 12:02 AM
We use online, fillable PDF forms extensively in our insurance company's web site for our agents (serving the entire state of Texas), and have so far found a couple of alarming "issues" with Adobe Reader 6:
1. We have a form with a zip code field that is a text field with the option to 'limit to 5 characters' (so a 9 byte number will be truncated). This works fine in version 5, but in 6 it disregards the limit and displays all nine characters! And what's more, if the field type is set to 'Special, Zip Code (5 digits)' we get an error message that pops up in version 6 saying the data doesn't match the field type (this didn't happen in previous versions)
2. Our online PDF forms have a LOT of JavaScript in them-- one of which gets called on Page Open. This JavaScript in turn calls some Document JavaScript (as a function). We've found with Reader 6 that once it calls the Document JavaScript function it fails to continue with the remaining Page Open JavaScript. (Again, this works perfectly in Reader 5.x) Our solution was to move the remaining code in front of where we call the function, but this is a bit disconcerting to say the least!
My greatest concern is that everytime Adobe releases ANY upgrade we will have to do a lot of testing to make sure we don't have problems. I'm VERY disappointed with Adobe's effort on this!