custom-protocol-detection
custom-protocol-detection copied to clipboard
"Remember my choice for all links of this type" selected
Does anyone else find that if you click the above option for protocols being launched, the onBlur method being used in Chrome doesn't call and you always end up running failureCallback?
Hi @ryanheath86
Were you able to fix the issue? I am experiencing the same thing.
Actually no, I never could work out what was causing it, we had to switch our workflow around to rely less on the detection in order to lessen the impact. Sorry I couldn't be more help. If you do figure it out, please update the thread!
On 24 November 2016 at 20:46, Anup Dhabarde [email protected] wrote:
Hi @ryanheath86 https://github.com/ryanheath86
Were you able to fix the issue? I am experiencing the same thing.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ismailhabib/custom-protocol-detection/issues/13#issuecomment-262842776, or mute the thread https://github.com/notifications/unsubscribe-auth/ALXzjv3pozAeMqmAh-HXQWlepeSwKF8Sks5rBfexgaJpZM4Je6vo .
I can see such defect only if I launch some application that doesn't have UI - in this case, "blur" event doesn't happen and it's ok. If your application has UI, it can be something like #17 (when top window doesn't have focus).
anyone have an update on this?