Maruan Sahyoun created PDFBOX-3036:
--------------------------------------

             Summary: Adding field additional actions when there are widget 
additional actions will overwrite
                 Key: PDFBOX-3036
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3036
             Project: PDFBox
          Issue Type: Bug
          Components: AcroForm
    Affects Versions: 1.8.10, 1.8.9, 2.0.0
            Reporter: Maruan Sahyoun
            Priority: Minor


When a form field and the widget share the same dictionary adding additional 
actions for the form field will overwrite already existing additional actions 
for the widget and vice versa when done through the PDModel.

Workaround is to use 
{{field.getActions().getCOSObject().addAll(fieldActions.getCOSObject());}} to 
add to already existing ones



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to