Code Monkey home page Code Monkey logo

Comments (4)

smalluban avatar smalluban commented on May 28, 2024

I am not sure if this issue is related to hybrids. Your example is a pure class-based custom element. Can you provide some more details, which relate to this project?

In hybrids the focus events are supported just in the same way as others, you can attach the event listener to any "focusable" element (you can even make a div focusable by just addingtabindex="0"). You can save the element, or some kind of id in the component, and manage it then...

from hybrids.

Qsppl avatar Qsppl commented on May 28, 2024

When the markup is changed using the render() function, the button that has the focus will be removed. Therefore, the focus will be moved to document. In the example above, I manually transfer focus to the new button after the render() function is executed. But in hybrids I can't do anything after the render() function is executed.
image

I can write an example on hybrids if I didn’t explain it well.

from hybrids.

Qsppl avatar Qsppl commented on May 28, 2024

I faced the same problem in another task. When opening a dialog, I need to immediately focus on the input field.

I can't apply focus to a form element that doesn't already exist.
It is impossible to understand when this html element already exists.

After the hybrids component example, I've added a working JS example to explain what I mean.

example: https://codesandbox.io/p/sandbox/focus-managment-in-hybrids-ffc334?file=%2Findex.html%3A33%2C54

from hybrids.

Qsppl avatar Qsppl commented on May 28, 2024

Moved to #231

from hybrids.

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.