Giter VIP home page Giter VIP logo

Comments (4)

stuartflanagan avatar stuartflanagan commented on August 22, 2024

I have added an onBecameBlurred to the items as well to try and catch this but that does not fire either.
Is there a suggested way to handle this scenario?

from react-spatial-navigation.

asgvard avatar asgvard commented on August 22, 2024

This behavior should be automatically enabled with the "autoRestoreFocus" flag. When the element is unmounted, the parent component will try to focus the next available child. However if there is no available children after the removal, it won't focus anything. But you can always manually focus something else with "setFocus(focusKey)" if you know that you are removing the last child in the group.

from react-spatial-navigation.

stuartflanagan avatar stuartflanagan commented on August 22, 2024

There are a lot of other child elements to focus here.
I have not had any luck with seeing the effect of autoRestoreFocus working?
We have a rail of items and when a user removes one and goes back to the aggregation page they are focused on the item that was just removed. It has many siblings but the focus is just lost.

from react-spatial-navigation.

asgvard avatar asgvard commented on August 22, 2024

This library has migrated here: https://github.com/NoriginMedia/Norigin-Spatial-Navigation
It's a new implementation with TS and Hooks.

Regarding this specific issue, we might need a full code example to understand what is happening there, it seems like it not only involves the sibling elements, but also navigation between pages.

This part of the code handles this case. When the component is Removed, it will try to focus some other child of the parent component: https://github.com/NoriginMedia/react-spatial-navigation/blob/master/src/spatialNavigation.js#L840

from react-spatial-navigation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.