Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 49405ce4d5ad321722c9dcb82f7d4023314a9ea6
Title: Bookmark folders' names with "&" in the title are mangled in context menus
Status: Open Type: Bug
Severity: Minor Priority: Low
Subsystem: General Resolution: Open
Last Modified: 2020-05-20 03:03:38
Version Found In: 0.4.24
lytedev2020-05-19 18:16:12

To reproduce:

  1. Create a bookmark folder with "&" in the title, such as "D&D".
  2. Right click a channel -> Add Bookmark.

You will see that your newly-created bookmark folder's name appears as something like "DD" with the D following the ampersand underlined. Almost certainly due to Qt "helpfully" setting up keyboard shortcuts using the unescaped name.

cancel2020-05-20 03:03:38

Good find