Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle orphan interactivity #25

Open
nickschot opened this issue Mar 25, 2022 · 1 comment
Open

Handle orphan interactivity #25

nickschot opened this issue Mar 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@nickschot
Copy link
Contributor

Currently orphan elements are interactive which can have weird side effects like causing a full refresh if the orphan contains a link (as it isn't handled by Ember anymore).

A possible nice solution could be to make the orphan attachment div inert through https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert (with a polyfill at the moment).

@Aierie
Copy link
Contributor

Aierie commented Apr 29, 2022

Inert is coming to Chrome 102, on by default!

@nickschot nickschot added the enhancement New feature or request label Aug 19, 2022
ef4 pushed a commit that referenced this issue Nov 18, 2022
Add integer and datetime card types [CS-3733]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants