Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

My dashboard, which was working fine on the earlier version of firefox, has its width and height all stretched \ shrunk after upgrading to quantum.

  • 4 odpowiedzi
  • 3 osoby mają ten problem
  • 38 wyświetleń
  • Ostatnia odpowiedź od Shadow110

more options

The dashboard is mostly healthy except for the width and height of the widgets. I am using bootstrap , css and coffee scripts for styling and data. The application build using ASP.net and worked fine with the earlier version of firefox. After upgrading to quantum the width of the widgets shrunk and the height stretched. Chartjs that gets rendered on top of the widgets seem to have the right dimensions but the charts are off canvas when rendered in quantum. I can provide some code but I feel like this has something to do with settings that changed in quantum and I'm hoping for a quick \ fast fix if possible. Thank you.

The dashboard is mostly healthy except for the width and height of the widgets. I am using bootstrap , css and coffee scripts for styling and data. The application build using ASP.net and worked fine with the earlier version of firefox. After upgrading to quantum the width of the widgets shrunk and the height stretched. Chartjs that gets rendered on top of the widgets seem to have the right dimensions but the charts are off canvas when rendered in quantum. I can provide some code but I feel like this has something to do with settings that changed in quantum and I'm hoping for a quick \ fast fix if possible. Thank you.

Wszystkie odpowiedzi (4)

more options

Is it possible to provide a link to a page demonstrating this problem?

If you are the developer, you could review:


To rule out some issues, have you tried "the usual":

If a site is generally known to work in Firefox, these are general suggestions to try when it stops working correctly:

Cache and Cookies: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.

(1) Clear Firefox's Cache

See: How to clear the Firefox cache

If you have a large hard drive, this might take a few minutes. If you do not see the number going down on the page, you can reload it using Ctrl+r to check progress.

(2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:

  • right-click (on Mac Ctrl+click) a blank area of the page and choose View Page Info > Security > "View Cookies"
  • (menu bar) Tools > Page Info > Security > "View Cookies"
  • click the padlock or "i" icon in the address bar, then the ">" button, then More Information, and finally the "View Cookies" button

In the dialog that opens, the current site should be pre-filled in the search box at the top of the dialog so you can remove that site's cookies individually.

Then try reloading the page. Does that help?

Testing in Firefox's Safe Mode: In Safe Mode, Firefox temporarily deactivates extensions, hardware acceleration, and some other advanced features to help you assess whether these are causing the problem.

If Firefox is not running: Hold down the Shift key when starting Firefox.

If Firefox is running: You can restart Firefox in Safe Mode using either:

  • "3-bar" menu button > "?" button > Restart with Add-ons Disabled
  • Help menu > Restart with Add-ons Disabled

and OK the restart.

Both scenarios: A small dialog should appear. Click "Start in Safe Mode" (not Refresh).

Any improvement?

more options

Thanks, unfortunately clearing cache, deleting cookies doesn't help. I can't make the site public at the moment. I'm using jquery.gridster for layout. Are there known compatibility issues with gridsterjs ? http://dsmorse.github.io/gridster.js/

I am looking through the codebase and will update the post if I figure anything out.

more options

Added screen shots of the site in old firefox and quantum. Thanks

more options

W3C.org Who make the rules, standards and practices for web code and browsers. If your code checks here it will run in any browser.

HTML https://validator.w3.org/

CSS https://jigsaw.w3.org/css-validator/

and https://validator.w3.org/i18n-checker/

and http://mobile.css-validator.org/

Please let us know if this solved your issue or if need further assistance.