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/08/06 13:25:52 UTC

[Bug 120469] New: Calc crashes when duplicating a button on dialog editor by copying and pasting

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

          Priority: P3
            Bug ID: 120469
          Assignee: ooo-issues@incubator.apache.org
           Summary: Calc crashes when duplicating a button on dialog
                    editor by copying and pasting
          Severity: normal
        Issue Type: DEFECT
    Classification: Code
                OS: Windows XP
          Reporter: cguth@free.fr
          Hardware: PC
            Status: CONFIRMED
           Version: AOO 3.4.0
         Component: www
           Product: scripting

Hello,

I have a problem in dialog editor since Aoo 3.4.0 (on windows XP). I need to
duplicate a text button. For this, i copy the button, and then, i paste it.

When the button is just created, it seems to work fine (the label of the button
is &202.DialPVA6463phrasestypes.CommandButton3.Label, and the help text is
&201.DialPVA6463phrasestypes.CommandButton3.HelpText).

I change the properties of the original button, remplacing the label by the
text "text button" and the help text by "help text".

Then, i select the original button i've just changed, i copy it in the
clipboard, and when i paste the button, it crashes OpenOffice.

My goal was to clone button to obtain more buttons with the same sizes (without
copying manually all properties).

The behavior is the same with checkboxes (after modifiing the label and the
help text), copying and pasting the checkbox crashes OpenOffice too.

The crash occurs when i change the label of component (checkbox or command
button and maybe more ...). I've just created a checkbox, changed the label,
copied in the clipboard and pasted it as new check box -> crash

The crash occurs when i change the help text only too.

It's just annoying but not critical.

Thanks for your work.

Greetings

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

[Bug 120469] Calc crashes when duplicating a button on dialog editor by copying and pasting

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

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanya.runo@gmail.com

--- Comment #1 from hanya <ha...@gmail.com> ---
Even the dialog library is translated, initial label of new button should be 
normal text like "CommandButton1". Resource id should not be shown in the 
property browser.

I got the following message with crash at pasting the button, on Linux
environment: 
terminate called after throwing an instance of
'com::sun::star::resource::MissingResourceException

Maybe this problem is there on All platform.

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