Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

popup does not resize properly to window container

  • 3 odpovede
  • 1 má tento problém
  • 18 zobrazení
  • Posledná odpoveď od 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.
Priložené obrázky

Upravil(a) mr_soapdish dňa

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (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

Vybrané riešenie

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.