[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-28 Thread Zsombor Egri
There was a commit at revision 861 which did the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To manage notifications about this

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-28 Thread Sebastien Bacher
** Changed in: ubuntu-system-settings (Ubuntu) Status: Incomplete = Invalid ** Changed in: ubuntu-ui-toolkit Status: Confirmed = Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-28 Thread Sebastien Bacher
(settings change in https://code.launchpad.net/~seb128/ubuntu-system- settings/sound-no-flickable-needed/+merge/197079) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression]

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-27 Thread Florian Boucault
** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) = Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-27 Thread Zsombor Egri
Seems to get fixed indirectly in the last UITK release in r33. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To manage notifications

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-27 Thread Pat McGowan
Indeed it does, any way to verify why? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To manage notifications about this bug go to:

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Florian Boucault
** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Pat McGowan
In the fix for lp:1231936 the property expanded was made readonly and a new alwaysExpanded property introduced. The settings app sets the expanded property to true in SoundsList.qml, but changing this to alwaysExpanded results in an empty list. Removing the property results in a collapsed list

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Tim Peeters
Bug not present in #29 on maguro, so it is a regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To manage notifications about

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Pat McGowan
** Also affects: ubuntu-system-settings (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Florian Boucault
** Changed in: ubuntu-ui-toolkit 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/1255129 Title: [regression] List scrolling seems to be broken To manage notifications

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Sebastien Bacher
the u-s-s code didn't change since 13.10, are we considering it as being faulty there? I can try providing a smaller testcase for the issue, but since the issue started after a toolkit update I would suggest the issue is there (you can always argue that we were using it in an undocumented way that

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Tim Peeters
SoundsList.qml has a Flickable around the ItemSelector which is not needed (but removing that doesn't fix the bug). When expanded: true is removed from the ItemSelector, the bug is not present (but the itemselector is not initially expanded). -- You received this bug notification because you

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-26 Thread Pat McGowan
The toolkit changes were reverted so ignore that. The issue remains in build 32. Setting containerHeight: itemHeight * 8 on the soundSelector seems to resolve the issue but that should not be necessary. I wonder if there is some race between expanding and populating the list. The itemSelector