Details
-
Type: Improvement
-
Status: Open
-
Priority: Blocker
-
Resolution: Unresolved
-
Affects Version/s: 2.11.3.0, 2.11.3.1, 2.11.3.2
-
Fix Version/s: 2.12.0
-
Component/s: None
-
Labels:None
Description
Ideally, mouse overs should not block other operations on the alignment view, and the structure viewer should remain responsive. Rather than emitting a highlight command for each moused-over column, the viewer should use an observer pattern to reflight highlights in a non blocking way, allowing the use of a timer in JalviewJS.