Bug #56797 The Image Data viewer is missing a horizontal scrollbar
Submitted: 15 Sep 2010 14:44 Modified: 12 Jun 2013 0:11
Reporter: Kevin Abel Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.27 OS:Any
Assigned to: CPU Architecture:Any

[15 Sep 2010 14:44] Kevin Abel
Description:
When viewing BLOB data that represents an image, the new Image tab of the data viewer is able to show the image in storage. However, if the image is too large to fit in the area you should be able to scroll to see the rest of the image. The vertical scrollbar is present and works, but the horizontal scrollbar is missing. So, if trying to view an image that is too wide, you cannot view part of the image.

How to repeat:
1) SELECT from a table that stores images an image that is rather large (1024x1024 px).

2) Right-click the BLOB column the binary data for the image is stored in and select 'Open Value in Viewer'

3) Click the Image tab, on the Viewer window.

Suggested fix:
Add a horizontal scrollbar to the Image viewer when the image is to wide to fit in the viewport.
[15 Sep 2010 14:59] Valeriy Kravchuk
Thank you for the problem report. Verified on Mac OS X.
[11 Jan 2012 17:35] Kevin Abel
Issue still exists as of v5.2.37
[12 Jun 2013 0:11] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 release, and here's the changelog entry:

The image data viewer tab in the "BLOB" image viewer would not have 
a horizontal tab when the image was larger than the image viewing area.

Thank you for the bug report.