#324 √ invalid
qrizly

Undefined in Element.relativize (IE7.0)

Reported by qrizly | September 4th, 2008 @ 06:51 AM

function Element.relativize was crashing in IE 7.0 and the problem was in the following code:


element.style.height = element._originalHeight;
element.style.width  = element._originalWidth;

its fixed when changed to:


element.style.height = element._originalHeight || 0;
element.style.width  = element._originalWidth  || 0;

Comments and changes to this ticket

Please Login or create a free account to add a new comment.

You can update this ticket by sending an email to from your email client. (help)

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

The Prototype JavaScript library.

Shared Ticket Bins

People watching this ticket