galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.41k stars 1.01k forks source link

[20.09] Tool connection bands do not align to output #10865

Open innovate-invent opened 3 years ago

innovate-invent commented 3 years ago

image

Moving the tool snaps the band to the output. Saving and reloading doesn't retain the corrected location.

mvdbeek commented 3 years ago

Do you have an error in your javascript console ?

innovate-invent commented 3 years ago

No errors, just [BootstrapVue warn]: popover - Unable to find target element in document. I also fixed a typo in my original post: Saving and reloading doesn't retain the corrected location.

dannon commented 3 years ago

The popover bit is almost certainly unrelated. Are you using browser zoom, or the canvas zoom, maybe?

innovate-invent commented 3 years ago

neither: image

I am running this on the most recent version of firefox. Changing the zoom level does not correct the issue either.

dannon commented 3 years ago

Good to know. My next hunch is that it's related to those being very long output names? Is this a pattern you've noticed?

innovate-invent commented 3 years ago

Good catch, yes, it appears that an output with a name greater than two lines is affected.

dannon commented 3 years ago

Cool -- should be able to reproduce and fix this then. Thanks for the report!