RT RT/krbdev.mit.edu: Ticket #5688 NIM: Reposition New Credentials Dialog if necessary Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
5688
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • windows
Version_reported
Version_Fixed
  • 1.6.3
Target_Version
  • 1.6.3
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
  • 5691: (jaltman) Post KFW 3.2.1 Tracking Ticket [resolved]
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Fri Aug 24 10:51:50 2007
Starts: Not set
Started: Fri Aug 24 10:51:53 2007
Last Contact: Fri Sep 28 19:39:27 2007
Due: Not set
Updated: Tue Jun 17 11:28:34 2008 by guest
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Fri Aug 24 10:51:50 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

The new credentials dialog in Network Identity Manager does not check
whether it is positioned outside of the display screen.  It tries to
position itself in the center of the primary display if the Network
Identity Manager window is hidden and it tries to center itself over
the main window if the main window is visible.  If the main window is
too close to the edge of the screen, this may result in the new
credentials window being partially outside the display area.  This is
especially a problem when the new credentials dialog switches to the
advanced view.

The patch checks whether the window rectangle is visible before
repositioning the new credentials dialog and adjusts the window
rectangle so that it is.

Commit By: jaltman



Revision: 19867
Changed Files:
U   trunk/src/windows/identity/ui/newcredwnd.c


Download (untitled) 819b
      Fri Aug 24 10:51:53 2007  jaltman - Requestor jaltman@mit.edu added    
      Fri Aug 24 10:51:53 2007  jaltman - Status changed from new to resolved    
      Fri Aug 24 10:51:54 2007  jaltman - Component windows added    
      Fri Sep 28 17:23:00 2007  jaltman - Target_Version 1.6.4 added    
      Fri Sep 28 17:23:00 2007  jaltman - Tags pullup added    
      Fri Sep 28 18:19:58 2007  tlyu - Target_Version 1.6.4 changed to 1.6.3    
      Fri Sep 28 19:39:24 2007  tlyu - Version_Fixed 1.6.3 added    
      Fri Sep 28 19:39:24 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r19867 from trunk

 r19867@cathode-dark-space:  jaltman | 2007-08-24 10:51:46 -0400
 ticket: new
 subject: NIM: Reposition New Credentials Dialog if necessary
 component: windows

 The new credentials dialog in Network Identity Manager does not check
 whether it is positioned outside of the display screen.  It tries to
 position itself in the center of the primary display if the Network
 Identity Manager window is hidden and it tries to center itself over
 the main window if the main window is visible.  If the main window is
 too close to the edge of the screen, this may result in the new
 credentials window being partially outside the display area.  This is
 especially a problem when the new credentials dialog switches to the
 advanced view.

 The patch checks whether the window rectangle is visible before
 repositioning the new credentials dialog and adjusts the window
 rectangle so that it is.



Commit By: tlyu



Revision: 20002
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/ui/newcredwnd.c


Download (untitled) 1k