GNOME Bugzilla – Bug 557261
The cursor gets in my way when I'm writing.
Last modified: 2009-02-10 23:46:53 UTC
When I compose messages and my cursor is above my composer window, the cursor gets in my way. I noticed that when I write notes in Tomboy however, it never does, because when I start typing and have the cursor inside the compositing area the cursor becomes invisible.
Interesting. That would be useful for GEdit, too.
Actually it looks like GTK handles this for you in its standard editing widgets, which is why most GNOME apps (even other parts Evolution, eg. the appointment editor) already do this. See gtk_entry_obscure_mouse_cursor() and gtk_text_view_obscure_mouse_cursor(). Similar trick would have to be added to GtkHTML's core. I'm curious if WebKit already does this.
*** This bug has been marked as a duplicate of 328516 ***