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
Reported by fup on 16 Sep 2014 14:19 UTC as Trac ticket #1490074
If I open the external compose window from the "inline" compose window by clicking on the icon top-right, I can't manually insert my signature because the button is disabled.
Only after reloading the page the button is activated.
This problem doesn't exist if using an external window for composing is set in my preferences.
The activation of the button happens in change_identity() (app.js:3862ff), which is apprently not being called (properly) when opening the window manually.
Simply specifying the second parameter as true in app.js:3166 doesn't work. A fix is to insert the following into init_messageform() (app.js:3117ff):
Reported by fup on 16 Sep 2014 14:19 UTC as Trac ticket #1490074
If I open the external compose window from the "inline" compose window by clicking on the icon top-right, I can't manually insert my signature because the button is disabled.
Only after reloading the page the button is activated.
This problem doesn't exist if using an external window for composing is set in my preferences.
The activation of the button happens in change_identity() (app.js:3862ff), which is apprently not being called (properly) when opening the window manually.
Simply specifying the second parameter as true in app.js:3166 doesn't work. A fix is to insert the following into init_messageform() (app.js:3117ff):
As far as I can see that might call the same functions twice during the same request, which is not desirable. But I didn't find a better solution.
Migrated-From: http://trac.roundcube.net/ticket/1490074
The text was updated successfully, but these errors were encountered: