Skip to content
New issue

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

Can't Select Deck in Stats Screen (Mobile) #3595

Closed
brishtibheja opened this issue Nov 24, 2024 · 3 comments · Fixed by #3602
Closed

Can't Select Deck in Stats Screen (Mobile) #3595

brishtibheja opened this issue Nov 24, 2024 · 3 comments · Fixed by #3602
Labels
ankidroid AnkiDroid-specific issue

Comments

@brishtibheja
Copy link
Contributor

Steps

  1. Open stats screen
  2. Select collection
  3. Try switching back to deck

Expected behaviour

switches back to deck

Actual behaviour

Clicking there doesn't work most of the times. To switch back to deck it sometimes take 3-4 clicks. This doesn't happen anywhere else in the same screen.


Was asked to report it here. Originally posted in ankidroid/Anki-Android#16459.

@dae
Copy link
Member

dae commented Nov 24, 2024

A quick check with the inspector shows it's the invisible but still-rotating progress spinner that's catching the clicks. Adjusting the z-index of the radio buttons or decreasing the font size would likely fix it. As far as I'm aware, AnkiMobile is unaffected due to a smaller font size. As it's an AD-specific issue, I'd like an AD dev or user to submit a PR for this, as it's a good introduction into fixing AD-specific issues.

To reproduce with a computer, use ./run to start Anki, surf to http://localhost:40000/graphs, increase the font size, and reduce the width of the window.

@mikehardy
Copy link
Contributor

Carried that info into our ankidroid-dev channel on Discord - with a local reproduction and a reasonable handle on the issue it does look like a "good first issue". Not sure if you have an "AnkiDroid" (or AnkiDroid-specific or whatever makes sense) label in this repo, but if you did and you tagged these up it could form a queue to scan periodically. Otherwise I fear it'll get lost in the low-priority shuffle and even people hunting for good first issues might never see it

@dae dae added the ankidroid AnkiDroid-specific issue label Nov 26, 2024
@Sawansunar56
Copy link
Contributor

Can I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ankidroid AnkiDroid-specific issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants