-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] action works on Safari, but fails in WebKit #5894
Comments
Running
it is likely related. I'll try to fix that and see if the problem persists. Also the code works just fine with Playwright on macOS (with the bundled webkit version), @guettli is that what you meant by saying that it works with Safari? |
Nothing crashes for me, but I can confirm that running this on macOS works fine, while running it on Ububtu 20 leads to the error above in console. |
I think you just found a browser-specific bug in your code (htmx to be exact) with Playwright: Tl/dr,
Details: Now calling I don't see any error handling inside the catch for this try, so the reason it works in Safari is pure luck. |
@pavelfeldman thank you very much for your reply. I will talk to the htmx creators: |
Closing as a non-actionable bug, please feel free to file a new one and link this bug if there are remaining questions. |
Context:
Code Snippet
Describe the bug
If I press "Save" nothing happens. But finally you should see "Great, delicious food is on its way to you"
This works with chromium. And it works with Safari on MacOS.
Please let me know if you need more info.
The text was updated successfully, but these errors were encountered: