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

New traffic widget broken in Firefox in Version 21.1.2 #4750

Closed
2 tasks done
borkedporcupine opened this issue Feb 24, 2021 · 4 comments · Fixed by #4752
Closed
2 tasks done

New traffic widget broken in Firefox in Version 21.1.2 #4750

borkedporcupine opened this issue Feb 24, 2021 · 4 comments · Fixed by #4752
Assignees
Labels
bug Production bug
Milestone

Comments

@borkedporcupine
Copy link

borkedporcupine commented Feb 24, 2021

Describe the bug

After updating to version 21.1.2 the Traffic Graph widget on the dashboard does not display the graphs while using Firefox. Appears to work without issue in other browsers. No errors are appearing in the developer console in Firefox.

To Reproduce

Steps to reproduce the behavior:

  1. Open Firefox browser
  2. Log into web gui
  3. Add traffic widget if it's not already on dashboard
  4. View broken widget.

Expected behavior

Expect widget to contain graphical information as it does in other browsers.

Screenshots

Traffic Graph in FF

Additional context

Add any other context about the problem here.

Environment

OPNsense 21.1.2-amd64

Forum Link

https://forum.opnsense.org/index.php?topic=21726.0

@fichtner
Copy link
Member

@borkedporcupine thanks for the ticket! I assume 8b9764f does not help in your case? If so which Firefox version are you using and which dashboard widgets do you have enabled?

Cheers,
Franco

@fichtner fichtner added the support Community support label Feb 25, 2021
@kulikov-a
Copy link
Member

kulikov-a commented Feb 25, 2021

changing $(window).on("load" to $( document ).ready works good on my firefox.
with calling on 'load' canvas gets height: 0px on firefox

@IsaacFL
Copy link

IsaacFL commented Feb 26, 2021

I copied this from Firefox console this morning. Firefox 86 on Windows 10. I don't know if this will helpful or not.

FireFox 86 Console Output.txt

@kulikov-a
Copy link
Member

kulikov-a commented Feb 26, 2021

@IsaacFL
i think that "undefined variables" issue was fixed:
https://forum.opnsense.org/index.php?topic=21726.msg102444#msg102444
after that the console should be quiet imho but widget can be empty some times

@fichtner fichtner added bug Production bug and removed support Community support labels Mar 8, 2021
@fichtner fichtner added this to the 21.7 milestone Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Production bug
Development

Successfully merging a pull request may close this issue.

5 participants