[6470] in Athena Bugs
motif bug with XmList
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Nov 27 14:39:47 1990
From: web@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Tue, 27 Nov 90 14:39:34 EST
OSF/Motif Problem Report
=================================
Submitter Information (Include Email address at miminum)
---------------------
Submitter Name: Chee Chew
Organization: MIT Project Athena
Email Address: web@athena.mit.edu
Phone:
Hardware/Software Configuration
-------------------------------
Offering and Version: Motif 1.0.A
Component (Module): XmList
OSF License Number: 23
Client Hardware: vax, rt, ps2, decmips...
Client Software: Athena 7.1 (BSD 4.3 with mods), X11R4
Server Hardware: SAME AS CLIENT
Server Software: SAME AS CLIENT
Compiler: pcc
Problem Description
-------------------
Severity Level:
Minor
Date of First Occurrence:
One Line Description:
XmList (scrolled) work window grows huge when last item is removed.
Full Description:
If a scrolled list starts with 0 items, the work window is small
(width about 10pixels?) But if it gets any items then all the items are
removed then the work window expands to take all available space.
Repeat By:
XtSetArg(args[0], XmItemCount, 0);
XtSetValues(widget, args, 1);
Proposed Solution:
Make it consistant in size (preferably small window when there's
nothing in it) or give the option of having it be automatically unmapped
when 0 length.