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

Info popups block useful parts of screen for several seconds #8139

Open
brush opened this issue Apr 10, 2024 · 3 comments
Open

Info popups block useful parts of screen for several seconds #8139

brush opened this issue Apr 10, 2024 · 3 comments
Labels
type:enhancement Proposed improvement, new feature, or extension -- not a defect

Comments

@brush
Copy link

brush commented Apr 10, 2024

Version

1.10.34

What browsers are you seeing the problem on?

Firefox

What happened?

all info popups.
for example:

  1. AR->Add transaction
  2. info bubble "Loaded" shows on most of upper right of screen
  3. this covers over the "salesperson" dropdown for 2-3 seconds, slowing workflow

What should have happened?

Options:

  1. easiest: allow user-setting (in UI ideally, or in config) to reduce time of info popup (in ms from 0, nonexistent, to 5000, say)
  2. move popup somewhere (possibly configurable), and make smaller -- eg. inside the left control panel screen (less likely to interfere with workflow). this could also be configurable.
  3. make the popup subtler, like a css change in background image that conveys the info without interfering in workflow
@ehuelsmann
Copy link
Member

One way to work around this is by clicking on the popup, which will dismiss it.

@brush
Copy link
Author

brush commented Apr 10, 2024

ah, i didn't know that. it's still an extra click, but it helps for sure.

@ehuelsmann
Copy link
Member

there is also a setting to suppress the popups entirely (to speed up our testing framework), but that's only a database-level setting.

insert into defaults values ('__disableToaster', 'yes');

@neilt neilt added the type:enhancement Proposed improvement, new feature, or extension -- not a defect label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Proposed improvement, new feature, or extension -- not a defect
Projects
None yet
Development

No branches or pull requests

3 participants