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
What steps will reproduce the problem?
1. Use Pharo #10246
2. Evaluate "ScriptLoader loadSuperOB."
3. ScriptLoader loadSeaside29 (which at this time loads "LoadOrderTest-
jgf.11)
4. Seaside gets loaded and the control panel opens (with an empty list)
5. You click on the "Start" button while the adaptors list is still empty
-> WAServerManagerNode DNU #canStart
Either the start button should be disabled in this case or
WAServerManagerNode should support the same interface as
WAServerAdaptorNode (representing an adapter in the OB Panel list)
Original issue reported on code.google.com by [email protected] on 4 Mar 2009 at 12:39