Bug #58408 Field name "Commen" should be "Comment:" in new table dialogue box
Submitted: 23 Nov 2010 5:28 Modified: 15 Nov 2011 6:16
Reporter: James Bromberger Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.30 OS:Windows
Assigned to: CPU Architecture:Any
Tags: UI

[23 Nov 2010 5:28] James Bromberger
Description:
When I right click and "Create table", the dialog box appears asking me for details of the table to be created. The fields are labelled (in English) as "Name:",  "Collation:", "Engine:", and "Commen". This last one is missing the "t:" from the end of the string to make it correct and consistent.

How to repeat:
Open the "Create table" window.

Suggested fix:
Correct the spelling an add the colon to the string.
[23 Nov 2010 10:17] Johannes Taxacher
Hello James,
what Windows version are you using? Could you add a screenshot to illustrate the problem? 
I can see all the captions uncropped on my windows machines.
thanks in advance
[23 Nov 2010 11:56] James Bromberger
Alter Table Dialog with field "Commen"

Attachment: MySQL_Workbench_Alter_Table_Box.png (image/png, text), 42.22 KiB.

[23 Nov 2010 12:04] James Bromberger
I am on Windows 7 Home edition, with "Region and Language" set to "English (United Kingdom), Location set to United Kingdom, Keybord set to "English (United Kingdom) - United Kingdom". Also, in "Hardware and Sound" -> "Locaiton and Other Sensors" -> "Default Location" is set to Country/Region "United Kingdom".

I just changed my locale to Australia (having moved three months ago) for all the above, and Isee the same issue with "Commen".

This is in build 5.2.30 rev 6790. 

Starting thread...
Thread started
38366 INFO Connecting to SSH server at XXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXX.amazonaws.com:22 using key C:\Users\James\Documents\SSH Keys\XXXXXXXXXXXXXXXXXXXXXXXX.pem...
C:\Program Files (x86)\MySQL\MySQL Workbench 5.2 CE/python/site-packages\paramiko\client.py:93: UserWarning: Unknown ssh-rsa host key for XXXXXXXXXXX.XXXXXXXXXXX.amazonaws.com: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  (key.get_name(), hostname, hexlify(key.get_fingerprint())))
New client connection
client connection established
38366 INFO Tunnel now open ('127.0.0.1', 53572) -> ('XXX.XXX.XXX.XXX', 22) -> ('127.0.0.1', 3306)
New client connection
client connection established
38366 INFO Tunnel now open ('127.0.0.1', 53575) -> ('XXX.XXX.XXX.XXX', 22) -> ('127.0.0.1', 3306)
MySQL Workbench CE for Windows version 5.2.30
Data Directory: C:\Program Files (x86)\MySQL\MySQL Workbench 5.2 CE
Cairo Version: 1.8.8
Rendering Mode: OpenGL is available on this system, so OpenGL is used for rendering.
OpenGL Driver Version: 4.0.9902 Compatibility Profile Context
OS: Microsoft Windows 7 Home Premium Edition (build 7600), 64-bit
CPU: 8x Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz, 3.9 GiB RAM
Video adapter info:
Adapter type: ATI Mobility Radeon HD 5470 
Chip Type: ATI display adapter (0x68E0)
BIOS String: BR035738.002
Video Memory: 1048576 KB
Current user language: English (Australia)

MySQL Workbench CE for Windows version 5.2.30
Data Directory: C:\Program Files (x86)\MySQL\MySQL Workbench 5.2 CE
Cairo Version: 1.8.8

Rendering Mode: OpenGL is available on this system, so OpenGL is used for rendering.
OpenGL Driver Version: 4.0.9902 Compatibility Profile Context
OS: Microsoft Windows 7 Home Premium Edition (build 7600), 64-bit
CPU: 8x Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz, 3.9 GiB RAM
Video adapter info:
Adapter type: ATI Mobility Radeon HD 5470 
Chip Type: ATI display adapter (0x68E0)
BIOS String: BR035738.002
Video Memory: 1048576 KB
Current user language: English (Australia)

Let me know if there is anything else I can give you. :)
[23 Nov 2010 20:33] MySQL Verification Team
Not repeatable on Windows Vista X86_64.
[23 Nov 2010 21:34] Alfredo Kojima
Text looks pretty big in sshot, what display resolution/font settings do you use?
[24 Nov 2010 0:05] James Bromberger
Screen resolution 1920x1080 (recommended).

Control Panel -> Appearance and Personalization -> Display -> /font size/ = "Medium - 125% (default)".
[24 Nov 2010 0:14] James Bromberger
I changed the font size to 100% (and had to reboot, *sigh*) and the field now shows "Comments:".

As the default/recommended on my screen (high def) is 125%, I still think this is a valid bug. The field probbaly just needs to be slightly wider on the left margin, but still right justified to align to the input box.
[25 Nov 2010 1:58] MySQL Verification Team
I have similar configuration with the difference of OS, Vista instead than Windows 7 and I don't have that issue, so my opinion it is hardware/environment issue.

MySQL Workbench CE for Windows version 5.2.30

Data Directory: C:\Program Files (x86)\MySQL\MySQL Workbench 5.2 CE

Cairo Version: 1.8.8

Rendering Mode: OpenGL is available on this system, so OpenGL is used for rendering.

OpenGL Driver Version: 3.3.10317 Compatibility Profile Context

OS: Microsoft Windows Vista Ultimate Edition Service Pack 2 (build 6002), 64-bit

CPU: 4x AMD Phenom(tm) 9650 Quad-Core Processor, 8.0 GiB RAM

Video adapter info:

Adapter type: ATI Radeon HD 4650

Chip Type: ATI display adapter (0x9498)

BIOS String: 113-465XZDFS4    

Video Memory: 1048576 KB

Current user language: Portuguese (Brazil)
[6 Jun 2011 19:27] Armando Lopez Valencia
Thanks a lot for your report.
[15 Nov 2011 6:16] Philip Olson
Fixed as of 5.2.36:

+        When viewing text at a size greater than 100% (such as 125%),
+        some text field labels would be partially hidden.