This project is archived and is in readonly mode.

Fx.Elements fires error in IE7 for property 'color' : [0, 0, 0]
Reported by Constantine Zykov | December 10th, 2008 @ 04:42 AM | in 2.0 (closed)
Fx.Elements fires error in IE7 for property 'color' : [0, 0, 0], in FF, Opera works good.
This is part of code.
var fx_enter = new Fx.Elements(items, {duration: 1700, transition: Fx.Transitions.Elastic.easeOut});
var item = $('items #3');
var i = 3;
item.addEvent("mouseenter", function(event) {
if (item == event.target)
{
var fx = {};
fx[i] = {
'font-size': zoom_size,
'border-width': 1,
'top': top,
'left': left,
'color': [0, 0, 0] //Set this property will fail in IE 7.
}
}
})
Comments and changes to this ticket
-
Aaron Newton February 19th, 2009 @ 12:14 AM
- Assigned user changed from Valerio to Aaron Newton
- Milestone cleared.
-
fakedarren February 8th, 2010 @ 03:24 PM
- State changed from new to open
-
Christoph Pojer September 3rd, 2010 @ 01:19 PM
- State changed from open to duplicate
- Milestone order changed from 0 to 0
-
Aaron Newton September 26th, 2010 @ 11:37 PM
- State changed from duplicate to open
- Assigned user changed from Aaron Newton to Christoph Pojer
Reopening this. This isn't an Fx issue; Fx. just tries to set the style, right? It sounds to me like setStyle('color', [0,0,0]) doesn't work in IE (in 1.2).
-
Christoph Pojer September 26th, 2010 @ 11:39 PM
- Milestone set to 2.0
- Assigned user cleared.
- Milestone order changed from 38 to 0
-
ibolmo January 19th, 2012 @ 08:11 AM
- State changed from open to invalid
Moved to Github Issues: https://github.com/mootools/mootools-core/issues/2219
Please use Github Issues, since Lighthouse has been deprecated.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Referenced by
-
970 Fx.Elements fires error in IE7 for property 'color' : [0, 0, 0] Original Ticket: https://mootools.lighthouseapp.com/proj...
-
1190 Fx.Scroll / scrollTo refuse to scroll Y on Webkit's browser I thinks that match a little with this ticket : https://m...