Discussion:
[bug #47523] blinking cursor type while typing or scrolling
Riccardo Mottola
2016-03-24 14:21:11 UTC
Permalink
URL:
<http://savannah.gnu.org/bugs/?47523>

Summary: blinking cursor type while typing or scrolling
Project: GNUstep
Submitted by: rmottola
Submitted on: Thu 24 Mar 2016 02:21:10 PM GMT
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any

_______________________________________________________

Details:

while typing in a text view, the cursor continuously changes from insertion
point to arrow.
I would expect it to remain constant or, even better, hide while typing.

The same blinking happens while scrolling the text view with a mouse scroll
wheel or with a touchpad with scroll feature.

This is happening both with the X11 backend as with the Windows backend.




_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?47523>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Fred Kiefer
2018-01-07 22:46:05 UTC
Permalink
Update of bug #47523 (project gnustep):

Status: None => Confirmed

_______________________________________________________

Follow-up Comment #1:

It turns out that this was caused by a change Eric made in 2011. In the method
[NSTextView.m -_updateState:] he added the update of the cursor rectangles,
which is needed for internal cursor rectangles but would not be needed for the
main one.
I tried a few simple solutions to fix this, but all of these would result in
additional issues.

_______________________________________________________

Reply to this item at:

<http://savannah.gnu.org/bugs/?47523>

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/

Loading...