Issue 125903 - Position coordinates values should be limited to page size related useful values independent to measure value
Summary: Position coordinates values should be limited to page size related useful val...
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on: 125904
Blocks:
  Show dependency tree
 
Reported: 2014-11-26 06:19 UTC by Rainer Bielefeld
Modified: 2014-11-26 06:32 UTC (History)
0 users

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Bielefeld 2014-11-26 06:19:12 UTC
ASteps how to reproduce with German AOO420m1(Build:9800)  -  Rev. 1630928 on WIN 7:
1. From Start Center Open new empty Draw document
2. Menu 'Tools -> Options -> Draw -> General':
   Scale = 1:1
   Measure unit =km
   [ok]
3. Menu 'format -> Page = A6' (half postcard size)
4. Draw a small Smiley on the page
3. Smiley: 'Rightclick -> Position and Size -> Rightclick -> p+s TAB'
   -> click Position X -> uppage
      > Spin box with Caret in it will get value 0,016 km (=16000mm)
   -> click Position Y -> uppage
      > Spin box with Caret in it will get value 0,018 km  (=18000mm)

10. Redo from 1, but with  Measure unit =mm: 
     > X-Spin box with Caret in it will get value 190,99 mm
     > Y-Spin box with Caret in it will get value 204,99 mm

11. redo (10) after having changed sheet page to A4:
     > X-Spin box with Caret in it will get value 400,99 mm mm
     > Y-Spin box with Caret in it will get value 428,49 mm

12. redo (10) after having changed sheet page to A0:
     > X-Spin box with Caret in it will get value 1.662,99 mm
     > Y-Spin box with Caret in it will get value 1.766,49 mm

So here we have a relation of maximum coordinate values to sheet size, what is ok. But it is not ok that the possible positions on (or better outside) the sheets depend on selected measure unit. On a6 Sheet with measure unit km an object can be nearby 16m outside sheet, with measure unit mm only 0,19m.

In writer I tested Frame object: seemed ok for Border and distance to contents (always something like 50mm for measure unit mm, cm, inch), but not ok for shadow distance, maximum was 1,97", but 500mm

So it seems there are several different appearances of this problem, and for this reason I defined this one as a TASK issue