Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chromium] Reloading the welcome page after Firefox has been detected causes layout issues for a short time #97

Open
acornestean opened this issue Apr 10, 2024 · 0 comments
Labels
bug Something isn't working chromium Related to Chromium browsers

Comments

@acornestean
Copy link

Description:
After performing the necessary steps for the Chromium extension to detect Firefox as per the instructions from the “Native Messaging Changes” section for the Alpha Build V2 extension from https://github.com/mozilla-extensions/firefox-bridge/releases and reloading the welcome page, the page’s layout becomes broken for a short period of time. See attached screenshot.

The layout issue persists longer on Windows and less on macOS. Chrome, Brave, Edge and Opera are all affected.

Note that the layout issues does not affect the functionality of the extension in any way.

Steps to reproduce:

  1. Load the latest Alpha Build V2 Chromium extension in the Chromium browser
  2. Perform the steps from the “Native Messaging Changes” section for the Alpha Build V2 extension from https://github.com/mozilla-extensions/firefox-bridge/releases to install the native messaging host so that Firefox will be detected by the Chromium extension.
  3. Reload the welcome page on the Chromium browsers
  4. Notice the page layout breaks for a short period of time
  5. Notice that several errors are logged to the extension console. See attached screenshot.

Expected:
Reloading the welcome page should not break the page’s layout one Firefox is detected as installed.

Actual:
The welcome page layout gets broken upon reloading the page, after Firefox is detected as installed.

Welcome page layout issues upon page reload after Firefox is detected as installed:
2024-04-10_08h57_07

Errors in Chromium extension console:
2024-04-10_08h58_05

@GregSherman GregSherman added bug Something isn't working chromium Related to Chromium browsers labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chromium Related to Chromium browsers
Projects
None yet
Development

No branches or pull requests

2 participants