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

ページ推移後にキーボードで画面スクロールできるようにした #155

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

Raclamusi
Copy link
Contributor

ページ推移後にキーボードで画面スクロールできない問題 (#75) を解決しました。

  • スクロールバーのある要素をフォーカスするコードを追加しました
    • .focus() は jQuery で非推奨になっていたので、 .trigger('focus') を使いました
  • フォーカス時に outline が表示されるため、 CSS でアウトラインを非表示にしました
    image

@faithandbrave
Copy link
Member

動作確認できました!ありがとうございます!!
マージしてデプロイしておきますー

@faithandbrave faithandbrave merged commit e90195f into cpprefjp:master Feb 6, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants