TEMA:

Need Help with odd IE7 issue 14 años 7 meses antes #1781

  • Autor del tema
  • jennifer
  • Visitante
  • Visitante
I have a Joomla! 1.5.3 (or 1.5.4 install) with latest BreezingForms. I've made a form which works quite handily in Firefox, but in Internet Explorer 7 on a Vista machine, it does not display the form at all due to an error I believe is Javascript related: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.

Has anyone encountered this before? It is driving me nuts! Thanks in advance!

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Re:Need Help with odd IE7 issue 14 años 7 meses antes #1782

  • Autor del tema
  • jennifer
  • Visitante
  • Visitante
I have other BreezingForms forms on this site that DO work in both IE7 and Firefox - forgot to mention.

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Re:Need Help with odd IE7 issue 14 años 7 meses antes #1805

  • TheMuffinMan
  • Visitante
  • Visitante
do you have a url where I can see it?

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Re:Need Help with odd IE7 issue 14 años 7 meses antes #1874

  • Autor del tema
  • jennifer
  • Visitante
  • Visitante
I managed to resolve it.

To make a long story really, really short, I edited the code field in the jos_facileforms_scripts table for the (id=6;name=ff_getfocus) row from:

function ff_getfocus(element,condition) {
element.focus();
}

to:

function ff_getfocus(element,condition) {
try {
element.focus();
} catch(er){
}
}

Problem solved. Well, technically, not solved so much as just not evident. I didn't bother trying to resolve why it couldn't get focus on that element.

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Re:Need Help with odd IE7 issue 13 años 11 meses antes #5223

  • @ss
  • Fuera de línea
  • Navegador Iniciado
  • Navegador Iniciado
  • Registered
  • Mensajes: 19
  • Gracias recibidas: 7
Ich habe genau dieses Problem auch!
Nun habe ich die oben vorgeschlagene Änderung in der DB gemacht... ohne Besserung! :blink:

Die Meldung welche der IE ausgibt heist;

Zeile; 150
Zeichen; 76
Fehler: 'ff_processor' ist undefiniert
Code; 0
URL: http.//www.meineseite.de/index.php?option=com_facileforms&Item=6

Zu sehen auf www.ansagenzone.de "Bestellung"

Bei Firefox geht es auf IE nicht!

Lg Daniel

P.S. Habe mir gerade die neue Version 1.5.9 gekauft!
Ist dieses Problem dort behoben?
Kann ich die alte Version 1.5.1 deinstallieren und 1.5.9 neu installieren und dann einfach exportierte Formular der Vorgängerversion installieren?? Geht dass?

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Última Edición: Post by @ss.
  • Página:
  • 1
Moderadores: ForumSupport
Tiempo de carga de la página: 0.062 segundos

Live Support Chat Opened!

Join our Discord chat here and enter the Crosstec channels to receive live support and talk directly to the team!