[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-12-23 Thread Robert Bruce Park
** Changed in: gtk+3.0 (Ubuntu) Status: Fix Committed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036455 Title: GTK Rendering Issue (potentially a ScrolledWindow problem) To

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-15 Thread Robert Bruce Park
Another thing I noticed when I was playing with the GtkBox/GtkGrid switch is that your call to pack_start set the expand and fill parameters to True. That would explain why the second section would appear halfway down the window regardless of how many icons were there (though it doesn't explain the

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-14 Thread Jono Bacon
Thanks for your efforts on this, Robert. I tested your new branch and it works correctly here using the GtkGrid. There may stay be a bug present though due to the original program I wrote displaying so differently on Precise and on Quantal. Strangely, when I used your code in my Ubuntu Accomplishm

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-14 Thread Robert Bruce Park
** Changed in: gtk+3.0 (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: gtk+3.0 (Ubuntu) Assignee: (unassigned) => Robert Bruce Park (robru) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-14 Thread Robert Bruce Park
Jono, I've managed to resolve the issue by changing your nested VBoxes to a single GtkGrid. I feel this is the best solution, considering that Gtk[HV]Box are now deprecated and GtkGrid is slated to replace them anyway. It's a very minor change and actually simplifies things nicely, check out my re

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-14 Thread Robert Bruce Park
I had a bit more time to play with this. I wrote the simplest possible reproducer that still exhibits this behavior (ie, without all the Quickly boilerplate). It's only 34 lines long, and so far it leads me to believe that this is actually an issue with the vbox packing. I've yet to decide if this

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-13 Thread Jono Bacon
One thing I have noticed here is that the space seems to be equally divided up between the window. If you make the window wide and deep you will see the second section starts at about half-way down the window. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-13 Thread Robert Bruce Park
Played with this a bit, and the issue disappears when only one iconview is added to the window (comment out line #60 of GtkbugWindow.py). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036455 Title:

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-13 Thread Robert Bruce Park
I made a screencast of this, here: http://ubuntuone.com/3b1wPfitaly1kktVih4D50 Note that the wrapping behavior behaves mostly normal when 4 rows are visible, above a certain width. Below that width, or with only 3 rows visible, things like empty rows and incorrect wrapping are happening. -- You

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gtk+3.0 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036455 Title: GT

[Bug 1036455] Re: GTK Rendering Issue (potentially a ScrolledWindow problem)

2012-08-13 Thread Jono Bacon
** Summary changed: - GTK Rendering Issue (potentially a Scrolled problem) + GTK Rendering Issue (potentially a ScrolledWindow problem) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036455 Title: