File Changes for chmalee
switch to commits view, user indexv472_preview to v472_preview2 (2024-09-23 to 2024-09-30) v472
Show details
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
0f6dbe96fa46d69d5f198bdd5b5ed242b069fab9 Mon Sep 23 15:17:40 2024 -0700
Make sure there is only one highlight color picker for the track highlightBy settings, since they all share the same highlight color. Add an info icon to note that all highlights use the same color and are additive.
- lines changed 4, context: html, text, full: html, text
2f8c4b4c077c8704674e72050fada6f5a7da63ab Thu Sep 26 12:12:45 2024 -0700
Remove recommended track sets title hack and make the dialog non-resizable, refs Max meeting
- lines changed 10, context: html, text, full: html, text
b0b2f92c21f27f0bd4a365f92e5ffeac448b4639 Fri Sep 27 10:07:09 2024 -0700
Make all dialogs not resizable, refs #13253
- src/hg/js/hui.js
- lines changed 5, context: html, text, full: html, text
0f6dbe96fa46d69d5f198bdd5b5ed242b069fab9 Mon Sep 23 15:17:40 2024 -0700
Make sure there is only one highlight color picker for the track highlightBy settings, since they all share the same highlight color. Add an info icon to note that all highlights use the same color and are additive.
- lines changed 7, context: html, text, full: html, text
7de2982a8966b32914d5d20b76b5f2cf97f7cd7d Wed Sep 25 15:34:46 2024 -0700
Fix checkbox selection not graying out options as a result of jquery upgrade, refs #13253
- src/hg/js/spectrum.min.js
- lines changed 1, context: html, text, full: html, text
0c4fb9ff22eb8f8379f00dea9fba9680f965d57e Tue Sep 24 12:49:50 2024 -0700
Make span elements for spectrum palette not self closing because jquery 3.5 does not allow those types of tags anymore in the .html method, whic h spectrum.min.js relies on, refs #13253
- src/hg/js/ui.dropdownchecklist.js
- lines changed 2, context: html, text, full: html, text
9532bd0c7e1a42a9f035550a5b46a181564f23ca Tue Sep 24 12:00:13 2024 -0700
Change dropdownchecklist parent height calculation to use offset() instead of position() because the position() function now uses the parents offset instead of the document offset, refs #13253
- src/hg/lib/hui.c
- lines changed 13, context: html, text, full: html, text
0f6dbe96fa46d69d5f198bdd5b5ed242b069fab9 Mon Sep 23 15:17:40 2024 -0700
Make sure there is only one highlight color picker for the track highlightBy settings, since they all share the same highlight color. Add an info icon to note that all highlights use the same color and are additive.
switch to commits view, user index