Commits for chmalee
switch to files view, user index
v463_base to v464_preview (2024-04-01 to 2024-04-08) v464
Show details
8e55cc2bfc3ea9927df82e542838047413c24531 Mon Apr 1 13:16:59 2024 -0700
- Change timeout for showing a tooltip when one is already visible to be much longer, refs #33301
83ffc65b0574e8b3bfd7d191548ccde8651670b2 Tue Apr 2 11:28:22 2024 -0700
- Fix tooltip bug, when the user is moving their mouse and triggers a new mouseover event, we need to clear the mousemove event that was checking if they were heading to the tooltip. By clearing this event we prevent the mousemoveTimerHelper function from running, which in this case is mistakenly re-triggering a mouseover event but on the wrong event coordinates, leading to tooltips that are a ways away from where they are supposed to be, refs Max email
3d3f084876b33513ffa9047d3129c71f628b6ebc Wed Mar 13 16:29:59 2024 -0700
- Show hgc details pages in a dialog on hgTracks. Currently under hg.conf
control , refs #33216
- src/hg/hgTracks/hgTracks.c - lines changed 4, context: html, text, full: html, text
- src/hg/js/hgTracks.js - lines changed 211, context: html, text, full: html, text
- src/hg/js/jquery.contextmenu.js - lines changed 3, context: html, text, full: html, text
8885686b3723a1a256cb1ff0677ca8a07927bed4 Thu Apr 4 13:24:20 2024 -0700
- Make the hprc table stuff work in an hgc popup, make any javascript that would execute on document ready execute when the pop up is ready, refs #33216
- src/hg/hgTracks/hgTracks.c - lines changed 4, context: html, text, full: html, text
88003194f390b7e4c5978bcc0cee7df03518203d Thu Apr 4 15:03:12 2024 -0700
- Make collapse/expand buttons on hgGene not do a page refresh each time they are clicked, refs #3216
- src/hg/hgGene/hgGene.c - lines changed 27, context: html, text, full: html, text
switch to files view, user index