listIssues.toe (5.3 KB)
Few bugs/issues with the List COMP. (also see “/project1/list_bugsDAT”)
borders:
In the first column the leftBorderOut is not drawn
separate selection
op("list1").selectionColor = (.3, 0, 0, 1)
draws over top, right, bottom border, and not over left border
-> it should behave consitently and ideally not draw over borders (as we can color separate selection borders independently)
cooking
adding a separate selection will not trigger a cook for an opview monitoring the list COMP
and finally two questions:
-
How is
op("list1").rolloverCol
supposed to work. Just pointing it a my list doesn’t update, so I’m sure I’m missing a step -
What is the actual purpose/usecase for the “separate selection” ?