[BUG] timeline scrollbar shown over menu #1241

Closed
opened 2026-02-05 00:59:10 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @waclaw66 on GitHub (Aug 17, 2023).

The bug

album
obrazek
obrazek

face
obrazek
obrazek

The OS that Immich Server is running on

Fedora 38

Version of Immich Server

1.73.0

Version of Immich Mobile App

1.73.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

not relevant

Your .env content

not relevant

Reproduction steps

not relevant

Additional information

No response

Originally created by @waclaw66 on GitHub (Aug 17, 2023). ### The bug album ![obrazek](https://github.com/immich-app/immich/assets/15554561/fcc594b1-3438-410e-8cec-ed9b8e6f6fd0) ![obrazek](https://github.com/immich-app/immich/assets/15554561/ecc2294b-6954-4c58-b17f-dbfe75ec28b4) face ![obrazek](https://github.com/immich-app/immich/assets/15554561/4416bc42-f45a-462a-9a15-396954782802) ![obrazek](https://github.com/immich-app/immich/assets/15554561/ccf86f02-ed0b-4422-8e13-8ce073182916) ### The OS that Immich Server is running on Fedora 38 ### Version of Immich Server 1.73.0 ### Version of Immich Mobile App 1.73.0 ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML not relevant ``` ### Your .env content ```Shell not relevant ``` ### Reproduction steps ```bash not relevant ``` ### Additional information _No response_
OVERLORD added the good first issue🖥️web labels 2026-02-05 00:59:10 +03:00
Author
Owner

@flyotlin commented on GitHub (Aug 17, 2023):

Hi, I've tested this on the demo site running v1.73.0, and found this phenomenon as well.

However, I don't know if this is a feature or a bug, code related to this button click action is as below:

If this is considered a bug, I think I can help to fix it.

P.S., for the "face" part, the source code is as below:

@flyotlin commented on GitHub (Aug 17, 2023): Hi, I've tested this on the demo site running [v1.73.0](https://demo.immich.app), and found this phenomenon as well. However, I don't know if this is a feature or a bug, code related to this button click action is as below: - [Svelte template](https://github.com/immich-app/immich/blob/78a2a9e6666807fc1e7738798de2790843698ef7/web/src/routes/(user)/albums/%5BalbumId%5D/%2Bpage.svelte#L331) - [Click action handler](https://github.com/immich-app/immich/blob/78a2a9e6666807fc1e7738798de2790843698ef7/web/src/routes/(user)/albums/%5BalbumId%5D/%2Bpage.svelte#L168) If this is considered a bug, I think I can help to fix it. P.S., for the "face" part, the source code is as below: - [Svelte template](https://github.com/immich-app/immich/blob/78a2a9e6666807fc1e7738798de2790843698ef7/web/src/routes/(user)/people/%5BpersonId%5D/%2Bpage.svelte#L212C20-L212C20) - [Components for click action](https://github.com/immich-app/immich/blob/78a2a9e6666807fc1e7738798de2790843698ef7/web/src/lib/components/photos-page/asset-select-context-menu.svelte#L19)
Author
Owner

@flyotlin commented on GitHub (Aug 19, 2023):

I've finished a draft to fix this bug (ContextMenu blocks navigation bar).

Also I noticed that double-click on the button doesn't close ContextMenu, which doesn't match with the behavior of AccountInfoPanel's button. So I coded a fix as well.

Besides, I am wondering how to push my code to a feature branch. Seems like I don't have sufficient permission to push them.

@flyotlin commented on GitHub (Aug 19, 2023): I've finished a draft to fix this bug (ContextMenu blocks navigation bar). Also I noticed that double-click on the button doesn't close ContextMenu, which doesn't match with the behavior of `AccountInfoPanel`'s button. So I coded a fix as well. Besides, I am wondering how to push my code to a feature branch. Seems like I don't have sufficient permission to push them.
Author
Owner

@jrasm91 commented on GitHub (Aug 19, 2023):

If you fork the repository, it'll create a copy on your own account that you can write and push to. You can open a pull request from a branch in that repository.

@jrasm91 commented on GitHub (Aug 19, 2023): If you fork the repository, it'll create a copy on your own account that you can write and push to. You can open a pull request from a branch in that repository.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#1241