Data selection band not aligned with data in final layout jar

Issue #300 duplicate
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Search for labels and see the data highlighted/selected.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open the small_133x133.cdt file
  2. Enter the column search term "CCR*"
  3. Hit enter

CURRENT BEHAVIOR

Current behavior of the layout jar:

2 columns are selected, but it's not lined up with the heatmap correctly.

layout_search_result_highlight_bug.png

EXPECTED BEHAVIOR

Current behavior of master:

2 columns are selected, and the outline is lined up with the heatmap correctly.

ccrsearch.png

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

unknown

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

unknown

COMMENTS

This happens with click-drag selections as well, but I didn't try manually selecting with the mouse until after having performed the search, so I don't know if the misalignment issue starts with the search or not.

Comments (5)

  1. Robert Leach reporter

    I tried hitting the home button and then click-drag a selection and the misalignment of the overlay is still visible:

    selectionmisalignment.png

  2. Robert Leach reporter

    The alignment gets more and more off the closer to the end the selection is. The labels are off as well:

    labelstoo.png

  3. Log in to comment