mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Fixed textfield first responder code so that when you make a textfield
the first responder, its text is automatically selected git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f202a70a7b
commit
cad0439870
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
Tue Sep 24 16:32:30 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
After discussions with David Ayers:
|
||||
* Source/NSCell.m ([-editWithFrame:inView:editor:delegate:event:]):
|
||||
Do not perform an immediate display of the textfield.
|
||||
([-selectWithFrame:inView:editor:delegate:start:length:]): Idem.
|
||||
* Source/NSTextField.m ([-becomeFirstResponder]): If the text
|
||||
field accepts first responder status, select its text.
|
||||
([-mouseDown:]): If not selectable, pass the mouse down to super.
|
||||
If selectable, and _text_object is not nil, pass the mouse down to
|
||||
the _text_object. Else, try to get first responder status, and
|
||||
to start editing.
|
||||
|
||||
Tue Sep 24 03:29:55 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSSplitView.m: Cache the default notification center for
|
||||
|
|
Loading…
Reference in a new issue