Bug 119409 - Contextmenu Draw: Remove ObjectAlign when only one Element is selected
Summary: Contextmenu Draw: Remove ObjectAlign when only one Element is selected
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Draw (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsUXEval
Depends on:
Blocks: Context-Menu
  Show dependency treegraph
 
Reported: 2018-08-21 22:16 UTC by andreas_k
Modified: 2018-08-22 21:19 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
remove aligngroup from draw context menu (25.31 KB, image/png)
2018-08-21 22:16 UTC, andreas_k
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andreas_k 2018-08-21 22:16:14 UTC
Created attachment 144355 [details]
remove aligngroup from draw context menu

With ObjectAlign you can align stuff top, bottom, left, right, ... when you select two elements they were align according each other. When you have only one element selected, the selected element get align according to page frame.

In impress, writer, ... it's common to align an element (drawing, image, table, ...) to center but when you draw this element can be dropped in the context menu so that the context menu get one element less.

reproduce:

1. open writer
2. draw a shape or insert an image
3. right click to open context menu
4. use Align submenu
Comment 1 Heiko Tietze 2018-08-22 15:32:20 UTC
When you align a single object the reference is the page. So left means it is placed at the left margin. 

Despite this fact we should disable functions that are temporarily not available instead of hiding them. 

My take here is WONTFIX.
Comment 2 andreas_k 2018-08-22 21:19:35 UTC
wantfix work for me