Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Is there a fix for the scrolling problem on a page opened from within a page

  • 9 antwurd
  • 5 hawwe dit probleem
  • 100 werjeftes
  • Lêste antwurd fan tonylc

more options

I cannot scroll when i open a new window from within an open window...for example: I log into a forum and use a keyword tool, It opens a Google serp that normally I can scroll...but FF will not let it scroll... duplicating with Chrome open alongside it scrolls perfectly.. I did notice that FF does not show the scroll bar on the rt side when this happens, (Chrome does).

I have tried running in safe mode, going through some config suggestions..though they were probably outdated...this happens in  other similar situations...

when it does happen..FF does not display the scroll bar...yet Chrome will

I use macbook os 10.6.8

This is not intermittent...

I cannot scroll when i open a new window from within an open window...for example: I log into a forum and use a keyword tool, It opens a Google serp that normally I can scroll...but FF will not let it scroll... duplicating with Chrome open alongside it scrolls perfectly.. I did notice that FF does not show the scroll bar on the rt side when this happens, (Chrome does). I have tried running in safe mode, going through some config suggestions..though they were probably outdated...this happens in other similar situations... when it does happen..FF does not display the scroll bar...yet Chrome will I use macbook os 10.6.8 This is not intermittent...

Keazen oplossing

Did you previously use that forum successfully in an earlier version of Firefox, or is this your first time using Firefox with that forum? (Trying to figure out if this is a new, upgrade-related issue.)

I do think I've seen a similar "missing vertical scrollbar" issue in another thread, but I can't find it.

Some pop-up windows turn off scroll bars. You can block them from doing that by changing a setting in Firefox's about:config preferences editor.

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste scrollbar and pause while the list is filtered

(3) Double-click dom.disable_window_open_feature.scrollbars to flip it to true.

If you pop up the window again, does it make any difference? If not, there might be something about the code of the page that is not working right on Firefox. Hard to know without seeing it first-hand.

Dit antwurd yn kontekst lêze 👍 3

Alle antwurden (9)

more options

Keazen oplossing

Did you previously use that forum successfully in an earlier version of Firefox, or is this your first time using Firefox with that forum? (Trying to figure out if this is a new, upgrade-related issue.)

I do think I've seen a similar "missing vertical scrollbar" issue in another thread, but I can't find it.

Some pop-up windows turn off scroll bars. You can block them from doing that by changing a setting in Firefox's about:config preferences editor.

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste scrollbar and pause while the list is filtered

(3) Double-click dom.disable_window_open_feature.scrollbars to flip it to true.

If you pop up the window again, does it make any difference? If not, there might be something about the code of the page that is not working right on Firefox. Hard to know without seeing it first-hand.

more options

Try to remove the Firefox plist file (org.mozilla.firefox.plist).

Go to "~/Library/Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist)

more options

Woooweee that did it...I tried Cor-els solution first with no result..

also if it can help you guys...this is my very first time installing FF..so I had no earlier versions to compare..

Thank you Jscher2000 !

Bewurke troch Tinydot op

more options

I have this same issue, and changing the preference (dom.disable_window_open_feature.scrollbars) and flipping it to true did help. However, I'm the developer of the popup, how can I make firefox scrollable for users of my site?

more options

I have this same issue, and changing the preference (dom.disable_window_open_feature.scrollbars) and flipping it to true did help. However, I'm the developer of the popup, how can I make firefox scrollable for users of my site?

more options
more options

I'm not doing anything fancy here

window.open(url, "_blank", "status=0,resizable=1,toolbar=0,height=" + height

         + ",width="+ width + ",top=" + top + ",left=" + left);
more options

Try adding scrollbars=yes

more options

Hmm i swear I had try this earlier and it wasn't working, but its working now. Thanks!