popup-blocker Questions

12

Solved

I'm developing an OAuth authentication flow purely in JavaScript and I want to show the user the "grant access" window in a popup, but it gets blocked. How can I prevent pop up windows created by ...
Enviable asked 6/4, 2010 at 19:29

7

Solved

On my website there is a button that just used to call a function that calls window.open, however, recently an adjustment was needed to do a server-side check before the popup was opened. Ever sin...
Subdiaconate asked 5/1, 2011 at 10:21

7

Solved

I'm writing some automated tests using Capybara/RSpec, I choose/configure the driver by using this little bit of ruby: Capybara.register_driver :selenium_chrome do |app| Capybara::Selenium::Drive...
Patronize asked 12/10, 2011 at 15:50

10

Solved

I want to show a JQuery dialog conditionally on click event of an hyperlink . I have a requirement like on condition1 open a JQuery dialogue and if condition1 is not satisfied, navigate to the pag...
Synectics asked 1/3, 2012 at 10:40

4

Solved

After lot of googling didn't find solution how to catch error of window popup blocker for google auth2 getting an error in console error: "popup_blocked_by_browser". all I want is to do is tell us...
Peewit asked 10/8, 2017 at 22:50

1

Solved

I've having app which sometimes open the popup blocker, when the user run the application chrome have some flag in the url box (right side) which tell to the user that the pop-up is blocked ,in thi...
Norby asked 27/10, 2016 at 10:57

1

I want to open new window in new process/context in chrome, (Im not sure if it possible with window.open but with the following example its working ) currently if it was regular window you can chec...
Globin asked 28/9, 2016 at 12:50

5

Solved

I need to know when the user clicks on the button that triggers window.open if there is stable API/way to know beforehand if the user actively has a pop-up blocker? In some cases the user do...
Rah asked 11/9, 2016 at 11:19

3

I have a page that enable user to perform image manipulation via HTML5 canvas, on the page, there's a facebook share button for sharing a generated image of the canvas on facebook. When the link ...
Dode asked 19/9, 2013 at 3:21

1

Solved

I have the following service call to download files from the server. I currently have it so that PDFs will open up in a new tab/window, and any other document types will be downloaded. The problem...
Iceskate asked 9/9, 2016 at 16:37

6

Solved

I have searched many issue in stack overflow and might be duplicate here Detect Popup But not helped for me while testing in Chrome (tested v26.0.1410.64) Following Approach Worked in IE and Firef...
Caesura asked 14/5, 2013 at 9:1

1

I have successfully integrated Paypal Embedded Chained Adaptive Payment system. I have been testing it in sandbox environment. On GOOGLE Chrome, when user initiates the payment procedure, a light ...
Server asked 3/5, 2013 at 6:54

1

Solved

Google Chrome is a bit weird nowadays in that v25 no longer respects a 302 redirect header and happily re-posts form data on page refresh, whereas v24 and all the other browsers play nicely. I'm no...
Chemisorb asked 21/3, 2013 at 16:28
1

© 2022 - 2024 — McMap. All rights reserved.