ncssar / AssignmentTracker

shared tool for SAR team and assignment tracking
GNU Affero General Public License v3.0
1 stars 0 forks source link

grid recycle views - only top left cell displays, until a second row is added #1

Closed caver456 closed 3 years ago

caver456 commented 3 years ago

this started showing up at the same time as installation of kivy 2.0.0, but I was making a lot of other changes at the same time.

caver456 commented 3 years ago

build a mimimal example and posted it to the kivy google group. Looks like a bug in kivy - it's not related to SelectableLabel or SelectableRecycleGridLayout since those are removed from the minimal example. WIll post here when there's a conclusion.

caver456 commented 3 years ago

turns out this is in the issues in the kivy github repo. It's already been addressed and pushed to main. So I grabbed the only python file that changed in that commit (recyclegridlayout.il) and now everything works! So, after upgrading to 2.1.0 everything will work, but until then, we'll have to remember to grab recyclegridlayout.il from main.

RecycleGridLayout not able to render viewclass when number of columns is equal to the length of data #7255