Open hirosejn opened 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未対応のため
使うケースが殆どないパターンなので
不具合事象
[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未対応のため
対応:優先度低
使うケースが殆どないパターンなので