Skip to main content Help Control Panel

Login   A+   A-

Community «   Discussion forum «   Bug tracker «  

Comment bug in IE [Solved]

Several members have complained that they can not post comments when using IE.
A solution has been made available

Solution Manager: Bernard

Issue description

Apparently it goes to the preview, then it won't post, it just keeps going back to the preview.

I have verified that this is consistently IE (not firefox)

They are not behind firewalls.

Comments

AnsteyER
avatar
Member
274 posts
registered on Jan. 22 2007

on Feb. 16


It seems to be happening to many of my members. At this point at least 5 members have reported this problem to me.
Bernard
avatar
from nearby-an-airport
Associate
6544 posts
registered on Sep. 12 2003

on Feb. 16


Is this related to one specific version of IE?
AnsteyER
avatar
Member
274 posts
registered on Jan. 22 2007

on Feb. 17


IE Version 6.0 (.2900.2180.xpsp_sp2_gdr.070227-2254 update version SP2) whatever that all means! And Windows XP

one member responded with this version, if i get more answers, i'll let you know
AnsteyER
avatar
Member
274 posts
registered on Jan. 22 2007

on Feb. 18


Another member is having the roblem with ie6 and with Opera.
AnsteyER
avatar
Member
274 posts
registered on Jan. 22 2007

on Feb. 19


AnsteyER:

Hi Stephan,

I've been surfing the site most of the weekend, and I noticed that it is indeed much faster. But unfortunately I can no longer post to the site. For instance I tried to add a comment to the "Who are the most underrated authors?" conversation, and it just keeps looping me back to "Preview your comment." Same thing when I tried to comment on one of Tracey's poems.I deleted all my offline content including cookies. Still no go. By chance has this problem come across your desk before?

This is typical of the problem. 

Bernard
avatar
from nearby-an-airport
Associate
6544 posts
registered on Sep. 12 2003

on Feb. 19


Ok Stephan, the issue description is clear, now we have to analyze the issue, meaning we have to reproduce it first.
Bernard
avatar
from nearby-an-airport
Associate
6544 posts
registered on Sep. 12 2003

on Apr. 10


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.

Rate this page
Posted by AnsteyER on Feb. 15, page edited by Bernard on Apr. 10, (popular)