-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: Layers are does not scroll #494
Comments
It's a known issue, please try building this PR from source, should fix it. |
@mark2185 I tried to use the PR with Docker version 4.28.0 (139021) and doesn't work. I and don't know which Docker version is supposed to work.
Tried to use latest Dive version but can't scrolling through the image layers |
I had the same issue trying to wade through a 40 GB image with too many layers. I fixed the scrolling in the layers view with above commit. |
Does not work on 0.12 for me too. But works on 0.10 But it would be nice if it's fixed in the newer version, really annoying :( Fantastic software anyway, thanks! |
I've packaged the patches from #473 to nixpkgs. nix --experimental-features 'nix-command flakes' run github:nixos/nixpkgs/e122454#dive |
Fixes wagoodman#469 Fixes wagoodman#494 Fixes wagoodman#540 Refs wagoodman#473 Refs wagoodman#478 Refs wagoodman#520 Co-authored-by: st-gr <38470677+st-gr@users.noreply.github.com>
Fixes wagoodman#469 Fixes wagoodman#494 Fixes wagoodman#540 Refs wagoodman#473 Refs wagoodman#478 Refs wagoodman#520 Co-authored-by: st-gr <38470677+st-gr@users.noreply.github.com>
What happened:
Trying to inspect image with more than 10 layers got me confused where are the other layers. Seems that the arrow down moves to next item, but it's not visible because it's out of the layers window which is 10 rows of height
What you expected to happen:
The layers window should scroll if selected item moves out of focus
How to reproduce it (as minimally and precisely as possible):
dive php:7.2-fpm
Example:
This can be avoided by using smaller font, i.e. larger display
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: