Author Topic: When refs stack is full after going to prev ref can't go back to latest  (Read 2328 times)

rowbearto

  • Senior Community Member
  • Posts: 2344
  • Hero Points: 132
To repro, perform many reference searches so that the references stack is full.

Now do 1 more - lets call this refsearch-100.

The top item on the stack is refsearch-99. Click on that.

Now how to go back to refsearch-100? The top of the stack is -99 not -100?

Dennis

  • Senior Community Member
  • Posts: 3998
  • Hero Points: 521
Re: When refs stack is full after going to prev ref can't go back to latest
« Reply #1 on: October 08, 2018, 07:23:49 PM »
Looks like you exposed an off-by-one resizing bug.  As a workaround, if you want to get to refsearch-100, make the References tool window taller, and you'll be able to click on it.

Dennis

  • Senior Community Member
  • Posts: 3998
  • Hero Points: 521
Re: When refs stack is full after going to prev ref can't go back to latest
« Reply #2 on: October 09, 2018, 01:34:27 AM »
This will be fixed in an upcoming release candidate or beta (was too late for beta6).