We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shickさんより Text2Frameの「選択肢の表示」にて、既存バグと思われる個所を発見しました。 条件としては「デフォルト」の引数が「なし」且つ、「キャンセル」の値が「数字」の場合で起きているようです。 ※既存の部分なので一先ず連絡だけ致します。
タグの例: <選択肢の表示: ウインドウ, 左, なし, 2>
<選択肢の表示: ウインドウ, 左, なし, 2>
実行値(parameters[2]が1)
{ "code": 102 "indent": 0 "parameters": [ [ "Yes" "No" ] 1 1 2 2 ] }
期待値(parameters[2]が-1)
{ "code": 102 "indent": 0 "parameters": [ [ "Yes" "No" ] 1 -1 2 2 ] }
「デフォルト」の引数が「なし」の時にも「exist_default_choice = true」を入れればいいと思うので、 7030行目の次の行に入れればいいのかな~と思っています。 ※勘違いしてたらすみません!
Text2Frame-MV/Text2Frame.js
Lines 7019 to 7041 in 824af13
以上です。確認よろしくお願いいたします。
Originally posted by @Shick1112 in #103 (comment)
The text was updated successfully, but these errors were encountered:
fix #112 : set exist_default_choice flag for 'none' or 'なし' options
1347c3a
When branches are created from issues, their pull requests are automatically linked.
Shickさんより
Text2Frameの「選択肢の表示」にて、既存バグと思われる個所を発見しました。
条件としては「デフォルト」の引数が「なし」且つ、「キャンセル」の値が「数字」の場合で起きているようです。
※既存の部分なので一先ず連絡だけ致します。
タグの例:
<選択肢の表示: ウインドウ, 左, なし, 2>
実行値(parameters[2]が1)
期待値(parameters[2]が-1)
「デフォルト」の引数が「なし」の時にも「exist_default_choice = true」を入れればいいと思うので、
7030行目の次の行に入れればいいのかな~と思っています。
※勘違いしてたらすみません!
Text2Frame-MV/Text2Frame.js
Lines 7019 to 7041 in 824af13
以上です。確認よろしくお願いいたします。
Originally posted by @Shick1112 in #103 (comment)
The text was updated successfully, but these errors were encountered: