MCPcopy
hub / github.com/plotly/plotly.js / mouseEvent

Function mouseEvent

test/jasmine/tests/updatemenus_test.js:893–896  ·  view source on GitHub ↗
(type, selection)

Source from the content-addressed store, hash-verified

891 // to detect the button elements in FF38 (like on CircleCI 2016/08/02),
892 // so dispatch the mouse event directly about the nodes instead.
893 function mouseEvent(type, selection) {
894 var ev = new window.MouseEvent(type, { bubbles: true });
895 selection.node().dispatchEvent(ev);
896 }
897
898 function selectHeader(menuIndex) {
899 var headers = d3SelectAll('.' + constants.headerClassName);

Callers 15

timed_click.jsFile · 0.85
startFunction · 0.85
endFunction · 0.85
click.jsFile · 0.85
hover.jsFile · 0.85
ternary_test.jsFile · 0.85
checkFunction · 0.85
assertHoverLabelFunction · 0.85
_hoverFunction · 0.85
_unhoverFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…