Giter Club home page Giter Club logo

Comments (5)

panoslympe avatar panoslympe commented on May 24, 2024 1

for anyone at 2021 here, you can refer here https://mui.com/components/trap-focus/ ! MUI now gives you out of the box focus lock and yes it is working with their keyboard events :)

from react-focus-lock.

theKashey avatar theKashey commented on May 24, 2024

Could you access them without focus lock active?
Any example, like s 2 lines on codesandbox?

from react-focus-lock.

chamathsilva avatar chamathsilva commented on May 24, 2024

Yes it can access without focus lock active

Example without focus lock
Edit pp0nlklv6m

Example with focus lock
Edit 5x396omlvp

from react-focus-lock.

theKashey avatar theKashey commented on May 24, 2024

So, the problem is simple - Focus Lock is locking everything inside. There is only 2 ways to escape it

  • use focus groups
  • receive focus event from an element not inside. From a portal - #19, as long in React focus events bubble from portals and Lock could receive focus even from node outside.

So the problem - material UI triggering focus my calling low-level DOM API, thus I receive event from document, not React and not thought the portal.

Technology is limited, I could not handle it :(

from react-focus-lock.

theKashey avatar theKashey commented on May 24, 2024

whiteLists, introduced in v1.13.0 could solve this.
See the story for details - https://github.com/theKashey/react-focus-lock/blob/master/stories/MUI.js#L49

from react-focus-lock.

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.