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

[Bug Report] Notification does not dissapear (When shown) #4876

Closed
phhemberg opened this issue May 24, 2024 · 7 comments
Closed

[Bug Report] Notification does not dissapear (When shown) #4876

phhemberg opened this issue May 24, 2024 · 7 comments
Labels
bug report Bug reports that are not yet verified not-reproducible Issues that can not be reproduced by the devs. More input is required.

Comments

@phhemberg
Copy link

phhemberg commented May 24, 2024

Describe the bug
When doing a update or deletion of a scene there is a green box showing notification. fx: Deleted Scene or Updated Scene. This messag does not dissapear at all. And i can not be closed with clicking X.

To Reproduce
Steps to reproduce the behavior:

  1. Pick any screen to update or delete
  2. Make a change og delete
  3. Save (if changed)
  4. Green infobox appears but can not be closed (or close automatic).

Expected behavior
I expect it to dissapear after a few seconds. Or at least to be able to close it manually

Screenshots
image

Stash Version: (from Settings -> About):
v0.25.1

Desktop:

  • OS: Linux Mint 21
  • Browser: Chrome
  • Version: 125.0.6422.76

Additional context
My locales are currently DK language. But the bug is still there if i change it to english language.

I actually also tried to disable notification. Still same issue.

From chrome;
image

image

Workarround: Reload page F5. The box dissapears

@phhemberg phhemberg added the bug report Bug reports that are not yet verified label May 24, 2024
@DogmaDragon
Copy link
Collaborator

DogmaDragon commented May 27, 2024

I couldn't reproduce on bf7cb78 (latest release) or bf0e0f2 (latest develop).

It disappears automatically after 3 seconds, and clicking x allows me to disable it manually.

Tested on Windows 10, Vivaldi 6.7.3329.35 (Chromium 124.0.6367.236).


It might be unrelated, but Failed to get subsystem status for purpose error might be caused by an add-on, I would try disabling them to see if the issue persists.

@WithoutPants WithoutPants added the not-reproducible Issues that can not be reproduced by the devs. More input is required. label May 28, 2024
@phhemberg
Copy link
Author

Hallo,

Well i tested it too on different versions. (Chromium, Chrome, Microsoft Edge) all for linux and some of them with no add-ons at all..... Still same issue. I know...... all of these browsers are similar to each other. I will try out vivaldi (Don't know if it's chrome based too). I will let you know how the testing goes. Otherwise i can test on another Linux distro.

@phhemberg
Copy link
Author

Sorry to bug you again.... Just tried vivaldi... Same issue.. Can it be a JAVA thing? I'm on this version:

~$ java --version
openjdk 11.0.23 2024-04-16
OpenJDK Runtime Environment (build 11.0.23+9-post-Ubuntu-1ubuntu122.04.1)
OpenJDK 64-Bit Server VM (build 11.0.23+9-post-Ubuntu-1ubuntu122.04.1, mixed mode, sharing

@phhemberg
Copy link
Author

FOUND the issue.

It was a Theme problem :-( on this theme: https://docs.stashapp.cc/user-interface-ui/themes/pulsar/ . Now i just have to find out what causes the problem. Thank you for all your work - and for a nice application.

@DogmaDragon
Copy link
Collaborator

@phhemberg try removing:

.toast-container {
    left: 74%;
    top: 1rem;
}

@phhemberg
Copy link
Author

Thank you - The above fixed the issue.

So this is not a bug in the application it self. I guess this can be closed then.

Have a nice day.

Muldec added a commit to Muldec/CommunityScripts that referenced this issue Sep 21, 2024
Fix notifications not disappearing 
related to stashapp/stash#4876
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug reports that are not yet verified not-reproducible Issues that can not be reproduced by the devs. More input is required.
Projects
Status: Done
Development

No branches or pull requests

4 participants
@phhemberg @WithoutPants @DogmaDragon and others