Changes between Initial Version and Version 1 of Ticket #14568


Ignore:
Timestamp:
2017-03-24T17:21:49+01:00 (8 years ago)
Author:
bagage
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14568 – Description

    initial v1  
    1010==== What happens instead?
    1111
    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 is done too quickly; we might avoid some of then 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]?
     12UI 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]?
    1313
    1414==== Additional information below.