Bug #7177 | Cursor runs over line | ||
---|---|---|---|
Submitted: | 10 Dec 2004 17:12 | Modified: | 15 Dec 2004 8:12 |
Reporter: | Raphael Matthias Krug | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.1.2 | OS: | Windows (XP Home) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[10 Dec 2004 17:12]
Raphael Matthias Krug
[14 Dec 2004 2:24]
MySQL Verification Team
Sorry but I don't understand what you meant. Can you show the issue with a picture attached to this report ? Thanks in advance.
[14 Dec 2004 6:24]
Mike Lischke
Yes, this is a known problem. When moving the cursor with the arrow keys it should not automatically move to the next line if it is at the end of the current line but should continue to move to the right.
[14 Dec 2004 11:19]
Mike Lischke
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html
[14 Dec 2004 17:28]
Raphael Matthias Krug
Mike, I ment, that the cursor runs over the line, when there is only one line. Eg. select * from test where 1, I usually have this written in one line, when moving to the 1, the cursors moves on and starts again at the s from select. There are now arguments against moving to the next line after the last letter of line 1, if the select-statement has two lines. Then it would be standard-IT-behaviour.
[15 Dec 2004 8:12]
Mike Lischke
Raphael, Yes, I know what you mean. That the cursor started on the same line again was only a special case of the general problem. Most source code editors allow the cursor to go past the end of a line and advance only to the next line with a special command (like Ctrl+Right arrow key). The implementation for QB is now exactly that. Mike