neon dev unstable here... right click on any file/folder, press shift key... menu size increases some pixels.
Which size? Width or height?
Width.
Hmm it could be an issue with the localized entries. What's your system language?
(In reply to Elvis Angelaccio from comment #3) > What's your system language? brazilian portuguese.
I can't reproduce with brazilian portuguese as language. After pressing Shift, "Mover para a Lixeira" becomes "Apagar". The menu width doesn't increase since there is plent of space for "Apagar". Can you attach a screenshot maybe?
Created attachment 108038 [details] demonstration See my gif.
Ah, I see it now. It seems it only happens when right-clicking a folder.
On my system it happens when right-clicking a file too.
Very weird, now I can't reproduce it anymore...
this bug is still reproducible on neon dev unstable running on my laptop, but it disappeared from Arch running dolphin 17.12 on my desktop computer after I replaced my old 17 inches monitor with a 23 inches monitor.
I no longer get any shortcuts displayed in popup menus. Qt 5.10 regression?
(In reply to Christoph Feck from comment #11) > I no longer get any shortcuts displayed in popup menus. Qt 5.10 regression? Seems to work here with 5.10
Caused by the 'Do not show icons in menus' setting. Probably a Qt regression around the new feature to disable shortcuts in context menus.
I see the issue now. The menu width is determined by "width of padding" + "width of icons" + "width of longest visible menu item name" + "width of longest visible shortcut" When you press shift in this menu,, one of the shortcuts changes from "Delete" to "Shift+Delete". This makes the "width of longest shortcut" longer, which requires resizing the menu to make room. Perhaps what we need to do here is to: replace "width of longest visible shortcut" with "width of longest possible shortcut"
Moving to Breeze, which controls how menus are rendered.
Created attachment 116133 [details] plasma 5.14.3 on Arch Linux After update to plasma 5.14.3 on Arch Linux, context menu of icons on desktop is also affected.
Still reproducible on neon unstable edition with Dolphin 19.11.70 when its language is pt-br. I can't reproduce with english language. I also can reproduce (with both english and pt-br languages) by right-clicking a folder on desktop. Operating System: Ubuntu 18.04.3 LTS (Bionic Beaver) KDE Plasma Version: 5.16.80 KDE Frameworks Version: 5.61.0 Qt Version: 5.12.3
reproducible if system language is pt-br Operating System: Arch Linux KDE Plasma Version: 5.17.90 KDE Frameworks Version: 5.66.0 Qt Version: 5.14.0
I'm not really sure this can be considered a bug; items resizing whenever the size of their content changes is to be expected; making them wider by default will still require shifting around if a shortcut is that big, and will probably yield complaints from people about wide menus with a lot of blank space. And this doesn't really pose any usability issues, soooo...