You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/09/18 04:06:55 UTC

[Bug 120999] New: Cannot resize AutoGrowWidth text shape in the first try

https://issues.apache.org/ooo/show_bug.cgi?id=120999

          Priority: P3
            Bug ID: 120999
          Assignee: ooo-issues@incubator.apache.org
           Summary: Cannot resize AutoGrowWidth text shape in the first
                    try
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: Armin.Le.Grand@me.com
          Hardware: All
            Status: CONFIRMED
           Version: AOO350-dev
         Component: editing
           Product: drawing

ALG: To reproduce:
- Open Draw/Impress
- create a new text object (click on text in the bottom toolbar, then somewhere
on the page to start text edit, do *not* give it a width so that it will auto
grow)
- type some text
- press ESC (to get to object selected mode)
- try to make it smaller (less width) with e.g. the right handle

-> it will snap back to it's original size

Interestingly, repeating the same action after this *will* work now in the 2nd
try. This is because the AutoGrowWidth aleady got reset. This indicates that
there is code to reset that flag, but it is executed too late. The first action
should already let the use resize the object.

The user clearly expresses with the action he triggers what he wants to do, so
always respect user input. Since it *can* be resized in the 2nd try, it looks
like an error, it should be possible in the first try. Denying resize in the
first try is a bad user experience.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120999] Cannot resize AutoGrowWidth text shape in the first try

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120999

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ooo-issues@incubator.apache |Armin.Le.Grand@me.com
                   |.org                        |

--- Comment #1 from Armin Le Grand <Ar...@me.com> ---
ALG: Taking a look...

-- 
You are receiving this mail because:
You are the assignee for the bug.