You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spyder version: default repo, revision 11d0f586f23c Python 2.7 on Windows 7, Ubuntu 12.04, and Ubuntu 12.10
What steps will reproduce the problem?
Highlight a word in the editor
Use Ctrl+Shift+F to trigger find in files
Expand one of the folders in the tree structure of the find results What is the expected output? What do you see instead? The folder will undo the expansion a fraction of a second later. This only happens on the first expansion. After that, everything is fine. Please use labels and text to provide additional information. I have bisected the repository, and this behavior was introduced by revision r11d0f586f23c . The first expansion of the tree structure is actually a loss of focus event for the combo box in the find in files widget, so I suspect that the loss of focus event is updating the combo box and re-triggering the find again.
From jed.lud...@gmail.com on 2013-02-05T10:47:21Z
Spyder version: default repo, revision 11d0f586f23c Python 2.7 on Windows 7, Ubuntu 12.04, and Ubuntu 12.10
What steps will reproduce the problem?
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1252
The text was updated successfully, but these errors were encountered: