Bug #54753 | End key in results grid goes off screen | ||
---|---|---|---|
Submitted: | 23 Jun 2010 21:05 | Modified: | 6 Jan 2011 11:43 |
Reporter: | Jesse Castleberry | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.24 RC | OS: | Windows (W7 (x64)) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[23 Jun 2010 21:05]
Jesse Castleberry
[23 Jun 2010 21:29]
MySQL Verification Team
Thank you for the bug report. Are you able to provide a screen-shot which illustrate that behavior?. Thanks in advance.
[24 Jun 2010 12:48]
Jesse Castleberry
Screen Shot of End-Key issue.
Attachment: end-key-issue.jpg (image/jpeg, text), 201.20 KiB.
[24 Jun 2010 12:50]
Jesse Castleberry
Not sure what good a screen shot will do, but I've just uploaded one. I double-clicked on the conferenceschedules table, clicked in the grid and pressed the end-key on my keyboard. at this point, the cursor is off to the far right, off the screen on the last column and cannot be seen.
[25 Jun 2010 8:04]
Valeriy Kravchuk
For me (on XP SP3) grid also scrolls right to show cursor position.
[25 Jun 2010 9:49]
Susanne Ebrecht
It also works fine under Linux. Which exact OS are you using? Which screen size are you using?
[25 Jun 2010 11:56]
Jesse Castleberry
I am using Windows 7 (64-bit), and my screen is currently in 1280x800, but it also happens if I bring up WB and squeeze up the window as tight as I can. I don't usually do that, but I did for the screen shot.
[25 Jun 2010 22:04]
Jesse Castleberry
I have just confirmed that it works OK in another OS. I have Windows Server 2008 (32-bit), and it works just fine there, when I press the End Key, it goes to the last column and shifts the grid as it should so I can see. But, when I do the same thing in Windows 7, it does not shift the grid to the last column.
[29 Jun 2010 14:31]
MySQL Verification Team
Could you please provide the output of Help->System Info?. Thanks in advance.
[29 Jun 2010 14:45]
Jesse Castleberry
MySQL Workbench CE for Windows version 5.2.24 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: 2.1.8874 OS: Microsoft Windows 7 (build 7600), 64-bit CPU: 2x Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz, 3.9 GiB RAM Video adapter info: Adapter type: Mobile Intel(R) 4 Series Express Chipset Family Chip Type: Mobile Intel(R) 4 Series Express Chipset Family BIOS String: Intel Video BIOS Video Memory: 1814544 KB
[1 Jul 2010 22:27]
MySQL Verification Team
Could you please try version 5.2.25. Thanks in advance.
[2 Jul 2010 1:13]
Jesse Castleberry
No change. Same problem.
[8 Jul 2010 9:26]
Sveta Smirnova
Thank you for the feedback. Verified as described. I use following statement to create problem view: create view v1 as select 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33, 44, 55, 66, 77 , 88, 99,100, 111, 222, 333, 444, 555, 666, 777, 888, 999, 22, 33, 44; Then selected with SELECT * FROM v1;
[11 Nov 2010 17:35]
Mike Lischke
Fixed in repository.
[8 Dec 2010 22:58]
Johannes Taxacher
fix confirmed in repository
[6 Jan 2011 11:43]
Tony Bedford
An entry has been added to the 5.2.31 changelog: In the SQL Editor, when viewing table data where the number of columns was such that some columns were off screen, if the End key was pressed to go to the last column in the row, the data grid did not scroll accordingly, so the column containing the cursor was not visible without manually scrolling.