全ての報告
トロス(Tholos)の報告
#98413: "Move the grey stone to 4 in clockwise column"
fixed: バグは修正されました
1
どういった内容ですか?
どうしましたか?以下から選んでください
何もゲームアクションができない箇所があった(ゲームはブロックされて放棄された)
詳細
• どの段階でこの問題が起こりましたか?(画面の指示はどうなっていましたか)
#12• ゲームアクションを行おうとしたとき、何が起こりましたか?(エラーメッセージ、ステータスバーメッセージ、他)
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it• あなたのブラウザは何ですか?
Google Chrome v116
報告履歴
2023年 9月13日 0:15 •
giantroach • バグは開発者に確認されました:
2023年 9月13日 3:55 • Same case as #98414 .
The gray stone is highlighted but cannot be clicked.
(#modal has a blink so popup blocks the click events)
This occurs only when window width is not wide enough.
The gray stone is highlighted but cannot be clicked.
(#modal has a blink so popup blocks the click events)
This occurs only when window width is not wide enough.
giantroach • バグは修正されました:
2023年 9月15日 13:53 • The main issue was quite complex.
1. `mouseover` and `mouseleave` events are used for toggling hint.
2. In touch device, those two events are triggered differently than the mouse. Genrally it triggered at sametime.
3. To ensure the popup elm is attached to the body, showHint() uses setTimeout().
4. Once Hint popup is displayed even once, it caches the last displayed position.
5. Due to the cache, popup may displayed exactly over the touched place.
6. Because of popup, mouseleave event is triggered on touch device. So flag is turned off during the setTimeout.
7. Since flag is turned off, showHint() cannot find the popup elm and halt the furthr process.
-----
Fixed as below:
1. Clear the position cache in an appropriate timing.
2. Display hint more flexibly (not only right side, left side if the remaining pos is not enough). Adjusted the hint size.
1. `mouseover` and `mouseleave` events are used for toggling hint.
2. In touch device, those two events are triggered differently than the mouse. Genrally it triggered at sametime.
3. To ensure the popup elm is attached to the body, showHint() uses setTimeout().
4. Once Hint popup is displayed even once, it caches the last displayed position.
5. Due to the cache, popup may displayed exactly over the touched place.
6. Because of popup, mouseleave event is triggered on touch device. So flag is turned off during the setTimeout.
7. Since flag is turned off, showHint() cannot find the popup elm and halt the furthr process.
-----
Fixed as below:
1. Clear the position cache in an appropriate timing.
2. Display hint more flexibly (not only right side, left side if the remaining pos is not enough). Adjusted the hint size.
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。