Community
Participate
Working Groups
HEAD, this is not bug 56113 / bug 59511 - clear Search view history - close all instances of Search view - from a Java editor, search for references to a Java Element - from a Java editor, search for Occurrences in File => table in Search view doesn't have focus The reason is a combination of design flaws in PageBook, Composite, and SWT's automatic focus fix. The easiest fix is to make sure AbstractTextSearchViewPage#fPagebook is in a valid state (exactly one of its children is visible).
Fixed in HEAD of AbstractTextSearchViewPage.
Thanks.