[Libreoffice-ux-advise] [Bug 119411] Contextmenu Writer: Paste Special should be available in all popupmenu files
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 4 07:09:10 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119411
--- Comment #13 from andreas_k <kainz.a at gmail.com> ---
this is how the cut, copy, paste section look like in ALL context menues (if
PasteSpecialMenu is available)
<menu:menuitem menu:id=".uno:Cut"/>
<menu:menuitem menu:id=".uno:Copy"/>
<menu:menuitem menu:id=".uno:Paste"/>
<menu:menu menu:id=".uno:PasteSpecialMenu">
<menu:menupopup>
<menu:menuitem menu:id=".uno:PasteUnformatted"/>
<menu:menuitem menu:id=".uno:PasteSpecial"/>
</menu:menupopup>
</menu:menu>
The submenu has always two items. Should I add the same PasteSpecialMenu than
in the menubar? Or when PasteSpecial isn't available show PasteUnformatted
outside the submenu?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list