Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is it possible to float the ScratchPad window?

  • 1 svar
  • 1 har dette problem
  • 4 visninger
  • Seneste svar af cor-el

more options

I use Firefox when introducing students to concepts in JavaScript, and find the interaction helps students to get ideas quickly. I normally use the console for that.

As much as I like the Scratchpad window, I find it hard to work with when the window disappears behind the main window.

This is what happens if I run something like alert('hello'): when I respond to the alert, the Scratchpad window disappears behind the main window.

Is there a way to keep the Scratchpad window on top?

I use Firefox when introducing students to concepts in JavaScript, and find the interaction helps students to get ideas quickly. I normally use the console for that. As much as I like the Scratchpad window, I find it hard to work with when the window disappears behind the main window. This is what happens if I run something like alert('hello'): when I respond to the alert, the Scratchpad window disappears behind the main window. Is there a way to keep the Scratchpad window on top?

Alle svar (1)

more options

You likely will have to resize the main Firefox window and place the Scratchpad next to the main window to have them both visible. That is how I would normally deal with such focus issues.