sCal not rendering in IE6: Object doesn't support this action

Hello,

thanks already for this great script!
I only have a nasty error with IE6 (I know, worst browser on the planet but customer needs are to be met): I receive the following error

Line: 255
Char: 9
Error: Object doesn't support this action
Code: 0

I've upgraded prototype to version 1.6, fiddling around in the script shows me that the problem seems to be related to the this.table call on line 255 or the hParts.each call on line 256

Is anyone out there able to reproduce this error or am I the only one?
Tested in FF2, FF3, Opera, everywhere working like a charm!

Any help greatly appreciated!

Keep up the good work folks!

Kind regards,

IE6 Error

IanTyndall's picture

The slick_test.html functional test file in branch v0.2.01 works fine for me with IE6.

Can you try out the latest branch (from the svn link above)?
If it still fails, can you post a link to a functional test case?

I don't understand anymore... ;-)

Hi Ian,

Thanks a lot for your quick reply. I have tested the slick_test.html demo both from the SVN branch as on the website, both are working perfectly in IE6, but not when I embedded it in the website. Guess I'll have to reconsider the way I'm implementing the calendar(s) because nothing 's wrong with the script itself!

Kind regards, keep up the good work!

Erik

I was finally able to

I was finally able to pinpoint the problem: the prototype .each function was causing the issue.
This wouldn't have been a problem if I hadn't 2 different versions of prototype loaded. Somehow newer browsers ignore the older prototype version, but unsurprisingly IE6 doesn't.

Thanks again for this great script!

Erik

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options