Skip to content
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

Web UI popup mislocated in v3.3 #643

Closed
kashyn89 opened this issue Jan 8, 2025 · 5 comments
Closed

Web UI popup mislocated in v3.3 #643

kashyn89 opened this issue Jan 8, 2025 · 5 comments
Assignees
Labels
3.3 blocker bug Something isn't working

Comments

@kashyn89
Copy link

kashyn89 commented Jan 8, 2025

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

@kashyn89 kashyn89 added the bug Something isn't working label Jan 8, 2025
@ciur
Copy link
Owner

ciur commented 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)?

@kashyn89
Copy link
Author

kashyn89 commented 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

@ciur
Copy link
Owner

ciur commented 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

@ciur
Copy link
Owner

ciur commented 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: papermerge/papermerge-core#575

@ciur
Copy link
Owner

ciur commented 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.

@ciur ciur closed this as completed Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.3 blocker bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants