Has anyone encountered drop downs in their PDF form that don't work in Adobe Reader 8?
A simple example is my form (stripped back) here:
http://www.wikski.com/misc/test.pdf
I've built a form with 22 sections in it, some 1800 lines of code, and now every single drop down has decided to not work in Adobe Reader 8.
The behaviour is when you select a drop down, it immediately deselects itself and you can't use the element at all.
I previously had this occur, and by simply deleting the element in LiveCycle Designers ES2 (which is what I've used to create the entire form) and recreating it exactly the same; seemed to fix it. However, I am so far past the point of being able to recreate every drop down this time, I need to actually know what's causing the bug.
Any help would be greatly appreciated!
Cheers,
Solved! Go to Solution.
Views
Replies
Total Likes
I'm not sure why you need the xfa.layout.relayout(); in your calls in your enter events (atleast in the set_focus function).
Seems to work without it.
I've had more problems with Reader 8.0 than anyother version.
Bruce
Views
Replies
Total Likes
I'm not sure why you need the xfa.layout.relayout(); in your calls in your enter events (atleast in the set_focus function).
Seems to work without it.
I've had more problems with Reader 8.0 than anyother version.
Bruce
Views
Replies
Total Likes
I tried your version on both version 8 and 9 and I am not able to duplicate the issue.
Paul
Views
Replies
Total Likes
xfa.layout.relayout(); is required to re-render the entire form in order to have the field change color on Enter event. Without this, the field won't change color in Adobe Reader 8, this goes for all fields not just drop downs. Instead it'll just flicker the color change, xfa.layout.relayout(); makes the color change stick.
Thanks for your help, I've decided to take the set_focus() event off drop downs and keep it in place just for other field types such as the text input field.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies