- Posts: 3
- Thank you received: 0
Dropdown menu not working in IE8
- Armando Fabian
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 5 months ago #3061
by Armando Fabian
Dropdown menu not working in IE8 was created by Armando Fabian
Hi there,
I have installed the OT Realist template and it is perfectly working in IE9, firefox and chrome but in IE8.
There is a problem with the Dropdown menu with IE8, it seems that some functions are not supported, specifically addEvent Function
el_2.addEvent('mouseenter', function()
I tryed to change it to the attachEvent function but I don't know if I will get the same result. I made the change but now it is giving me an error with the init function.
init: function()
{
this.mw = this.clientWidth;
this.mh = this.clientHeight;
if (this.parent._id) {
this.myFx2 = new Fx.Tween(this, {
duration: 400,
link: 'cancel'
});
this.myFx2.set('width', 0);
} else {
this.myFx2 = new Fx.Tween(this, {
duration: 400,
link: 'cancel'
});
this.myFx2.set('height', 0);
}
this.setStyle('left', '-999em');
animComp = function()
{
if (this.status == 'hide') {
this.setStyle('left', '-999em');
this.hidding = 0;
}
this.setStyle('overflow', '');
}
if(!this.myFx2.addEvent){
this.myFx2.attachEvent('onComplete', animComp.bind(this));
}
else
{
this.myFx2.addEvent('onComplete', animComp.bind(this));
}
},
....
el_3.init();
Any idea of how to make the template compatible with IE8?
I have installed the OT Realist template and it is perfectly working in IE9, firefox and chrome but in IE8.
There is a problem with the Dropdown menu with IE8, it seems that some functions are not supported, specifically addEvent Function
el_2.addEvent('mouseenter', function()
I tryed to change it to the attachEvent function but I don't know if I will get the same result. I made the change but now it is giving me an error with the init function.
init: function()
{
this.mw = this.clientWidth;
this.mh = this.clientHeight;
if (this.parent._id) {
this.myFx2 = new Fx.Tween(this, {
duration: 400,
link: 'cancel'
});
this.myFx2.set('width', 0);
} else {
this.myFx2 = new Fx.Tween(this, {
duration: 400,
link: 'cancel'
});
this.myFx2.set('height', 0);
}
this.setStyle('left', '-999em');
animComp = function()
{
if (this.status == 'hide') {
this.setStyle('left', '-999em');
this.hidding = 0;
}
this.setStyle('overflow', '');
}
if(!this.myFx2.addEvent){
this.myFx2.attachEvent('onComplete', animComp.bind(this));
}
else
{
this.myFx2.addEvent('onComplete', animComp.bind(this));
}
},
....
el_3.init();
Any idea of how to make the template compatible with IE8?
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 5 months ago #3071 by Trung Duong
Replied by Trung Duong on topic Re: Dropdown menu not working in IE8
Hello,
The dropdown menu works fine on IE7, IE8, IE9, can you check our demo ? I think if you can submit your url here that it will be better.
Thanks
The dropdown menu works fine on IE7, IE8, IE9, can you check our demo ? I think if you can submit your url here that it will be better.
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- Armando Fabian
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 3
- Thank you received: 0
12 years 4 months ago #3096
by Armando Fabian
Replied by Armando Fabian on topic Re: Dropdown menu not working in IE8
You are fully right, I tested the demo and it is working fine in IE8. I'm really surprised about why is not working in my implementation. I would guess that it might be a conflict with another component, maybe mootools or JQuery.
If you can support me on this I will appreciate it because I have spent too much time on this without a positive result.
Here is the link for the site: www.vivecasa.com.mx
Thanks in advance for the help
If you can support me on this I will appreciate it because I have spent too much time on this without a positive result.
Here is the link for the site: www.vivecasa.com.mx
Thanks in advance for the help
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
12 years 4 months ago #3098
by Trung Duong
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
Replied by Trung Duong on topic Re: Dropdown menu not working in IE8
Hello,
Can you send me your ftp ? so i can help you. My email is: services(at)omegatheme.com ( include your request plz)
Regards
Can you send me your ftp ? so i can help you. My email is: services(at)omegatheme.com ( include your request plz)
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds