Comment 2 for bug 1831669

Revision history for this message
Ian McInerney (imcinerney) wrote :

This was caused by the event handler for the action menu sending the events for the action plugins to the tool associated with the menu instead of to the event handler associated with the item. The attached patch makes the action menu event handler forward events for auto-generated IDs to the user-connected handler instead of a tool manager.