[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #22678] Resizing textfield that is being edited causes confusion
From: |
Nicola Pero |
Subject: |
[bug #22678] Resizing textfield that is being edited causes confusion |
Date: |
Thu, 20 Mar 2008 11:54:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 |
URL:
<http://savannah.gnu.org/bugs/?22678>
Summary: Resizing textfield that is being edited causes
confusion
Project: GNUstep
Submitted by: nico
Submitted on: Thursday 03/20/2008 at 11:54
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
If you have a window with a textfield inside it, and you
enlarge the window while you are editing the textfield,
weird things happen - the newly exposed area is not drawn in the
background color, and trying to edit at the end of the string
causes the pointer to disappear and your new text shows up
nowhere.
I think the problem is that when the textfield is enlarged,
the attached field editor should be enlarged too, but it's not.
So it should be a matter of looking at the autoresizing masks /
clipview code in NSCell -_setUpTextWithFrame:etc. and making
sure that the field editor tracks changes in the size of the
text field. :-)
Thanks
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?22678>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #22678] Resizing textfield that is being edited causes confusion,
Nicola Pero <=