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 270134 - Home/End navigation does not work properly when Caret Mode is enabled
Home/End navigation does not work properly when Caret Mode is enabled
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
unspecified
Other All
: Normal trivial
: 2.1
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks: 271192
 
 
Reported: 2004-12-02 14:33 UTC by Dana Ormenisan
Modified: 2005-01-24 09:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Here is the patch. (1.47 KB, patch)
2005-01-21 10:44 UTC, mengjie yu
none Details | Review

Description Dana Ormenisan 2004-12-02 14:33:09 UTC
Steps to reproduce the problem:
1. Launch Evolution. 
2. Go to Local Folders->Inbox, select and open the welcome message in this   
   folder (or any other message).
3. Press F7 to switch to caret mode.
4. Move focus into message body.
5. Move the caret to the beginning of the first line.
6. Hit End.

Actual Results:
  The cursor is moved to the end of that line but the message is scrolled
down (until the end of the message). So the line containing the cursor
might be no longer visible.
  The same thing happens if the cursor is at the end of the line and I hit
Home: the cursor is moved to the beginning of that line but the message is
scrolled up (until the beginning of the message). 

Expected Results:
  If the Caret Mode is enabled, Home/End should move the cursor to the
beginning/end of the current line, without scrolling the message to the
beginning/end.

How often does this happen? 
 Always.
Comment 1 mengjie yu 2005-01-21 10:44:07 UTC
Created attachment 44632 [details] [review]
Here is the patch.
Comment 2 mengjie yu 2005-01-24 09:16:55 UTC
Patch had been committed into CVS Head.