discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with NSTextView


From: Sebastian Reitenbach
Subject: Problem with NSTextView
Date: Sat, 28 Jan 2012 14:17:16 +0100
User-agent: SOGoMail 1.3.11

Hi,

still with AddressManager, I recognized when I edit a text input field, the 
console gets spammed with:

Calling [NSTextView -copy:] with incorrect signature.  Method has v12@0:4@8, 
selector has @12@0:4@8
Calling [NSTextView -paste:] with incorrect signature.  Method has v12@0:4@8, 
selector has @12@0:4@8
Calling [NSTextView -copy:] with incorrect signature.  Method has v12@0:4@8, 
selector has @12@0:4@8
Calling [NSTextView -paste:] with incorrect signature.  Method has v12@0:4@8, 
selector has @12@0:4@8
Calling [NSTextView -copy:] with incorrect signature.  Method has v12@0:4@8, 
selector has @12@0:4@8
Calling [NSTextView -paste:] with incorrect signature.  Method has v12@0:4@8, 
selector has @12@0:4@8

using libobjc2. I tried to set a breakpoint at -[NSTextView copy:] or 
-[NSTextView paste:] to see where/how its called, but 
gdb doesn't stop there.

Further I recognized, when I edit a group name, double clicking it, then the 
text field enters the input mode.
The value of the fields moves about two pixels to the left, but the old value 
from before entering input mode, is still there.
So its totally unreadable. When I then with backspace, remove the stuff in the 
input field that moved to the left, the old value stays there. I can enter a 
new value, writing on top of the original value, again, totally unreadable.
When I then press return to leave the input mode, then the old value 
disappears, and the new value is shown, and looks good.

Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]