File Changes for chmalee
switch to commits view, user indexv484_preview2 to v484_base (2025-06-23 to 2025-06-30) v484
Show details
- src/hg/js/jquery.contextmenu.js
- lines changed 7, context: html, text, full: html, text
ea158e595774ba97924827663b6d19dd4d348257 Tue Jun 24 12:02:22 2025 -0700
Fix bug introduced in last tooltips commit that un-disabled tooltips when right click menu is open, refs #34462
- src/hg/js/utils.js
- lines changed 349, context: html, text, full: html, text
ddfed922f22d471b014be01c3b8cc9df3ef68029 Tue Jun 24 10:24:35 2025 -0700
Significantly simplify the mouseover code for showing tooltips on hgTracks. Use a mouseenter/leave event on each item in the image with a timer to delay showing/hiding the tooltip. The delay on the hide allows moving the mouse to the tooltip itself. Also add a mouseenter/leave event on the tooltip itself to prevent race conditions with the item events, refs #34462
- lines changed 12, context: html, text, full: html, text
007346754d9616c97219877c3731714eaf62c1dc Tue Jun 24 11:51:27 2025 -0700
When encoding characters in a URL, we only want to encode characters that have not already been encoded, refs #35925
- lines changed 11, context: html, text, full: html, text
ea158e595774ba97924827663b6d19dd4d348257 Tue Jun 24 12:02:22 2025 -0700
Fix bug introduced in last tooltips commit that un-disabled tooltips when right click menu is open, refs #34462
- lines changed 3, context: html, text, full: html, text
a70b8027e44113dc2e2ea9e27345d4f9def822c6 Mon Jun 30 12:26:39 2025 -0700
When checking whether to not double encode url values, do not call string replace on non-string values, refs #35799
switch to commits view, user index