|
I am getting an occasional walkback "Index 1 is out of bounds" in DSDN6,
when I click on certain archive posts in the search tab.
It happens when the method DsdnSearchPresenter>>highlightNextTargetIn:
evaluates "aUrlOrTextPresenter selectionRange first" at the very end of
the method. In all cases the interval has a start of 1 and an end of 0.
My assumption is that this happens, when the search term is part of the
subject, but not in the body of a message.
Example: Use DSDN to search the archive for the term "MVP", then locate
the thread "programmatic MVP" (7/9/2005 - 7/10/2005). The first three
post are okay and the MVP in the text is highlighted, but the last post
from 7/10 8:58 causes the walkback (and does not have the term in the
msg body).
Another example would be the thread "Doubt with MVP" (7/10/2005 -
7.16.2005).
Best Regards,
Bernhard
|