You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example of using the Command component as a modal as seen here doesn't prevent Firefox from opening the address bar as a target. Also, the x-on on the modal itself isn't even needed, as alone it does nothing.
The code snippet attached works fine in Firefox and Chrome, prevents Firefox from opening it's address bar and as an added benefit will also work on Windows, as it uses the meta key instead of specifically cmd.
@chris-ware thanks for reporting! I'm not sure what you mean by "prevent Firefox from opening the address bar". Can you explain what you mean by that and include a screen-capture of what is happening so we can see what you are talking about? Thanks!
Flux version
any
Livewire version
any
What is the problem?
The example of using the Command component as a modal as seen here doesn't prevent Firefox from opening the address bar as a target. Also, the x-on on the modal itself isn't even needed, as alone it does nothing.
The code snippet attached works fine in Firefox and Chrome, prevents Firefox from opening it's address bar and as an added benefit will also work on Windows, as it uses the meta key instead of specifically cmd.
Code snippets
How do you expect it to work?
I'd like it to, out of the box, have a solution that works for all browsers and doesn't trigger any of the standard browser mechanics.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: