-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: Admin panel actions do not work in Safari and Epiphany #658
Comments
Interesting, I have not run into this myself in Safari on macOS Big Sur, but I'll check again on v0.6. |
Fixed in 68a506e. Will be out with the v0.6 release. Comment back if you still have any trouble after that release is out and I'll reopen the issue. |
Seems that this bug is back? Experiencing the same issue with the |
I can confirm this is still an issue with both desktop and mobile Safari, which makes it hard/impossible to use on an iPad. |
Hi there. Any quick fix or workaround hack we can do for this in the meantime? I keep stuffing URLs into a note and then filing them via Firefox on my laptop, which is sub-optimal… |
I noticed that Safari was submitting both the empty option and the selected options back to the server. Digging into it, I was able to get Safari to deselect the --------- option by using '[selected]' as the selector. For ArchiveBox#658
Previously, when you clicked the Add button, the page wouldn't change. It looked like it wasn't doing anything, as noted by @rcarmo (ArchiveBox#658 (comment)) I didn't track it down the exact reason why. It may be that Safari didn't like the two opening <h3>s, but I was able to find a bunch of people complaining about Safari being very finicky with innerHTML and actually repainting the page, enough that I decided to try just extending the block hide/show behavior already done with the delay-warning, and it works for me now in both Chrome and Safari. For ArchiveBox#658.
Still an issue as of v0.6.2 on iPadOS 15.2db2 |
It's fixed in v0.6.3 @aidenmitchell , you can run the pre-release version safely by following these instructions: https://github.com/ArchiveBox/ArchiveBox#install-and-run-a-specific-github-branch |
@pirate Just updated to dev branch, still not working unfortunately. |
Sorry can you re-pull and try again now, I just merged another PR that helps fix it #885 |
Works now, thank you! |
Great, thanks for helping test. I'm going to close this for now as fixed, anyone arriving here can do the same step to run the pre-release version early, or wait for the v0.6.3 release to land. |
Describe the bug
"No action selected." error is returned from the admin pages when trying to run actions like Archive via Safari.
Steps to reproduce
Screenshots or log output
Before:
After:
Console does not show any errors except the favicon 404s. This exact sequence of steps works perfectly well in FF, Chrome, Brave on macOS. DOES NOT work on GNOME Web (aka Epiphany) on Linux. I tried to searching for Django Admin problems with actions in Webkit but maybe I was not making specific enough queries to pinpoint this.
ArchiveBox version
The text was updated successfully, but these errors were encountered: