简体   繁体   中英

Double Click not working when Chrome Web Inspector Open

I am currently trying to use the debugger in Chrome Web Inspector to view the code that is run after I trigger specific events in the browser. However, while I am able to inspect most DOM events, none of my "dblclick" events seems to be registering while I have the inspector window open.

Is anybody else experiencing this issue or have any idea why this is occcuring?

Solved. It turns out that when you enable the "Toggle device toolbar" you lose the ability to double click when Web Inspector is open. Turing the "Toggle device toolbar" feature back off allowed me to trigger "dblclick" events in the browser again

Yep. "Toggle device toolbar". Here's an image of where you need to click to toggle it.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM