Bug 13171 - File Search - cannot change file pattern
Summary: File Search - cannot change file pattern
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-Motif
: P1 critical (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 13498
Blocks:
  Show dependency tree
 
Reported: 2002-04-10 05:47 EDT by Claude Knaus CLA
Modified: 2002-04-11 08:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.