Row label alignment flips between left and right while label size is being changed

Issue #337 duplicate
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Have a constant behavior for row labels while changing their size in the preferences.

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

Open a matrix, go to View > Labels and increase the size of the label (the one next to the Keep fixed checkbox) by one.

Selected font: Courier

Example of a file with underscore characters: test_dataset3.txt

CURRENT BEHAVIOR

The row labels, by default aligned to the right, suddenly align to the left. Sometimes, if you keep changing the label size, they will flip back and forward a couple of times.

labels_aligned.png

EXPECTED BEHAVIOR

The labels should not move as you change their size.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

none

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

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

Comments (11)

  1. Robert Leach

    I'm interested to see what happens with this issue after issue 323 has been closed, because the anti-aliasing may address this as a side-effect.

    @abarysh, for testing purposes, could you edit this issue to add these details to your STEPS TO REPRODUCE AN ISSUE section above:

    1. Selected font
    2. Link to the file containing the underscore labels (i.e. upload to the downloads page - if it isn't already there).

    Rob

  2. Anastasia Baryshnikova reporter

    Description updated with the selected font and the link to a sample file with underscores.

  3. Robert Leach

    While it's 2 different actions causing the "flipping", the cause in the code is the same is this behavior in issue #275.

  4. Log in to comment