Did not know where to stick this, however, this could be a possible fix.
I would like a tester to verify this just PM if you are running Joomla 1.5 and have turned off the WYSIWYG editor so that IE will not crash.
This is a possible fix for this issue. I was running ie7 / joomla 1.5 / & using tooltips / & sobi2 2.8.6. This fixed it.
The test would be to change the following file and turning the editor back on.
/libraries/joomla/html/html/behavior.php
~line 108
$tooltipInit = ' window.addEvent(\'domready\', function(){ var JTooltips = new Tips($$(\''.$selector.'\'), '.$options.'); });';
to
$tooltipInit = ' window.addEvent(\'load\', function(){ var JTooltips = new Tips($$(\''.$selector.'\'), '.$options.'); });';
Reason: IE has problems with domready. Load - is used so that all pictures are loaded first then runs the javascript routine.
Hi,
I have updated those line in behaviour.php file .
Here are my server details:
----------------------
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Perfect
Platform: Linux amigo.websitewelcome.com 2.6. Perfect
PHP Version: 5.2.8 (cgi-fcgi) Perfect
MySQL Version: 5.0.67 Perfect
PHP Memory Limit: 64 MB Perfect
PHP Script Execution Time: 30 Seconds OK
PHP Safe Mode: disabled OK
PHP Register Globals: enabled May cause problems
CMS RG Emulation: disabled Perfect
GD Library: installed OK
iconv/mbstring Library: installed OK
Charset: utf-8 Perfect
Database Collation: utf8_general_ci Perfect
CMS: Joomla 1.5 OK
Default Template Check: rhuk_milkyway OK
File Permissions
File Name Writable Owner Group State OK?
.../components/com_sobi2/ writeable 33749 33752 Perfect
.../components/com_sobi2/plugins writeable 33749 33752 Perfect
.../images/com_sobi2/clients/ writeable 33749 33752 Perfect
.../images/stories/ writeable 33749 33752 Perfect
.../administrator/components/com_sobi2/includes/install writeable 33749 33752 Perfect
.../administrator/components/com_sobi2/ writeable 33749 33752 Perfect
.../administrator/components/com_sobi2/plugins writeable 33749 33752 Perfect
.../components/com_sobi2/templates writeable 33749 33752 Perfect
.../media writeable 33749 33752 Perfect
.../components/com_sobi2/includes/inc/config.ini writeable 33749 33752 Perfect
------------------------
Yo can check my url
http://www.adhyapak.com/schools-directory/add-new.htmlStill I ma facinf problem with IE6
Firefox is ok
Please help me
Thanks in advance
Raghavendra