Bug #36358 text box edit: cut/undo updates canvas, fails to update 'edit' box.
Submitted: 27 Apr 2008 3:50 Modified: 29 May 2008 0:12
Reporter: walter stanish Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.0.19/5.0.21 OS:Windows (XPSP2)
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: cut, Edit, text, text box, undo

[27 Apr 2008 3:50] walter stanish
Description:
using control+x to cut text from a text-box edit, then pressing ctrl+z to undo, the canvas is updated correctly but the text box is not

How to repeat:
make a text box
create some text
ctrl+x to remove a portion
ctrl+z to undo

Suggested fix:
change undo-handling code to update text field edit box
[28 Apr 2008 12:12] MySQL Verification Team
Thank you for the bug report. I could not repeat the issue reported or maybe
I didn't understand what are you reporting. Could you please provide a 
screen-shot which illustrates the behavior reported?. Thanks in advance.
[28 Apr 2008 16:38] walter stanish
cut bug: step 1 to reproduce

Attachment: mysql-workbench-cut-bug-1.jpg (image/jpeg, text), 117.51 KiB.

[28 Apr 2008 16:38] walter stanish
cut bug: step 2 to reproduce

Attachment: mysql-workbench-cut-bug-2.jpg (image/jpeg, text), 120.81 KiB.

[28 Apr 2008 16:39] walter stanish
cut bug: step 3 to reproduce (bug visible)

Attachment: mysql-workbench-cut-bug-3.jpg (image/jpeg, text), 125.60 KiB.

[28 Apr 2008 17:15] MySQL Verification Team
Thank you for the feedback.
[21 May 2008 19:26] Johannes Taxacher
fixed. tested in bzr rev 3106
[29 May 2008 0:12] Paul DuBois
Noted in 5.0.22 changelog.

After use of Control-X to cut text from a text-edit box and Control-Z
to undo the operation, the canvas was updated correctly but not the
text box.