Bug 13171

Summary: File Search - cannot change file pattern
Product: [Eclipse Project] Platform Reporter: Claude Knaus <Claude_Knaus>
Component: SearchAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: Linux-Motif   
Whiteboard:
Bug Depends on: 13498    
Bug Blocks:    

Description Claude Knaus CLA 2002-04-10 05:47:44 EDT
Linux-Motif 20020409-I:

  1. change file name pattern from '*.java' to '*.txt'
  2. set focus to containing text (or press any other button)
  3. The file name pattern switches back to '*.java' and
     containing text switches back to the first history entry.
 
The history size of both file name pattern and containing text never gets bigger
than 1.

This problem did not occure on w2k.
Comment 1 Claude Knaus CLA 2002-04-10 05:48:40 EDT
changing component
Comment 2 Dani Megert CLA 2002-04-11 06:37:51 EDT
This is an SWT@Linux bug: selectionChanged event is sent on the Combo when the
widget loses focus. This is not correct.

Trying to add a workaround.
Comment 3 Dani Megert CLA 2002-04-11 08:10:34 EDT
Now checking if user really selected item from list or if it is an incorrect
selectionChanged event.
Fixed > 20020410

Created a new PR for the SWT bug.