Giter VIP home page Giter VIP logo

focus-svelte's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ivoilic

focus-svelte's Issues

preventScroll option does not work at initial focus

Hi, thank you for your library!

I noticed a bug: when only an element with use:focus={{ enabled: true, preventScroll: true }} is created preventScroll option does not work.

The bug may be in lines 498 and 513 in action/focus.ts file (the value of preventScroll option is not used there).

Thanks in advance!

preventScroll option

Hi!
I like your library, it's really useful!

In some cases i need to focus on element without scrolling to it (if element behind screen view).
In native JS it looks like this:

element.focus({
  preventScroll: true
});

Can you add this feature to your library?
I think it might look like this:
use:focus={{ enabled: true, preventScroll: true }}

Thanks in advance!

Package isn't working anywhere I've tried it

I've tried this package, both in the REPL and on a local project, on Chromium/Firefox on Linux, and in Chrome on macOS. None of them are trapping focus anywhere.

Am I missing something?

consider migrating to WeakMaps instead of data attributes

When there are multiple thousands of nodes, the performance can get a bit janky. Experiment with WeakMap<HTMLElement, {hidden: string[], shown: string[], tabIndex: number | null, ariaHidden: string | null }>

The solution would still need to acquire all elements in the dom and assign them to the map. the MutationObserver would need to stay.

This solution would reduce a lot of reads and writes to the DOM.

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.