GNOME Bugzilla – Bug 352362
Unimplemented action: POPPLER_ACTION_UNKNOWN (JavaScript)
Last modified: 2009-02-03 22:44:30 UTC
Please describe the problem: When loading the attached file, evince asks me to file a bug report: ** (evince:4573): WARNING **: Unimplemented action: POPPLER_ACTION_NAMED, please post a bug report with a testcase. Upon closing evince, I additionally get assertions: (evince:4573): Gtk-CRITICAL **: gtk_tree_model_foreach: assertion `GTK_IS_TREE_MODEL (model)' failed (evince:4573): Gtk-CRITICAL **: gtk_list_store_clear: assertion `GTK_IS_LIST_STORE (list_store)' failed Steps to reproduce: Load s-pre-61.pdf into evince. Actual results: Expected results: Does this happen every time? Yes. Other information: I hope I'll be able to upload the file in question after filing the report.
Created attachment 71353 [details] The pdf showing the described behaviour
Created attachment 71356 [details] [review] Implement action named Close I can only reproduce the ACTION_NAMED links, but not assertions. There are several action named links in this document, but only one is not supported, Close. This patch adds support for this action. In addition, there are other unsupported actions that are not named actions, they are JavaScript actions. Since named actions are already supported I'm going to change this bug referencing only JavaScript actions.
Isn't Javascript functionality a dupe of bug 338721 ?
This one has a patch, so it's hard to decide which one is a duplicate. Feel free to dup one at your preference please. Thanks.
Ups, patch is committed already. Let's dup it indeed. *** This bug has been marked as a duplicate of 338721 ***