mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #658] Bug: Admin panel actions do not work in Safari and Epiphany #412
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#412
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @berezovskyi on GitHub (Feb 27, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/658
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
@pirate commented on GitHub (Mar 1, 2021):
Interesting, I have not run into this myself in Safari on macOS Big Sur, but I'll check again on v0.6.
@pirate commented on GitHub (Apr 6, 2021):
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.@mdbraber commented on GitHub (May 23, 2021):
Seems that this bug is back? Experiencing the same issue with the
devbranch (and 0.6.2) on Safari 14.1 on Big Sur (11.3.1)@rcarmo commented on GitHub (Jul 18, 2021):
I can confirm this is still an issue with both desktop and mobile Safari, which makes it hard/impossible to use on an iPad.
@rcarmo commented on GitHub (Oct 21, 2021):
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…
@aidenmitchell commented on GitHub (Nov 10, 2021):
Still an issue as of v0.6.2 on iPadOS 15.2db2
@pirate commented on GitHub (Nov 12, 2021):
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
@aidenmitchell commented on GitHub (Nov 12, 2021):
@pirate Just updated to dev branch, still not working unfortunately.
@pirate commented on GitHub (Nov 12, 2021):
Sorry can you re-pull and try again now, I just merged another PR that helps fix it https://github.com/ArchiveBox/ArchiveBox/pull/885
@aidenmitchell commented on GitHub (Nov 12, 2021):
Works now, thank you!
@pirate commented on GitHub (Nov 12, 2021):
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.