hirosejn / HJN

TAT log Diver
https://hirosejn.github.io/HJN/dist/tatLogDiver.min.html
0 stars 0 forks source link

Configのグループ対応の不良 #71

Open hirosejn opened 6 years ago

hirosejn commented 6 years ago

不具合事象

[CSV delimiter]Other選択時に、menu / simulator のシミュレーションシナリオ選択ラジオでエラー tatLogDiver-fileParser.js:350 Uncaught TypeError: Cannot read property 'charCodeAt' of undefined at new Filter (tatLogDiver-fileParser.js:350)

原因:既存バグ

350 this.confF_SEP = c.getValue("SEP").charCodeAt(0) のc.getValue("SEP")から呼ぶ 36 return HjnConfig("m").getValueByKey(fieldId || key + ".v"); // TODO:mの指定 のTODO未対応のため

対応:優先度低

使うケースが殆どないパターンなので