mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #907] Bug: Can't see the entire reaon of failure #563
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#563
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 @alexisfrjp on GitHub (Dec 20, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/907
Describe the bug
On the log webpage, we can't see the reason.
Screenshots or log output
No possibility to scroll down.
ArchiveBox version
@AndTheDaysGoBy commented on GitHub (Dec 27, 2021):
Might've been a purposeful choice? Fiddling in browser, overflow was set to hidden. Checking
admin.cssfile, we havegithub.com/ArchiveBox/ArchiveBox@a9986f1f05/archivebox/templates/static/admin.css (L304)where it's specifically set to
hiddeninstead ofscroll.@pirate commented on GitHub (Dec 27, 2021):
Yeah, my reasoning was that having many dozens of nested vertical scrollbars is kind of annoying, and if you need the full output you can ctrl+A , ctrl+c, ctrl+v somewhere else. Maybe horizontal inner scrolling would work better?
@alexisfrjp commented on GitHub (Dec 27, 2021):
If it's annoying, better not to show them at all. What's annoying is to have texts that can't be seen entirely... especially when there is a failure, we can't see the reason. It kinda defeats the purpose of having those.
Ctrl+A doesn't work, I guess it must depend on browsers.
Or maybe show it entirely on a different page (url's page) or on an hover box.
@pirate commented on GitHub (Dec 27, 2021):
Try triple click