vikramjitsaha / biojs

Automatically exported from code.google.com/p/biojs
0 stars 0 forks source link

problem when using setSelection more than once #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If I do this:

sequence.setSelection(1, 4);
sequence.setSelection(1, 3);

then he component will only select the first two aminoacids, instead of the 
first three.

The problem seems to be when I try both setSelections one after the other: if I 
try them separately it works as expected.

Original issue reported on code.google.com by rajido@gmail.com on 4 Mar 2013 at 3:59

GoogleCodeExporter commented 9 years ago
Sorted in revision 451

Original comment by rajido@gmail.com on 4 Mar 2013 at 4:01