You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These annotations correspond to a PushButton because their parent is and the action is in the AA dictionary associated to D (MouseDown).
So once #12429 is merged we can easily extract url from the action.
Since for security reasons we won't implement app.launchURL we must handle that stuff in same way as we do for A dict.
The text was updated successfully, but these errors were encountered:
The issue in #9776 is slightly different since the actions in AA::D are /GoTo and here they're /JavaScript.
But finally thanks to your comment, I think I've a way better (and simpler) patch to handle the different cases.
Steps to reproduce the problem:
These annotations correspond to a PushButton because their parent is and the action is in the AA dictionary associated to D (MouseDown).
So once #12429 is merged we can easily extract url from the action.
Since for security reasons we won't implement
app.launchURL
we must handle that stuff in same way as we do for A dict.The text was updated successfully, but these errors were encountered: