joaomoreno / gifcap

Capture your screen to a GIF in your browser
https://gifcap.dev
GNU General Public License v3.0
1.33k stars 95 forks source link

Recording Edge tab with status bar results in doubling of status bar #48

Closed rzhao271 closed 1 year ago

rzhao271 commented 3 years ago

I wonder if it has to do with the notification that scrolls down the screen.

  1. Start recording Edge tab with codespaces
  2. Place the cursor on an editor and start typing
  3. Press the stop button with the mouse
  4. Bug: the preview shows up with a duplicated status bar

recording (8)

joaomoreno commented 3 years ago

@rzhao271 Can you reproduce with any other website in Edge?

rzhao271 commented 3 years ago

Yep, reproduced with StackOverflow, which also has a status bar of sorts.

recording (9)

joaomoreno commented 3 years ago

Can you repro with Chrome?

rzhao271 commented 3 years ago

Yep, repro'd

recording (10)

joaomoreno commented 3 years ago

The issue here is that Chromium shows this weird bar and resizes the entire video stream right at the start:

image

That's pretty ugly.

rzhao271 commented 1 year ago

Unable to repro now