ucscXena / XenaGoWidget

Xena Gene Set Viewer (demo: http://xenademo.berkeleybop.io/xena)
https://xenageneset.berkeleybop.io/xena/
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

add a fully vertical hover #291

Closed nathandunn closed 5 years ago

nathandunn commented 5 years ago
nathandunn commented 5 years ago

This could potentially be done (on a single side) by having it ignore mouse events on the DiffLabel and Hover Label.

nathandunn commented 5 years ago

See https://stackoverflow.com/questions/45631484/floating-div-crosshairs-confine-to-div

nathandunn commented 5 years ago

Need to set refs this way: https://stackoverflow.com/a/34727878/1739366

nathandunn commented 5 years ago

Look at this: https://github.com/ucscXena/ucsc-xena-client/blob/master/js/views/Crosshair.js

and https://github.com/ucscXena/ucsc-xena-client/blob/master/js/views/Column.js