-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inaccurate tooltip on LGV scalebar in some cases #1556
Comments
Screenshots show normal scalebar and overview scale bar both see this issue |
I pushed a proposed change for the LGV scalebar tooltip (and not the overviewscalebar tooltip yet) here 535800b It is easier to simply use this branch because you can show all regions in assembly using the toggle switch on it After this change, the pxToBp logic is beginning to look a bit stringy, and it even still does not properly take care of ellided blocks |
This issue is kinda stumping me Here is a share link on master demonstrating the issue...try using the tooltip between Y and X Can see from this screenshot that X is showing in a tooltip in the Y zone, and also the X reflabel is badly positioned but that is a separate issue I don't really have any good insights...i've just been poking with things, trying to incorporate or not incorporate interRegionPaddingBlockPx widths into the pxToBp (e.g. it should say possibly that (region.end-region.start)/bpPerPx > minimumBlockWidth then add interRegionPaddingBlockPx) and sometimes it works and sometimes it doesn't ....would be curious if anyone has any ideas |
Seen while testing #1531 and showing all regions in an assembly
The text was updated successfully, but these errors were encountered: