Closed tresf closed 9 years ago
Should be fixed via 5735b32ba5ceeb44640e94f83e0a81473985110d, the dialogs will now get queued up and displayed to the user.
@bberenz Terrific, thank you. @robertcasto this even works with the "Always Allow" because the dialog itself checks the certificate which checks the whitelist, thus essentially clicking "Yes" for every dialog that appears (so one "Yes" suppresses them all if the "Always allow" is checked. This works terrifically.
This is good to hear. Hopefully the other changes will go just as well.
On Wed, May 6, 2015 at 3:57 PM, Tres Finocchiaro notifications@github.com wrote:
@bberenz https://github.com/bberenz Terrific, thank you. @robertcasto https://github.com/robertcasto this even works with the "Always Allow" because the dialog itself checks the certificate which checks the whitelist, thus essentially clicking "Yes" for every dialog that appears. This works terrifically.
Reply to this email directly or view it on GitHub https://github.com/qzind/qz-print/issues/11#issuecomment-99586981.
Robert Casto Owner | SellersToolbox p: 1-513-847-4942 c: 1-513-886-1550 e: casto.robert@gmail.com www.sellerstoolbox.com Tools for Amazon Sellers
FYI, added new ConfirmDialog
vi https://github.com/qzind/qz-print/commit/7598bddd61f924fa64c9d66048ee2524f65b64e3 for UI consistency and also to allow setAlwaysOnTop(true);
similar to GatewayDialog
as this too was getting hid behind other windows.
The Gateway dialog doesn't behave properly with page refreshes... It displays for the first WebSocket connection and the refreshed page doesn't receive the "Allow".
Steps to reproduce:
sample_ws.html
in a Web Browser.