File Changes for chmalee
switch to commits view, user indexv489_preview2 to v489_base (2025-10-06 to 2025-10-13) v489
Show details
- src/hg/hgTracks/imageV2.c
- lines changed 7, context: html, text, full: html, text
62918b2049c18475349ce07a72d53dcd742b78df Fri Oct 10 13:00:19 2025 -0700
Instead of creating the gear icon dynamically on mouseover of the track td/tr, stick them in the html by default but with display:hide, because creating them dynamically causes Chrome to misinterpret the mouseover/mouseleave events
- lines changed 6, context: html, text, full: html, text
68137bd66978c21a5d168b5216f07f03caf34f3c Fri Oct 10 15:10:09 2025 -0700
Also create the 'x' icons with display:none so mouseover/mouseleave and track drag work correctly, refs #34420
- src/hg/js/hgHubConnect.js
- lines changed 3, context: html, text, full: html, text
49a02af9f3ec0cfff74d0dd93da2722a030e4147 Fri Oct 10 10:24:15 2025 -0700
Fix hgHubConnect tab anchor link detection so urls with the anchor will actually switch to that tab, refs Lou email
- src/hg/js/utils.js
- lines changed 2, context: html, text, full: html, text
2b1aedbeabcbd667f019a274104f0ac9b9abedb4 Fri Oct 10 11:32:12 2025 -0700
Change gear icon event handlers from mouseenter/mouseleave to pointerenter/pointerleave to catch subtle event handler differences between Chrome and Firefox, refs #34420
- lines changed 9, context: html, text, full: html, text
62918b2049c18475349ce07a72d53dcd742b78df Fri Oct 10 13:00:19 2025 -0700
Instead of creating the gear icon dynamically on mouseover of the track td/tr, stick them in the html by default but with display:hide, because creating them dynamically causes Chrome to misinterpret the mouseover/mouseleave events
- lines changed 10, context: html, text, full: html, text
68137bd66978c21a5d168b5216f07f03caf34f3c Fri Oct 10 15:10:09 2025 -0700
Also create the 'x' icons with display:none so mouseover/mouseleave and track drag work correctly, refs #34420
switch to commits view, user index