Agent Smith

Results 79 comments of Agent Smith

@mihar-22 If you are willing to implement this, I can share you the code I am currently using, which works fine on vidstack (I just edited some lines from the...

[vds_vr.js.txt](https://github.com/vidstack/player/files/15133813/vds_vr.js.txt) My modifications were very quick and dirty: I just took the compiled script from plyr-vr (https://github.com/zengde/plyr-vr) https://cdn.jsdelivr.net/npm/[email protected]/dist/plyr-vr.js and made some changes to make it work with vidstack. Compare the...

Sorry, but I don't have an account for any of these services, but it should be as easy as copy-pasting the code from above into the HTML section of https://codepen.io/team/bootstrap/pen/qBamdLj.

No, I already tried setting a higher z-index for the Toast, but this doesn't work, you can try it yourself. Also tabindex has no effect. But thanks for trying to...

Thank you for helping, but unfortunately this isn't the solution I am looking for. I need the toast with the input as a search box. This also makes it not...

Also, it doesn't seem that the modal has an overlay layer, since clicking buttons in the toast works fine.

However, this won't work when the toast is shown before the modal is opened. Also, focusing the input inside the toast via JS doesn't even work when the modal is...

Any thoughts on this issue from the maintainers? I think this is definitely a bug in bootstrap that could be fixed.

How is it possible to make an exception to all modals for the toast? I think both cases should be possible. The default could be that the focus trap is...

Is it really a new feature? Since the variable was there before, but it was just not used anywhere, so I would say it's more a bug fix.