Forum

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: IE 8 compatible :)

IE 8 compatible :) 10 Feb 2012 20:20 #186

  • Zachary
  • Zachary's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 5
Found a small js error with mootools and select elements in IE7/8.. seems .target is not compatible so mootools has a .srcElement function you can use instead.

Changed line 84 in filesystemList.js to
if ((event.target || event.srcElement).type !== 'checkbox' && (event.target || event.srcElement).tagName != 'IMG') {

This simple or statement will allow it to work with all browsers. Might want to upgrade other parts of the code that use this with this scheme in the future.
Last Edit: 10 Feb 2012 20:21 by Zachary.
The administrator has disabled public write access.
The following user(s) said Thank You: Antonio

Re: IE 8 compatible :) 13 Feb 2012 16:38 #189

  • Zachary
  • Zachary's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 5
Found something else here as well. In a couple of the js files you are using class as part of a new element. In ie8 it needs class to be surrounded by something because it thinks it is something else. Something reserved if i remember correctly. Here is a quick fix.

You will notice i did the same '' fix for the word for here as well.
tr = new Element('tr', {id: 'tr_'+nome, 'class': 'contentAddField'});
			tdLabel = new Element('td', {width: '120'});
			tdInput = new Element('td');
			label 	= new Element('label', {'for': nome}).setHTML(nome);
			input 	= new Element('input', {id: nome, type: 'text', name: 'fields[add]['+nome+']', size: '40', value: ''});
			button 	= new Element('img', {src:'../administrator/components/com_jifile/images/remove.png', 'class': 'remove', title:this.string['remove'], alt:this.string['remove'], onClick: 'removeField(\''+nome+'\')'});
The administrator has disabled public write access.
The following user(s) said Thank You: Antonio

Re: IE 8 compatible :) 14 Feb 2012 09:41 #191

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
We are trying to solve all the problems on ie 7/8, now is not usable!
I hate IE, I'm going crazy! :P

Thx for the help
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: IE 8 compatible :) 28 Feb 2012 18:07 #237

  • nicola
  • nicola's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Ciao ragazzi, io ho riscontrato un problema molto strano utilizzando IE 8, quando provo ad avviare l'indicizzazione dopo avere selezionato anche un solo file, nella console javascript si blocca su un errore: 'objIndexing' non è definito esattamente la riga incriminata è nella porzione di script:
/*$0*/
var i;
if(i == 0) {
$('result').addClass('error').set('html', 'Nessun file selezionato');
}
string = new Array();
string = 'Errore';
string = 'Corretto';
string = 'Aggiorna';
string = 'Caricamento';
string = 'Annulla';
string = 'Annullato';
string = 'Operazione annullata';
string = 'Errore sconosciuto';
objIndexing.loadString(string);
//-->
Non capisco se il problema è legato a jQuery, visto che il mio template usa anche Mootools.
La pagina si blocca con la dialog di color box, che mostra la gif animata,
avete un'idea su come risolvere il problema?
Grazie del supporto
The administrator has disabled public write access.

Re: IE 8 compatible :) 28 Feb 2012 18:15 #238

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Ciao Nicola,
abbiamo già sistemato tutto, a giorni rilasceremo la nuova versione 1.0.6, che risolve sia le incompatibilità con IE 7/8 (che non avevamo considerato fosse un browser :P ) ed altri problemi.

Grazie comunque della segnalazione.

--- En
We have already fixed everything, shortly we will release the new version 1.0.6, that solves the incompatibility with IE 7/8 and other problems.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: IE 8 compatible :) 29 Feb 2012 15:36 #242

  • nicola
  • nicola's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Grazie Antonio, volevo segnalarti che ho modificato un pò il codice per indicizzare i file allegati negli articoli. Nella versione Joomla 1.7 gli allegati si trovano infatti tutti all'interno di una cartella "Attachements", ma organizzati in modo gerarchico, ciascuno dentro una sottocartella chiamata come l'id dell'articolo relativo. Il tutto sembra funzionare anche su IE8, a parte il problema che ti segnalavo nel precedente post. Attendo con impazienza il nuovo rilascio per cercare di risolvere tali problemi.
The administrator has disabled public write access.

Re: IE 8 compatible :) 02 Mar 2012 18:25 #245

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Questa settimana non abbiamo avuto tempo per finire tutto, ma al 99% riusciamo a rilasciare la nuova versione per Lunedì. ;)
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: IE 8 compatible :) 26 Mar 2012 17:07 #284

  • nicola
  • nicola's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 9
Ciao Antonio, ho scaricato la nuova versione rilasciata 1.0.6, ho integrato le modifiche ai file filesystemList.js, ma continuo ad avere lo stesso problema, su IE8 una volta avviato il processo di indicizzazione, il box generato da color box si apre senza alcun contenuto e si blocca così. Il debug di IE si blocca su errori nel file jquery.js ed è assolutamnete impossibile seguire un debug a step :woohoo: . Ho provato ad aggiornare jquery e colorbox ma nulla da fare. Puoi darmi un suggerimento?
Grazie
The administrator has disabled public write access.
  • Page:
  • 1
  • 2