Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zenity (Ubuntu) Status: New => Confirmed
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to zenity in Ubuntu. https://bugs.launchpad.net/bugs/1242886 Title: Regression: List boxes do not properly resize when given "height" Status in “zenity” package in Ubuntu: Confirmed Bug description: In Zenity 3.8.0-1 (Saucy), list boxes are showing up strangely. I noticed this when using the 'repostory' tool (https://code.launchpad.net/~davidc3/+junk/repostory), but it's a repeatable zenity bug: When Zenity contains a list box and a specified height parameter, the window appears at the right height, but the list part expands as if no height were specified, only up to about 6 lines before adding a scrollbar. The following bash demonstrates the problem: #!/bin/bash for category in Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu;do echo "$category" for col in Purple Green Blue Pink Grey do echo "entry" done done | zenity --list --title "Foobar" --width 800 --height 500 --checklist --column Category --column Purple --column Green --column Blue --column Pink --column Grey To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1242886/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp