[racket] My PLT->Racket porting experience
On Thu, Mar 3, 2011 at 7:33 AM, Don Blaheta <dblaheta at monm.edu> wrote:
> Quoth Stephen Chang:
>> I've never seen a dialog box appear behind another window in drracket,
>> but I have on occasion, due to my own doing, lost a dialog box behind
>> another window, and subsequently gotten frustrated when the buttons in
>> drracket become unresponsive, like what Drew described.
>
> This reminds me of a related problem my students often run into: losing
> the test case results. They see it because they all tend to maximise
> the main window, so if they don't close or dock the test case window it
> gets hidden, and it doesn't resurface the next time they click Run.[0] So
> they get confused as to why "none of the test cases are failing". I've
> learned that when they say this I need to look for the *absence* of the
> phrase "All X tests passed!" in the interactions, which means there were
> *some* failures and I have to go hunting for the window.
>
> I wouldn't want to see the test case window be sticky and impossible to
> send to the back, but it would be nice if it always came to front when
> you click Run and there are some failures.
What if we were to make the default preference setting for the test
window be docked (in the next release)?
> [0]Well, not always. Sometimes the window resurfaces, and I don't know
> why. Usually not.
(It would be good to track down this bug.)
Robby