Where can i report a bug concerning WebApp Builder jimu.js ?

3837
2
Jump to solution
02-24-2015 10:50 PM
JeremieCornet1
Occasional Contributor II

I have found a bug on symbolChooser component (jimu.js/dijit/SymbolChooser.js).

Where can i report it (and propose the very simple "patch") ?

When you want to init the SymbolChooser with a specific text symbol, it doesn't work (therefore it works with marker, line or fill symbol).

There is a little missing in jimu.js/dijit/SymbolChooser.js _initTextSection method :

In ine 728

this._initTextSettings();

should be

this._initTextSettings(this.symbol);

like for other symbol types.

0 Kudos
1 Solution

Accepted Solutions
NidhinKarthikeyan
Occasional Contributor III
2 Replies
NidhinKarthikeyan
Occasional Contributor III
JeremieCornet1
Occasional Contributor II

Thanks,

I've submit a request.

0 Kudos