Skip to content

IE8: Fx.Morph percentage unit issue #2428

@BillyBlaze

Description

@BillyBlaze

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions