Issue 395: Exception thrown trying to sort Results Grid

issues
Status:closed
Assigned To:Guest
Type:Defect
Area:Skyline
Priority:3
Milestone:3.1
Opened:2015-01-17 18:06 by Brendan MacLean
Changed:2015-07-06 09:39 by Brendan MacLean
Resolved:2015-03-11 09:55 by Nick Shulman
Resolution:Fixed
Closed:2015-07-06 09:39 by Brendan MacLean
2015-01-17 18:06 Brendan MacLean
Title»Exception thrown trying to sort Results Grid
Assigned To»Nick Shulman
Type»Defect
Area»Skyline
Priority»3
Milestone»3.1
Bring up the results grid under a debugger and click a column header to sort. The debugger will break at an exception for trying to access the DocumentUI property not on the UI thread. Not under a debugger, the results grid just fails to sort.

2015-03-11 09:55 Nick Shulman
resolve as Fixed
Statusopen»resolved
Assigned ToNick Shulman»Brendan MacLean
This was fixed in r7098 (Jan 18, 2015).
The method "DeepClone()" on an "ICloneableList" is supposed to produce a list of objects that can safely be manipulated on a background thread, but in PrecursorResultList, it was doing it wrong.

2015-07-06 09:39 Brendan MacLean
close
Statusresolved»closed
Assigned ToBrendan MacLean»Guest