-
-
Notifications
You must be signed in to change notification settings - Fork 571
Open
Description
Summary
Make sure that all the double clicks are disabled
Why
Because undesirable effects occur on many double-clicks
Details
Check all the buttons - make sure that double-clicks are disabled. If they aren't, either disable the double-click or raise an issue, if that's not plausible.
(If you can think of a good reason one shouldn't be, bring that to our attention, of course)
Note/ Background
Recently we found that the import csv on storage locations was double-clickable, with the result that the import could happen twice. With the result that the values were doubled. This is the kind of thing we want to avoid throughout,
Criteria for completion
- No button is double-clickable
- Tests to support