I was sent a patch for this at one point, and was told the fix is coming in
4.2.1.
IIRC, the problem is in /opt/rt4/share/static/js/forms.js (or where ever you
have RT installed at). I can't remember which line needs to change, but here's
what mine looks like:
jQuery(function() {
jQuery('form').submit(function() {
jQuery(this).find('input[type="submit"]').attr('disabled','disabled');
return true;
})
jQuery('input[type="submit"]').click(function() {
var $this = jQuery(this);
var name = $this.attr('name');
if (!name) { return true; }
$this.after( jQuery('<input/>', {type: "hidden", name: name, value:
$this.val()} ) );
return true;
})
});
-Tyler Sweet
>>> On 10/29/2013 at 3:54 PM, in message
<[email protected]>, "Wright, Cory
(CDC/OID/NCIRD) (CTR)" <[email protected]> wrote:
> Tom -- I have also experienced this issue along with the previously
> communicated broken email issues, both of which are blocking a 4.2.0 upgrade
> in our environment. No resolution on either, yet.
>
> - Cory
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Tom Lahti
> Sent: Tuesday, October 29, 2013 4:43 PM
> To: [email protected]
> Subject: [rt-users] Upgraded 3.8.8 -> 4.2.0, IE issues
>
> I just upgraded from 3.8.8 to 4.2.0, and we're having some difficulty with
> Internet Explorer.
>
> It seems it is unable to submit forms except for the Jumbo form.
> There's no errors, it just redisplays the page. This is manifesting in
> a number of forms including the actions "comment" and "reply", when trying
> to save user preferences, when clicking "Add these terms and Search" in the
> search builder, and so forth. The only thing that works for commenting and
> replying is to use the Jumbo form, which is far from ideal.
>
> I've tried a number of things like turning off the CKeditor, disabling
> extensions, changing Internet Explorer options and settings, and I haven't
> come across the magic yet. Has anyone else experienced this and knows what
> the issue is? Googling has not been fortuitous, either.
>
> --
> Tom Lahti
> [email protected]
>
>
>
> This e-mail message is confidential and is intended solely for the use of the
> addressee(s) named above. If you are not the intended recipient, or the
> person responsible to deliver it to the recipient, you are hereby advised
> that any dissemination, distribution or copying of this communication is
> prohibited. If you have received this e-mail in error, please notify the
> sender by return e-mail. Thank you.
THIS MESSAGE AND ACCOMPANYING DOCUMENTS ARE COVERED BY THE ELECTRONIC
COMMUNICATIONS PRIVACY ACT, 18 U.S.C. ยงยง 2510-2521, AS AMENDED, AND CONTAINS
INFORMATION INTENDED FOR THE SPECIFIED INDIVIDUAL(S) ONLY. THIS INFORMATION IS
CONFIDENTIAL. IF YOU ARE NOT THE INTENDED RECIPIENT OR AN AGENT RESPONSIBLE FOR
DELIVERING IT TO THE INTENDED RECIPIENT, YOU ARE HEREBY NOTIFIED THAT YOU HAVE
RECEIVED THIS DOCUMENT IN ERROR AND THAT ANY REVIEW, DISSEMINATION, COPYING, OR
THE TAKING OF ANY ACTION BASED ON THE CONTENTS OF THIS INFORMATION IS STRICTLY
PROHIBITED. IF YOU HAVE RECEIVED THIS COMMUNICATION IN ERROR, PLEASE NOTIFY US
IMMEDIATELY BY E-MAIL, AND DELETE THE ORIGINAL MESSAGE. IN AN EFFORT TO PROTECT
PRIVATE CONSUMER INFORMATION AND TO MAINTAIN STRICT COMPLIANCE WITH THE HEALTH
INSURANCE PORTABILITY AND ACCOUNTABILITY ACT (HIPAA), P.L.104-191, AS AMENDED
AND THE GRAMM-LEACH-BLILEY ACT (GLBA), P.L.106-102, CBE COMPANIES, INC., AND
ALL OF ITS SUBSIDIARIES AND AFFILIATES, DOES NOT SEND AND ENCOURAGES OTHERS NOT
TO SEND NONPUBLIC PERSONAL INFORMATION (NPI) OR PERSONAL HEALTH INFORMATION
(PHI) VIA UNSECURED E-MAIL.