Discuss anything related to web development but no technical support questions


Post by jlee@legatoppm.com »

Works fine on FF, Chrome, however, on IE 8 with extjs 4.1.1a I'm getting this exception in the extjs library.
Any suggestion or workaround on this?

Post by jakub »

Can you post some code to reproduce this ? When does this happen while using our components ?
JavaScript/Angular/ExtJS consulting - kuba@virtualdesign.pl

Post by jlee@legatoppm.com »


Post by mats »

You need to start using an IDE with syntax checking:
fields: [
        {
        	name: "Resizable",
        	type: "boolean"
        },
        {
        	name: "Draggable",
        	type: "boolean"
        },        
    ]
IE doesn't like invalid syntax, with trailing commas...

Post by jlee@legatoppm.com »

Thanks for the quick response.

I got that class from this sample :)
https://forum.bryntum.com/viewtopic.php?f=4&t=2885

Post by mats »

That's ironic :) We'll get that fixed shortly, thanks for the heads up!

Post Reply