Open aspiers opened 12 years ago
Also, even without chaining between two popup menus, if a single menu is popped up manually (i.e. via ctoolu-activate
) then if the menu only has one option (i.e. two including Cancel
) then that action should be taken automatically instead of popping up the menu - in this case, the inconvenience of offering the user the chance to cancel outweighs the benefits.
Skipping chaining is especially important when automatic activation is disabled, otherwise you need to invoke ctoolu-activate
twice.
If I select
bnc#123456
then it will first pop up a menu offering onlyBugzilla.Novell.Com
orCancel
. If I selectBugzilla.Novell.Com
then it expands the clipboard selection to the full URL, which causes a second pop-up menu with some available actions. In this case where the first step in the chain only has one option (or two includingCancel
) then I think it should automatically skip to only displaying the second menu. However this should be done without disturbing the clipboard selection, in case I really want to copy and pastebnc#123456
rather than the expanded URL.