[Bug 106249] Should not routinely expose the draw:frame draw:text-box and overwrite OLE objects, e.g. F2 opening text-box of an OLE Formula in Impress
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 23 12:15:22 UTC 2024
https://bugs.documentfoundation.org/show_bug.cgi?id=106249
V Stuart Foote <vsfoote at libreoffice.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Expose OLE draw:frame |Should not routinely expose
|draw:text-box to |the draw:frame
|selectively control |draw:text-box and overwrite
|overwriting of OLE objects, |OLE objects, e.g. F2
|e.g. an OLE Formula in |opening text-box of an OLE
|Impress opened with F2 |Formula in Impress
--- Comment #10 from V Stuart Foote <vsfoote at libreoffice.org> ---
<F2> shortcut has no explicit meaning to edit or insert.
Rather we assign the <F2> key per module, and simply assign a module specific
UNO to each, no OLE dependency:
Calc -- .uno:SetInputMode "Cell Edit Mode" (tt. Cell Edit Mode)
Impress -- .uno:Text "Text Box" (tt. Insert Text Box (double click for
multi-selection))
Draw -- .uno:Text "Text Box" (tt. Insert Text Box (double click for
multi-selection))
Writer -- .uno:InsertFormula "Edit Formula" (tt. Insert or Edit Formula)
Math -- no assignment
Making <F2> some sort of LibreOffice generalized shortcut doesn't make a lot of
sense, and the concerns of applying draw:text-box annotation over an OLE's
draw:frame doesn't justify clobbering our legacy shortcut assignments across
the modules.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list