https://bugs.documentfoundation.org/show_bug.cgi?id=151324
--- Comment #5 from Rafael Lima <[email protected]> --- (In reply to Heiko Tietze from comment #4) > As a compromise we suggest to remember the last state of this dropdown. Hi Heiko... this seems simple to implement. However, I just could not understand how this would solve the issue reported initially. Each time you press "Add" with multiple objects selected, the hardcoded behavior is to use "On click" for the first object and them "with previous" for the other objects. If we simply remember the last used option in the "Start" dropdown, it won't fix the issue. What we could do is this: 1) The first time we click "Add" the current behavior is maintained (only first "On click"); 2) however, if the user quickly clicks "Add" again (up to 1 second later), then the "Start" values change to "On click" for all; 3) and if the user clicks yet again on "Add" then we assign "With previous" for all selected items. 4) And this could go cyclically until the user misses the 1 second interval As a side note, it would be useful to remember the last used effect (I remember seeing a ticket about this somewhere, or maybe a question in AskLibO). -- You are receiving this mail because: You are the assignee for the bug.
