3.1.1. Example page doesn't work in IE8
Reported by zolinko | January 12th, 2012 @ 09:32 AM
3.1.1 Example tab page throws exception in IE8 (v8.0.6001.18702).
Row: 3282
Error: Invalid argument.
Comments and changes to this ticket
-

Jon Bomgardner January 14th, 2012 @ 05:10 PM
- → Tag set to defect
- → Assigned user set to Jon Bomgardner
Can you perhaps provide a little more detail? Which example is casing the error? If you open the page in a separate tab/window (by right-clicking the menu entry and choosing to open in a new window) do you get the same error?
-

zolinko January 18th, 2012 @ 09:29 AM
I write the "jxlib.org" url in the url-bar, press enter,
when the page is rendered, I clikk on the "Examples" tab, then click on "version 3.1.1".
The content of the left tree and also of the right panel is completly missing, and I get that
javascript alert:
Row 3282
Error: Invalid argument
I attached a pic. -

zolinko January 18th, 2012 @ 09:45 AM
Hi Jon,
Here are some more debug info:
In mootools-core.js in row 3282this.style[property] = value;It is in the Element.implement block in the setStyle method.
At that point "this" is a "DispHTMLDivElement" object
and the "property" to set is "width"
and the "value" is "-1"I think this is an "Invalid argument" in IE
2 pics attached
( "Érvénytelen argumentum" means "Invalid argument" and "Helyi változók" means "Local variables" )Thx
-

Jon Bomgardner January 18th, 2012 @ 03:29 PM
Ahh... yes. This is actually fixed in github master under issue #67. I
just didn't put it up on the website. I will do so as soon as I get a
chance.Jon
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »