After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669651 - Incorrect movement in long lines
Incorrect movement in long lines
Status: RESOLVED DUPLICATE of bug 669650
Product: gedit
Classification: Applications
Component: general
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-08 11:25 UTC by Vadim Rutkovsky
Modified: 2012-02-08 11:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2012-02-08 11:25:21 UTC
The bug was reported at https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/505765:

Hi,

I was editing a text file (https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/505765/+attachment/1094827/+files/sqlitetest.cpy.rb) when the cursor began to behave strangely. The file contained these lines:

CREATE TABLE people(
 integer primary key,
 name varchar(50),
 age integer
)

When I put the cursor after the 'l' in 'people', the arrow key would not move the cursor to the right. Instead it jumped to the next line. Similarly, I could not add text at this position.

Viewing the file in a hex editor revealed a lot of spaces (284 to be accurate) after the opening parenthesis. Probably I've added those spaces without knowing it (resting my book "beginning Ruby" on the space bar ^ ^). Still, I feel the editor should handle a few hundred chars on a line without misbehaviour.
Comment 1 Vadim Rutkovsky 2012-02-08 11:31:13 UTC

*** This bug has been marked as a duplicate of bug 669650 ***