#98413: "Move the grey stone to 4 in clockwise column"
Mitä tämä raportti koskee?
Mitä tapahtui? Valitse alta
Mitä tapahtui? Valitse alta
Ennen ilmoituksen tekoa, tarkista onko sellainen jo olemassa samasta aiheesta
Jos kyllä, ole ystävällinen ja ÄÄNESTÄ tätä raporttia. Eniten ääniä saaneet raportit laitetaan ETUSIJALLE!
# | Status | Votes | Game | Type | Title | Last update |
---|
Tarkka kuvaus
-
• Kopioi/liitä virheilmoitus näytöltäsi, jos sait sellaisen.
#12
-
• Selitä mitä halusit tehdä, mitä teit ja mitä tapahtui
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it
• Mikä on selaimesi?
Google Chrome v116
-
• Ole hyvä ja kopioi teksti englanniksi oman kielesi sijasta. Jos sinulla on kuvankaappaus tästä bugista, voit käyttää Imgur.com:a sen lähettämiseksi. Kopioi ja liitä linkki tähän.
#12
-
• Onko tämä teksti saatavilla käännösjärjestelmässä? Jos on, onko sen käännöksestä yli 24 tuntia?
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it
• Mikä on selaimesi?
Google Chrome v116
-
• Selitä ehdotuksesti tarkasti ja ytimekkäästi, jotta se on ymmärrettävissä niin helposti kuin mahdollista.
#12
• Mikä on selaimesi?
Google Chrome v116
-
• Mitä näytöllä näkyi kun olit estettynä (Tyhjä ruutu? Osa pelin käyttöliittymästä? Virheilmoitus?)
#12
• Mikä on selaimesi?
Google Chrome v116
-
• Mitä osaa säännöistä BGA:n sovellus ei noudattanut
#12
-
• Onko sääntörikkomus nähtävillä pelin toistossa? Jos kyllä, mikä on siirron numero?
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it
• Mikä on selaimesi?
Google Chrome v116
-
• Minkä pelin toiminnon halusit suorittaa?
#12
-
• Mitä yritit tehdä tämän pelitoiminnon käynnistymiseksi?
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it
-
• Mitä tapahtui kun yritit tehdä tämän (virheilmoitus, pelin tilapalkin viesti, ...)?
• Mikä on selaimesi?
Google Chrome v116
-
• Missä vaiheessa peliä ongelma ilmeni (mikä oli silloinen pelin ohje)?
#12
-
• Mitä tapahtui kun yritit tehdä tämän pelin toiminnon (virheilmoitus, pelin tilapalkin viesti, ...)?
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it
• Mikä on selaimesi?
Google Chrome v116
-
• Kuvaile näyttöongelmaa. Jos sinulla on kuvankaappaus tästä bugista, voit käyttää Imgur.com:a sen lähettämiseksi. Kopioi ja liitä linkki tähän.
#12
• Mikä on selaimesi?
Google Chrome v116
-
• Ole hyvä ja kopioi teksti englanniksi oman kielesi sijasta. Jos sinulla on kuvankaappaus tästä bugista, voit käyttää Imgur.com:a sen lähettämiseksi. Kopioi ja liitä linkki tähän.
#12
-
• Onko tämä teksti saatavilla käännösjärjestelmässä? Jos on, onko sen käännöksestä yli 24 tuntia?
Black player wants to move the grey stone of the 3 column to the 4 and he cannot do it
• Mikä on selaimesi?
Google Chrome v116
-
• Selitä ehdotuksesti tarkasti ja ytimekkäästi, jotta se on ymmärrettävissä niin helposti kuin mahdollista.
#12
• Mikä on selaimesi?
Google Chrome v116
Raportin historia
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.
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.
Lisää jotain tähän raporttiin
- Toinen pöydän tunnus / siirron numero
- Ratkaisiko F5 ongelman?
- Ilmestyykö ongelma useita kertoja? Joka kerta? Satunnaisesti?
- Jos sinulla on kuvankaappaus tästä bugista, voit käyttää Imgur.com:a sen lähettämiseksi. Kopioi ja liitä linkki tähän.