Ext version tested: Browser versions tested against:

  • Firefox 31.0 with firebug and Illuminations.

  • Chrome 33.0


Web server: Nginx.

Description:

New projects that use charts and created with Architect shows the following problem when opened in the browser:

In Chrome:



Code:



Cannot read property 'RGBA_NONE' of undefined

In Firefox:


Code:



Ext.draw.Color is undefined

If I add Ext.draw.Color in


Code:



Ext.application({

requires: [
'Ext.draw.Color'
],

everything works fine.

I see other cases being reported on this blog post.

Steps to reproduce the problem:

- Create a new project and add a viewport, a panel and a chart.


- Save and build.


- Open the app in the browser.