RT RT/krbdev.mit.edu: Ticket #5679 NIM: BUG: APP: Filler columns should not be resizeable Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

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

 
 

 The Basics  
Id
5679
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:34:34 2007
Starts: Not set
Started: Fri Aug 24 10:34:37 2007
Last Contact: Fri Sep 28 19:37:31 2007
Due: Not set
Updated: Wed Oct 3 15:11:10 2007 by jaltman
 

 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:34:35 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

The credentials display of Network Identity Manager allows the user to
change the order and size of the displayed columns.  However, some
columns are not resizable.

An oversight in the earlier code allowed the user to change the size
of "filler" columns.  These columns are sized to fill up the remainder
of the display area after the other columns have been allocated.
Their width is determined by the size of the credentials display and
the width of the other columns.  They are used in the basic view where
the only columns are the flags column (fixed width) and the identity
column (filler).

This patch prevents the "filler" columns (columns with the
KHUI_CW_COL_FILLER flag) from being resized.

Commit By: jaltman



Revision: 19858
Changed Files:
U   trunk/src/windows/identity/ui/credwnd.c


Download (untitled) 800b
      Fri Aug 24 10:34:37 2007  jaltman - Requestor jaltman@mit.edu added    
      Fri Aug 24 10:34:37 2007  jaltman - Status changed from new to resolved    
      Fri Aug 24 10:34:38 2007  jaltman - Component windows added    
      Fri Sep 28 17:16:19 2007  jaltman - Target_Version 1.6.4 added    
      Fri Sep 28 17:16:19 2007  jaltman - Tags pullup added    
      Fri Sep 28 18:19:56 2007  tlyu - Target_Version 1.6.4 changed to 1.6.3    
      Fri Sep 28 19:37:27 2007  tlyu - Version_Fixed 1.6.3 added    
      Fri Sep 28 19:37:28 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r19858 from trunk

 r19858@cathode-dark-space:  jaltman | 2007-08-24 10:34:30 -0400
 ticket: new
 subject: NIM: do not permit resizing of filler columns
 component: windows

 The credentials display of Network Identity Manager allows the user to
 change the order and size of the displayed columns.  However, some
 columns are not resizable.

 An oversight in the earlier code allowed the user to change the size
 of "filler" columns.  These columns are sized to fill up the remainder
 of the display area after the other columns have been allocated.
 Their width is determined by the size of the credentials display and
 the width of the other columns.  They are used in the basic view where
 the only columns are the flags column (fixed width) and the identity
 column (filler).

 This patch prevents the "filler" columns (columns with the
 KHUI_CW_COL_FILLER flag) from being resized.



Commit By: tlyu



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


Download (untitled) 1k
      Wed Oct  3 15:11:10 2007  jaltman - Subject changed from NIM: do not permit resizing of filler columns to NIM: BUG: APP: Filler columns should not be resizeable