I think that this is the expected behaviour, keeping focus in the list after selecting a/another class/method.
Ps; to check out the filtering: Select the class ASTCache and then type RBSC Best regards, Henrik -----Original Message----- From: Pharo-dev [mailto:[email protected]] On Behalf Of Ben Coman Sent: Wednesday, February 3, 2016 3:41 PM To: Pharo Development List <[email protected]> Subject: Re: [Pharo-dev] System Browser class pane strange behaviour You are right. It disappears when escaping or clicking another class. On Wed, Feb 3, 2016 at 10:20 PM, Henrik Nergaard <[email protected]> wrote: > That looks like the search field in FastTable; Clicking on another > class/pressing escape should remove it. (I guess after discarding the changed > code the keyboard focus went to the code pane, and therefore pressing 1111 > opens the search field instead of typing in the code area) > > Best regards, > Henrik > > -----Original Message----- > From: Pharo-dev [mailto:[email protected]] On Behalf Of Ben > Coman > Sent: Wednesday, February 3, 2016 2:33 PM > To: Pharo Development List <[email protected]> > Subject: [Pharo-dev] System Browser class pane strange behaviour > > I have a talent for breaking things ;) ... > Found some strange behaviour here... > > I open System Browser > select package AST-Core > select class ASTCache > make code pane dirty by typing 11111 in the class definition select class > ASTCacheReset click <Discard> button type 11111 > > --> oh! where did the buttons go? :) > > Bisecting finds it.... > exists in... 50564, 50510, 50440, 50400, 50384, 50380, 50378 > similar but located differently... 50300, 50368, 50376, 50377 > > still there... 50250, 50232, 50228 > not in... 50100, 50150, 50200, 50216, 50224, 50226, 50227 > > So it looks like this was introduced in build 50228... > * 16197 update and merge Rubric > * 16198 Add users button in message browser > * 16201 Remove unsent extension methods in System-Changes > http://forum.world.st/pharo-project-pharo-core-56107d-50228-td4842794.html > > and it was modified by build 50378... > * 16751 link invalidation: install cm directly for primitives and > optionCompileOnLinkInstallation > * 16729 Removing PluggableTextField from FT > http://forum.world.st/pharo-project-pharo-core-e8c312-50378-td4854678.html > > Logged https://pharo.fogbugz.com/default.asp?17520 > > cheers -ben > > P.S. thank you to those who made PharoLauncher work seemlessly with pre-spur > images
