Mobile app version of vmapp.org
Login or Join
Jessie594

: Form content not loading in Firefox 18 Since Firefox 18 was released, new users have been unable to register on our Joomla-based site. The form loads and works in Chrome, IE, and Firefox 17

@Jessie594

Posted in: #Firefox #Joomla

Since Firefox 18 was released, new users have been unable to register on our Joomla-based site. The form loads and works in Chrome, IE, and Firefox 17 but not Firefox 18. To make things even more confusing: Inspect Element in Firefox 18 shows a form element that is empty, however, View Page Source in Firefox 18 shows the entire form. Furthermore, using the Web Developer Tools, we checked the HTTP request and response. The response contains the entire form (including inner elements) but Firefox 18 and Inspect Element still don't show these. We've tried dumping the cache, installing the latest Java update, and resetting Firefox to default (i.e. no add-ons or themes.) We are completely stumped on what to do. We've put in a support request, but we're wondering if anyone else has any idea what could be the problem.

Here's the site for reference: SIJHSAA -- if you click on "Create an account" in the right hand sidebar, this is the form that is not working in Firefox 18.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

1 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

Joomla 1.5 is pretty old now and not supported so at some point you should upgrade.

The problem is mootools you can fix this by adding this to /components/com_gantry/js/mootools-1.2.5.js">

String.prototype.contains = function(string, separator){

return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;

};


Ensure not add within another function, alternatively you try updating mootools but it might be caused by joomla, worth trying mind.

You could ask or read up on this issue here forum.joomla.org/viewtopic.php?f=428&t=785730

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme