Calypso
Calypso copied to clipboard
Tables should be well refreshed when adding a method
If you have a Calypso browser open with a long list of methods, you will have a scroll bar.
If you add new methods, the table is not well refreshed and the scroll bar will not be updated. This will have as effect that the last methods will not be reachable if we do not switch with the mouse to another method to launch a good refresh of the table.
Can't reproduce it. Can you make gif?
чт, 7 мар. 2019 г. в 10:33, CyrilFerlicot [email protected]:
If you have a Calypso browser open with a long list of methods, you will have a scroll bar.
If you add new methods, the table is not well refreshed and the scroll bar will not be updated. This will have as effect that the last methods will not be reachable if we do not switch with the mouse to another method to launch a good refresh of the table.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pharo-ide/Calypso/issues/452, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxaoF5sNBJKd_2Si02W18wpgDK_g63Dks5vUOrtgaJpZM4bi3FD .
I think it is an issue of FastTable. When items (data source of table) are changed Calypso calls "table refresh". But it does not update scoll state
Interesting that "table refresh" call #recalculateVerticalScrollBar. But it does nothing in that case. Try open inspector on table morph and call it directly.