Hi I have a PDF with widgets and everything's fine with it, and I'm testing it by opening it with Adobe Reader. Now I had a look again with other viewers and when I open it with evince (poppler based), then it gives me some strange errors like this: "Error: Annotation rectangle is wrong type" Though it opens it fine and no problems at all. I googled a bit and found a bug report on this: https://bugs.freedesktop.org/show_bug.cgi?id=29954 There it is said that its ConTeXt's fault, as "It has a Widget annotation without the mandatory Rect field". Is it really so? I couldn't find any threads on this on the list. Can someone confirm this, can this be even fixed? Adam PS: As there's an attached PDF on the bug report, but with mkii, I'm attaching a minimal mkiv PDF (widget.pdf), if that helps. made with: %%% \setupinteraction[state=start] \setuppagenumbering[location=] \starttext \definefieldbody[email][type=line] \fieldbody[email] \stoptext %%%