@all – I’m not associated with this plugin at all, but wanted to share some thoughts in case they help you. I’ve been noticing several issues, but all when EasyRecipe is combined with *other* plugins and WP 4.6 – specifically, any that may introduce a new visual editor anywhere on the page.
While this suggests EasyRecipe is at fault as it is common on all of them, I suspect it may not be – having done a lot of debugging, I discovered that WP4.6’s changed behavior affected the other plugins, where *their* code ends up setting their Visual editor as the ‘active’ editor, and not the main content editor, due to changes in the editor behavior in WP4.6. This in turn causes EasyRecipe to break, as it assumes the main content editor is the active one when the page loads.
I would suggest looking for any other plugins which introduce visual editors on the page and seeing if disabling them fixes the problem. If so, try contacting that plugin author with this information. The Advanced Custom Fields plugin, which was the one causing the conflict for me, has already released a fix.