Exception thrown when backspacing in Search box & "Search rows..." is present

Issue #163 closed
Robert Leach created an issue

Via Chris's email on 2/10/2015:

"there is a small bug regarding the KeyListener for the search boxes. If you type backspace when the box shows "Search rows..." there will be a String size problem with some substring method because it gets -1 passed as value (around line 850 in HeaderFinderBox.java -- but try it and the thrown exception will show the precise line)."

Comments (6)

  1. Christopher Keil repo owner

    Yep. Open TreeView, select a search bar (either one), press backspace. This is the resulting StringIndexOutOfBoundsException:Selection_002.png

  2. Log in to comment