ungoogled-software / ungoogled-chromium

Google Chromium, sans integration with Google
BSD 3-Clause "New" or "Revised" License
20.8k stars 844 forks source link

When using Microsoft Teams, the page gets reloaded every time I hit F11 #3059

Closed DavidPerezIngeniero closed 1 month ago

DavidPerezIngeniero commented 1 month ago

OS/Platform

Arch Linux

Installed

OS/Platform's package manager

Version

129.0.6668.100-1

Have you tested that this is not an upstream issue or an issue with your configuration?

Description

It is quite annoying, as it causes a delay of some seconds.

How to Reproduce?

  1. Go to https://teams.microsoft.com
  2. login
  3. Press F11 to go to full screen, and the page gets reloaded
  4. Press F11 to go back to normal size, and the page gets reloaded again

Actual behaviour

Page gets reloaded

Expected behaviour

Not to reload, as it happens with Opera and Chrome.

Relevant log output

No response

Additional context

Currently I use ungoogled chromium only for teams. I've made an application for it.

I'm using CachyOS

❯ pacman -Q|grep ungoog
ungoogled-chromium-bin 129.0.6668.100-1

I haven´t changed any settings.

PF4Public commented 1 month ago

Is there anything interesting in DevTools console?

DavidPerezIngeniero commented 1 month ago

Thanks for your interest.

A lot of messages appear on the Javascript console when I hit F11: image

I've tried with Opera, and no messages are generated when I hit F11

DavidPerezIngeniero commented 1 month ago

If I resize the window, it isn't reloaded.

PF4Public commented 1 month ago

Are there any blocked requests in network tab?

DavidPerezIngeniero commented 1 month ago

Here is the network tab for ungoogled chromium: image

With the network tab I've checked that it reloads all.

Here is the same for Opera: image

It appears to be the same or alt least similar.

PF4Public commented 1 month ago

Please try empty profile via --user-data-dir=/tmp/something to exclude extensions and any possible settings.

DavidPerezIngeniero commented 1 month ago

Now it goes ok. Thanks for your support.

DavidPerezIngeniero commented 1 month ago

When I install the application, then F11 has strange behaviour and reloads.

PF4Public commented 1 month ago

Check your extensions or settings.

DavidPerezIngeniero commented 1 month ago

No extensions, only default settings.

If I use this extension in order to hide address bar, I repeat the bad behaviour of F11 key. https://chromewebstore.google.com/detail/open-as-popup/ncppfjladdkdaemaghochfikpmghbcpc

Conclusion: when address bar is hidden, pressing F11 reloads the page, otherwise it doesn't reload.

PF4Public commented 1 month ago

If I use this extension in order to hide address bar, I repeat the bad behaviour of F11 key.

So it is not an issue of ungoogled-chromiun, but an extension?

DavidPerezIngeniero commented 1 month ago

I've done already the test of starting with a clean profile. And it works ok. But when I convert it as an app, with no address bar, then F11 provokes reloading.

PF4Public commented 1 month ago

It could be an upstream issue, we cannot fix.

DavidPerezIngeniero commented 1 month ago

OK, now that I know the cause is the hidden address bar, I can close the issue.