<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>I found the culprit.<br></div><div><br></div><div><br></div><div><br></div><div>HelpBrowser openOn: FooHelp.   ends up about three sends later in<br></div><div><br></div><div>HelpBrowser >> rootTopic: aHelpTopic<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div><br></div><div>rootTopic: aHelpTopic<br></div><div>"set the root topic and work out the top level sub-topics that it implies. Add the search topic at the end of the list"<br></div><div>rootTopic := aHelpTopic asHelpTopic.<br></div><div><br></div><div>self toplevelTopics: ((rootTopic ifNil: [#()] ifNotNil: [rootTopic subtopics]) sorted, {self searchTopic}).<br></div><div>self toplevelTopics: ((rootTopic ifNil: [#()] ifNotNil: [rootTopic subtopics ifEmpty: [{rootTopic}]]) <b>sorted</b>, {self searchTopic}).<br></div><div>self changed: #windowTitle.<br></div></div></blockquote><div><div style="font-family :  Verdana,  Arial,  Helvetica,  sans-serif; font-size :  10pt;"><div><br></div><div>When I remove that "sorted" I get the results I expect.<br></div><div><br></div><div>However....when I go to the top bar Help->SqueakHelp   it reverts back to the "incorrect" behavior.<br></div><div><br></div><div>gonna hunt that down next.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><div><br></div></div><br></body></html>