Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dom-focus-lock
Advanced tools
It is a trap! We got your focus and will not let him out!
This is a small, but very useful for:
You have to use it in every modal dialog, or you accessibility will be shitty.
Just include script
<script src="http://unpkg.com/dom-focus-lock"></script>
Or require it from JS
import focusLock from 'dom-focus-lock'
Then, activate the lock on desired node
focusLock.on(domNode);
//.....
focusLock.off(domNode);
From MDN Article about accessible dialogs:
This one is about managing the focus.
I'v got a good article about focus management, dialogs and WAI-ARIA.
You can use nested Locks or have more than one Lock on the page.
Only last
, or deepest
one will work. No fighting.
FocusLock has only 3 props, 2 of them you will never use (I hope):
disabled
, to disable(enable) behavior without altering the tree.Everything is simple - dom-focus-lock just dont left focus left boundaries of component, and do something only if escape attempt was succeeded.
It is not altering tabbing behavior at all. We are good citizens.
Try react-focus-lock or vue-focus-lock
MIT
FAQs
It is a trap! (for a focus)
The npm package dom-focus-lock receives a total of 49,105 weekly downloads. As such, dom-focus-lock popularity was classified as popular.
We found that dom-focus-lock demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.