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

Jump to recent messages lacks accessibility semantics #4862

Open
daniel-montalvo opened this issue Apr 29, 2024 · 1 comment
Open

Jump to recent messages lacks accessibility semantics #4862

daniel-montalvo opened this issue Apr 29, 2024 · 1 comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.

Comments

@daniel-montalvo
Copy link

Once you select a channel on the network and new messages appear, there is a button to go to the most recent messages.

<div class="scroll-down tooltipped tooltipped-w tooltipped-no-touch" aria-label="Jump to recent messages"><div class="scroll-down-arrow"></div></div>

Adding appropriate semantics and keyboard support is recommended. You can set this to be a button (ideally using native HTML button) so that it inherits all the browser's built-in keyboard support.

@daniel-montalvo daniel-montalvo added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Apr 29, 2024
@brunnre8
Copy link
Member

you seem to know what you are doing, can you directly send a patch rather than telling us in an issue what to do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

No branches or pull requests

2 participants