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

bug: FocusManagerPriority, unable to navigate to previously clicked link #29875

Open
3 tasks done
mikesegeren opened this issue Sep 16, 2024 · 0 comments
Open
3 tasks done
Labels

Comments

@mikesegeren
Copy link

Prerequisites

Ionic Framework Version

v8.x

Current Behavior

When implementing the focusManagerPriority: ['content'] setting in our Ionic application we noticed that when we navigate to a link via the keyboard, click it and navigate back to the previous page that the clicked link is re-focused. Great experience to land back on the place you where you left off. However, if we focus the next element and then try to refocus the previous element it does not get the focus.

See example:
issue
Note that the tabindex gets set to -1 after focussing the next element.

Expected Behavior

The clicked link does not get tabindex -1 after focussing the next element.

Steps to Reproduce

  1. Focus button 2
  2. Press enter
  3. Land in tab 2
  4. Click the (browser) back button
  5. Land in tab 1
  6. See that button 2 is still focussed
  7. Press tab
  8. Button 3 is focussed
  9. Press shift + tab
  10. Button 1 is now focussed (while we'd expect button 2 to be focussed)

Code Reproduction URL

https://github.com/mikesegeren/ionic-focus-manager-priority-issue

Ionic Info

Ionic CLI : 7.2.0
Ionic Framework : @ionic/angular 8.3.0
@angular-devkit/build-angular : 18.2.3
@angular-devkit/schematics : 18.2.3
@angular/cli : 18.2.3
@ionic/angular-toolkit : 11.0.1

Capacitor:

Capacitor CLI : 6.1.2
@capacitor/android : not installed
@capacitor/core : 6.1.2
@capacitor/ios : not installed

Utility:

cordova-res : not installed globally
native-run : 2.0.1

System:

NodeJS : v21.7.1
npm : 10.5.0
OS : macOS Unknown

Additional Information

No response

@ionitron-bot ionitron-bot bot added the triage label Sep 16, 2024
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

1 participant