Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.10.2
-
Component/s: None
-
Labels:
-
Environment:Jalview Version: Development Branch Build
Jalview Installation: webstart git-commit:8645580 [develop]
Build Date: 31 May 2017
Java version: 1.8.0_131
x86_64 Mac OS X 10.10.5
Description
Import estrogen CDNA & protein alignment as splitframe, make sure at least one alignment calculation row is shown.
Open the select/hide by annotation dialog in the protein alignment, pick one of the rows to filter, set the threshold filter to above or below (either will do), and pick 'Hide'. Now move the slide - exceptions like below are generated:
Exception in thread "AWT-EventQueue-2" java.lang.ArrayIndexOutOfBoundsException: -2
at jalview.renderer.AnnotationRenderer.drawComponent(AnnotationRenderer.java:607)
at jalview.gui.AnnotationPanel.drawComponent(AnnotationPanel.java:1101)
Open the select/hide by annotation dialog in the protein alignment, pick one of the rows to filter, set the threshold filter to above or below (either will do), and pick 'Hide'. Now move the slide - exceptions like below are generated:
Exception in thread "AWT-EventQueue-2" java.lang.ArrayIndexOutOfBoundsException: -2
at jalview.renderer.AnnotationRenderer.drawComponent(AnnotationRenderer.java:607)
at jalview.gui.AnnotationPanel.drawComponent(AnnotationPanel.java:1101)
Attachments
Issue Links
- related with
-
JAL-1989 Hide columns should be mirrored in split frame
- Closed