Skip to main content Help Control Panel

Login   A+   A-

Community «   Discussion forum «   Bug tracker «   Comment bug in IE «  

Comment: Comment bug in IE

<< Previous  
Actually I have re-introduced in release 8.2 a bug that was fixed about one year ago. The issue is that IE6 poorly supports multiple buttons, and the preview button is "taking over" the submit button.

One way to go is to suppress the preview button in comments/edit.php as follows:
$context['text'] .= '<p>'.Skin::build_submit_button(i18n::s('Submit'), i18n::s('Press [s] to submit data'), 's')."</p>n";


instead of
$context['text'] .= '<p>'.Skin::build_submit_button(i18n::s('Submit'), i18n::s('Press [s] to submit data'), 's')
.' '.Skin::build_submit_button(i18n::s('Preview'), NULL, NULL, 'preview')."</p>n";


A definitive solution will be introduced in version 8.4, featuring one submit button and one preview link.

by Bernard on Apr. 10