Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 505
Kyle Knaggs Avatar asked Aug 02 '18 18:08

Kyle Knaggs


1 Answers

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

like image 67
Kyle Knaggs Avatar answered Sep 29 '22 19:09

Kyle Knaggs