Changes between Initial Version and Version 1 of Ticket #14568
- Timestamp:
- 2017-03-24T17:21:49+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14568 – Description
initial v1 10 10 ==== What happens instead? 11 11 12 UI freezes because Conflation is listening to such changes and is doing some internal things to keep in sync with the map view. I believe too much job isdone too quickly; we might avoid some of thenby checking first if [https://docs.oracle.com/javase/7/docs/api/javax/swing/event/ListSelectionEvent.html#getValueIsAdjusting() ListSelectionEvent.getValueIsAdjusting() is true to avoid intermediate updates]?12 UI freezes because Conflation is listening to such changes and is doing some internal things to keep in sync with the map view. I believe too much things are done too quickly; we might avoid some of them by checking first if [https://docs.oracle.com/javase/7/docs/api/javax/swing/event/ListSelectionEvent.html#getValueIsAdjusting() ListSelectionEvent.getValueIsAdjusting() is true to avoid intermediate updates]? 13 13 14 14 ==== Additional information below.