scrolly position calculation is sad

Bug #1831920 reported by Dimitri John Ledkov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subiquity
Fix Released
Undecided
Unassigned

Bug Description

scrolly position calculation is sad

so, in zdev view we disabled display of the window scrollbar, because it was too intensive with too many widgets.

However, zdev view is not dynamically updated, and knows exactly how many items there are, and what relative position within a screen they are. So we could add attributes on widgets to self-declare N/Total number related to each row. Or, cause it's a table, make the table row number a property as well as total number of rows, such that getting the focused widget will make scrollbar position calculation an O(1) operation rather than O(n) as it currently is.

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

This got fixed just before 20.04.

Changed in subiquity:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.