Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 2:39 pm (All times are UTC )

 





Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Wed Aug 29, 2007 1:27 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Sep 14, 2006 11:41 am
Posts: 225
Location: Berlin
Hi,
If anybody wants to use Tooltips or Formvalidator with an HTTPS-site he should have a look to this page:
http://forum.mootools.net/viewtopic.php?id=3716. There is an error in Window.DomReady.js of mootools.
You can fix it by replace the following line in mootools:

Code:
var src = (window.location.protocol == 'https:') ? '://0' : 'javascript:void(0)';

replace with:
Code:
var src = (window.location.protocol == 'https:') ? '//:' : 'javascript:void(0)';


This error occures only with IE!

hsm


Last edited by Jinx on Thu Aug 30, 2007 11:38 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Thu Aug 30, 2007 9:29 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Q&T Note;

Hi, thanks for sharing the solution. I'll be marking it as NOT BUG though since it is not core related. We will of course keep the mootools script up to date once a new release is out.

_________________
Regards Robin


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group