Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

popup does not resize properly to window container

  • 3 balas
  • 1 memiliki masalah ini
  • 18 kunjungan
  • Balasan terakhir oleh mr_soapdish

more options

Recently, something happened with popups where when one occurs, the content is so tiny I can't read it. I tried to zoom in on the content (Mac command +) but it only sizes the content inside of the flexbox to the its limits. I tried cycling through the values (0,1,2) on the about:config property "browser.link.open_newwindow.restriction" and setting it to 0 allows it to open in a new tab full window. I am guessing this issue is something that needs to be addressed on the developer end, but I was wondering if there was something else I am not seeing?

Note: The attached image was zoomed in from the original size.

Update: I have also attempted to swap the boolean value for "dom.disable_window_open_feature.resizable" and it doesn't fix the issue.

Recently, something happened with popups where when one occurs, the content is so tiny I can't read it. I tried to zoom in on the content (Mac command +) but it only sizes the content inside of the flexbox to the its limits. I tried cycling through the values (0,1,2) on the about:config property "browser.link.open_newwindow.restriction" and setting it to 0 allows it to open in a new tab full window. I am guessing this issue is something that needs to be addressed on the developer end, but I was wondering if there was something else I am not seeing? Note: The attached image was zoomed in from the original size. Update: I have also attempted to swap the boolean value for "dom.disable_window_open_feature.resizable" and it doesn't fix the issue.
Lampiran tangkapan layar

Diperbarui oleh mr_soapdish pada

Solusi terpilih

Try to rename/remove xulstore.json (xulstoreOLD.json) in the Firefox profile folder with Firefox closed.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

Baca jawaban ini dalam konteks 👍 1

Semua Balasan (3)

more options

Hmm, I wonder if the developer messed up sizing on Retina (double-pixel-density) displays?

Judging from your screenshot, it seems that the document body has been restricted in size, so enlarging the window has no effect on the visible area. It's possible to inject alternate style rules into that area using an add-on or by hand using the Page Inspector, but your workaround of directing the popup to a new tab seems simpler if you don't need the new window to float in front of the original page.

more options

Solusi Terpilih

Try to rename/remove xulstore.json (xulstoreOLD.json) in the Firefox profile folder with Firefox closed.

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

more options

Renaming the JSON profile worked. It's an interesting problem because it seemed to happen all of a sudden for no apparent reason, a bit frustrating but at least this worked.