-
Notifications
You must be signed in to change notification settings - Fork 514
Closed
Description
Hello all,
IE8 will crash if you try to set the width in percentage together with a background color in Fx.Morph.
I made an simple example on http://jsfiddle.net/SyBaa/
if you change the unit from "%" into "px" then it will not crash.
This is what my IE8 log was showing:
"LOG: width"
"LOG: 10%"
"LOG: backgroundColor"
"LOG: #b20000%"
"Invalid property value. @ mootools-core-1.4.5-full-nocompat.js, line 3772 character 3"
It seems Fx.Morph add's the percentage unit to the background color.