Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Is it possible to float the ScratchPad window?

  • 1 odpowiedź
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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.