Inspecting drop down menus in new Chrome -


i'm on chrome version 41.0.2272.101 m (newest), , update messed up. put it, when have inspector open, dom change flash purple on changed element (like in firefox), cannot inspect hovered object (also in ff, why don't use when doing front end developing).

i'm talking js triggered events, superfish instance. before, hover menu, , cover menu inspector, , menu stay opened, , go in inspector see pseudoelements created, change paddings , such directly, , see change. now, when hover menu, , right click inspect it, menu closes, , cannot inspect it!

i tried dragging inspector over, nothing helped. new 'feature' annoying hell. there way inspect js triggered events, without putting break points on elements (which works, kinda pain in ass)?

hover on element mouse , press f8 (this work in chrome) pause script execution. hover state remain in visible you. if you're on mac, may have open system pres , check off "use f1,f2,etc" check box.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -