bugGNUstep - Bugs: bug #22678, Resizing textfield that is being...

Group
 
 

bug #22678: Resizing textfield that is being edited causes confusion

Submitter:  Nicola Pero <nico>
Submitted:  Thu 20 Mar 2008 11:54:41 AM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 17 Dec 2009 01:07:45 AM UTC, comment #1: 

I have committed a change that should fix this issue (among with similar issues for table and outline views).

Wolfgang Lux <wlux>
Thu 20 Mar 2008 11:54:41 AM UTC, original submission:  

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

Nicola Pero <nico>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by wlux (Posted a comment)
  • -email is unavailable- added by nico (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code