You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently noticed that various pages weren't working for me as they should. I eventually tracked this down to window.confirm always returning false.
Steps to reproduce
Create a new Chrome browser profile
Install Vimium
Open any web page and pop open the developer console
Execute confirm("check confirm?");
Execute alert("hello world!");
Expected behaviour
Steps 4. and 5. should both result in browser popups. confirm should return true or false depending on whether the user clicks 'OK' or 'Cancel' on the popup.
Observed behaviour
confirm(...) returns false immediately, without displaying a popup. alert similarly returns immediately, without displaying a popup.
Disabling Vimium doesn't immediately fix the issue, but a subsequent browser restart will. Reenabling Vimium causes the issue to recur.
Version details
Mac OS X 10.11.3 (15D21)
Chrome 51.0.2693.2 dev
Vimium 1.54
The text was updated successfully, but these errors were encountered:
I'm not sure I understand your question. If a page has a confirm() action on a button, Vimium shouldn't make it impossible to click that button, and previously (i.e. only a few days ago) it didn't.
I recently noticed that various pages weren't working for me as they should. I eventually tracked this down to
window.confirm
always returning false.Steps to reproduce
confirm("check confirm?");
alert("hello world!");
Expected behaviour
Steps 4. and 5. should both result in browser popups.
confirm
should returntrue
orfalse
depending on whether the user clicks 'OK' or 'Cancel' on the popup.Observed behaviour
confirm(...)
returnsfalse
immediately, without displaying a popup.alert
similarly returns immediately, without displaying a popup.Disabling Vimium doesn't immediately fix the issue, but a subsequent browser restart will. Reenabling Vimium causes the issue to recur.
Version details
Mac OS X 10.11.3 (15D21)
Chrome 51.0.2693.2 dev
Vimium 1.54
The text was updated successfully, but these errors were encountered: