Bug #64714 the enter key doesn't create a new line on "comments" text area
Submitted: 21 Mar 2012 3:55 Modified: 20 Sep 2012 6:24
Reporter: Juan Pablo Aviña Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.38 OS:Windows (Microsoft Windows 7 Ultimate Edition (build 7600), 32-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[21 Mar 2012 3:55] Juan Pablo Aviña
Description:
the enter key doesn't create a new line on the text area for comments when creating/editing a column on Windows (Linux it's OK), instead the enter key selects the entire text in the text area

How to repeat:
1. Open MySQL Workbench
2. Create a new ERR Model
3. Create a new table (Add Table)
4. Add a column
5. Type any text in the "comments" text area
6. Press ENTER, the entire text get selected, instead of insert a new line
[21 Mar 2012 4:53] Valeriy Kravchuk
Thank you for the bug report. Verified on Windows XP.
[20 Sep 2012 6:24] Philip Olson
Fixed as of the upcoming MySQL Workbench 5.2.44, and here's the changelog entry:

 On Microsoft Windows, the "Enter" key would not create newlines within
 the table column comment dialogue. This was a Scintilla bug that is now
 fixed.

Thank you for the bug report.