You can simulate this in the Chrome JS console:
When the editor buttons have been disabled as a result of the form being submitted, on hover they remain disabled, with the exception of the Upload a File button (this is true with/without swfupload) which on hover shows the :hover CSS instead of remaining "disabled".
Code:
$('.button').addClass('disabled');
When the editor buttons have been disabled as a result of the form being submitted, on hover they remain disabled, with the exception of the Upload a File button (this is true with/without swfupload) which on hover shows the :hover CSS instead of remaining "disabled".
Last edited: