1

Run alert("hi"):

Run confirm("hi"):

Alert hides the console, and leaves a blank space because the website content part has not been resized.
closing the alert keeps the console closed. it should stay open

But, confirm keeps the console open.

There are two ways to resolve this:

  1. keep the console open.
  2. always hide the console, but fix the web content ui not resizing

1 is preferred, because the console shouldn't be closing without the user explicitly doing so.

This could be a side effect of the fix for https://orionfeedback.org/d/8990-cannot-click-close-alert-button-if-overlaps-with-web-inspector

0.99.132-rc

Sequoia (15)

    a month later
    No one is typing