RadiantQ Forum

Product => jQuery Gantt Package => Topic started by: magnus.sundstrom on November 18, 2014, 02:57:39 PM

Title: IE8?
Post by: magnus.sundstrom on November 18, 2014, 02:57:39 PM
Version 4.5 is supposed to support IE8, right? Well it doesn't and it still outputs this log message: "LOG: It appears that the gantt is loaded in a IE browser version earlier than IE9. Some features are not supported in earlier than IE9. Or you might be running IE 9+ in Compatibility View mode, which is also not supported by the gantt."
Title: Re: IE8?
Post by: Rajagopal on November 19, 2014, 03:28:09 PM
Magnus,

We show this warning message for developer's information that some features are not supported in IE8.

The unsupported features are:

 * Dynamically creating the Gradient images.
 * Printing and ExportToImage features.
 * Row Drag And Drop feature in GridTable.

Also note that to make your page compatible with IE8, you will have to replace all property accessors with method accessors as discussed in our Users Guide Topic: "IE8 Support".

And we noticed that, you are using "object.defineProperty" in sample level which is not supported in IE8. Please refer https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty (https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty) for more info.


Regards,
-Raja.