LedgerSMB icon indicating copy to clipboard operation
LedgerSMB copied to clipboard

Info popups block useful parts of screen for several seconds

Open brush opened this issue 1 year ago • 3 comments

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

brush avatar Apr 10 '24 18:04 brush

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

ehuelsmann avatar Apr 10 '24 19:04 ehuelsmann

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

brush avatar Apr 10 '24 20:04 brush

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');

ehuelsmann avatar Apr 27 '24 13:04 ehuelsmann