Bug 35892 - Undo doesn't restore Length of an PropertyField
Summary: Undo doesn't restore Length of an PropertyField
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
3.4.0 Beta1
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 18:27 UTC by Markus Mohrhard
Modified: 2012-07-26 21:06 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Mohrhard 2011-04-01 18:27:37 UTC
Create a table and creates some fields with different field types
Change the field length
Change the type of the field
Undo the last step


Then the fieldsize of the new type is displayed and not the old field size restored.
Comment 1 ribotb 2011-06-07 01:43:15 UTC
Hi,

I do not reproduce with LibO340.

create a new table :
- create a field A VARCHAR(100)
- create a field B NUMERIC(50)
- change length of B > NUMERIC(20)
- change type of B > DECIMAL(20)

undo -> B is NUMERIC(20)
undo -> B is NUMERIC(50)

For me, it's correct.

Bernard Ribot
Comment 2 Björn Michaelsen 2011-12-23 11:52:33 UTC
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2 prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation: http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html
Comment 3 Jochen 2012-07-26 18:53:46 UTC
Hi Markus,

what is your opinion: bug or no bug?
Comment 4 ribotb 2012-07-26 20:29:48 UTC
Hi,

I redid, with LibO 3.5.5.2, the procedure described above :

create a new table :
- create a field A VARCHAR(100)
- create a field B NUMERIC(50)
- change length of B > NUMERIC(20)
- change type of B > DECIMAL(20)
undo -> B is NUMERIC(20)
undo -> B is NUMERIC(50)

and I still see no problem. For me, there is no bug.

Bernard Ribot