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

In moderation mode, "select topic" checkbox doesn't work #639

Open
exelotl opened this issue Nov 24, 2022 · 3 comments
Open

In moderation mode, "select topic" checkbox doesn't work #639

exelotl opened this issue Nov 24, 2022 · 3 comments
Labels

Comments

@exelotl
Copy link
Contributor

exelotl commented Nov 24, 2022

When you go to a board and go into moderation mode, the individual "select topic" checkboxes do not respond to user input (clicking them doesn't change their state).

However, you can change their state programatically in the dev tools (e.g. mycheckbox.checked = true).

Also, the "select all" checkbox works fine (changes the state of all checkboxes)

@exelotl
Copy link
Contributor Author

exelotl commented Nov 24, 2022

Update: I've now discovered that clicking on the topic anywhere outside the checkbox does in fact select the checkbox. 😅

That makes this a considerably more minor issue... but any idea what kind of change would need to be made to make the checkbox itself clickable too?

@exelotl
Copy link
Contributor Author

exelotl commented Nov 27, 2022

OK I have a theory now - maybe the checkbox and the outer topic element both handle the user clicking on them, so the two clicks cancel each other out?

But that doesn't explain why when I alt-tabbed over to the checkbox and pressed "space" to toggle it, it still didn't work...

@sh4nks sh4nks added the bug label Dec 12, 2022
@sh4nks
Copy link
Member

sh4nks commented Dec 12, 2022

Indeed, that is a strange bug. There is probably a conflict with the 'click row to select checkbox' feature.

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

No branches or pull requests

2 participants