Version info:
- Anki Desktop, Windows OS
- Version 2.1.53 (96bacf79) Python 3.9.7 Qt 5.15.2 PyQt 5.15.5
Repro steps:
- Open Anki Desktop
- Open the cards browser
- Select a card and press right mouse button to open the context menu
- Look at the “Forget” context menu entry
Expected behaviour:
- The label of the “Forget” context menu entry should end with ellipsis (“Forget…”) because instead of triggering an action immediately, it shows a dialog with options (introduced in PR 1714).
This pattern is already used in other context menu entries such as “Change Deck…” or “Reposition…”
Actual behaviour:
- The label does not end with ellipsis (
)
References:
- PR 1714 in ankitects/anki/