[GH-ISSUE #643] Web UI popup mislocated in v3.3 #504

Closed
opened 2026-02-25 21:32:03 +03:00 by kerem · 5 comments
Owner

Originally created by @kashyn89 on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/ciur/papermerge/issues/643

Originally assigned to: @ciur on GitHub.

Hey,

i have problems to upload files, creating users and creating tags, when i try to, the popup is mislocated on the upper right and i only can see the half windows, im unable to click create/ok.
Doesnt matter if using Chrome Edge or Firefox for me.
In v3.2 all was fine

Using docker compose with docker 27.4.0
Trying to use PM v3.3

image

Originally created by @kashyn89 on GitHub (Jan 8, 2025). Original GitHub issue: https://github.com/ciur/papermerge/issues/643 Originally assigned to: @ciur on GitHub. Hey, i have problems to upload files, creating users and creating tags, when i try to, the popup is mislocated on the upper right and i only can see the half windows, im unable to click create/ok. Doesnt matter if using Chrome Edge or Firefox for me. In v3.2 all was fine Using docker compose with docker 27.4.0 Trying to use PM v3.3 ![image](https://github.com/user-attachments/assets/d4721f55-5a15-4e45-9fd0-b9a0b92ca520)
kerem 2026-02-25 21:32:03 +03:00
Author
Owner

@ciur commented on GitHub (Jan 8, 2025):

It is an obvious problem. Thank you for reporting it!

I guess you are on Windows, right?

What happens if you resize browser window?
Is there any error reported in webinspect (right click in browser, choose web inspect)?

<!-- gh-comment-id:2578237090 --> @ciur commented on GitHub (Jan 8, 2025): It is an obvious problem. Thank you for reporting it! I guess you are on Windows, right? What happens if you resize browser window? Is there any error reported in webinspect (right click in browser, choose web inspect)?
Author
Owner

@kashyn89 commented on GitHub (Jan 8, 2025):

Thanks for your reply
Yes I’m on windows, have already checked with dev tools to find something but there are no shown issues, resizing does nothing to it, it stays there

<!-- gh-comment-id:2578314794 --> @kashyn89 commented on GitHub (Jan 8, 2025): Thanks for your reply Yes I’m on windows, have already checked with dev tools to find something but there are no shown issues, resizing does nothing to it, it stays there
Author
Owner

@ciur commented on GitHub (Jan 13, 2025):

Thank for providing details.
As I learned, it is not problem in Windows OS. I was able to reproduce it with Brave 1.73 browser on Ubuntu 22.04.
Next week I will provide a fix and release it as part of 3.3.1

bug

<!-- gh-comment-id:2587920781 --> @ciur commented on GitHub (Jan 13, 2025): Thank for providing details. As I learned, it is not problem in Windows OS. I was able to reproduce it with Brave 1.73 browser on Ubuntu 22.04. Next week I will provide a fix and release it as part of 3.3.1 ![bug](https://github.com/user-attachments/assets/14f3a420-5c2e-4388-9b2a-bbc6c83bcaf8)
Author
Owner

@ciur commented on GitHub (Jan 15, 2025):

@kashyn89 can you please try:

docker run -p 2025:80 \
    -e PAPERMERGE__SECURITY__SECRET_KEY=abc \
    -e PAPERMERGE__AUTH__PASSWORD=pass123 \
    papermerge/papermerge:3.3.1a2

locally to double check if it fixes the problem ?
This is not yet official release. Just a quick check if solution I've came with - works.

Note the 3.3.1a2 tag.

btw, this repository is for tickets only.
Actual development of the application code happens in papermerge/papermerge-core repository.
E.g. pull request for this ticket is: https://github.com/papermerge/papermerge-core/pull/575

<!-- gh-comment-id:2593743581 --> @ciur commented on GitHub (Jan 15, 2025): @kashyn89 can you please try: ``` docker run -p 2025:80 \ -e PAPERMERGE__SECURITY__SECRET_KEY=abc \ -e PAPERMERGE__AUTH__PASSWORD=pass123 \ papermerge/papermerge:3.3.1a2 ``` locally to double check if it fixes the problem ? This is not yet official release. Just a quick check if solution I've came with - works. Note the `3.3.1a2` tag. btw, this repository is for tickets only. Actual development of the application code happens in [papermerge/papermerge-core](https://github.com/papermerge/papermerge-core) repository. E.g. pull request for this ticket is: https://github.com/papermerge/papermerge-core/pull/575
Author
Owner

@ciur commented on GitHub (Jan 19, 2025):

I am closing this ticket as 3.3.1 was released.

As commented here new version fixes "Web UI popup mislocated in 3.3" problem.

In case version 3.3.1 does not fix problem for you, please reopen this ticket.

<!-- gh-comment-id:2600739395 --> @ciur commented on GitHub (Jan 19, 2025): I am closing this ticket as [3.3.1 was released](https://github.com/ciur/papermerge/releases/tag/3.3.1). As commented [here](https://github.com/papermerge/papermerge-core/issues/574#issuecomment-2598610481) new version fixes "Web UI popup mislocated in 3.3" problem. In case version 3.3.1 does not fix problem for you, please reopen this ticket.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#504
No description provided.