Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

popup does not resize properly to window container

  • 3 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 18 gösterim
  • Son yanıtı yazan: 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.
Ekli ekran görüntüleri

mr_soapdish tarafından tarihinde düzenlendi

Seçilen çözüm

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.

Bu yanıtı konu içinde okuyun 👍 1

Tüm Yanıtlar (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

Seçilen çözüm

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.